Ticket #20097 (closed submission: fixed)
new port: json-glib
| Reported by: | nefar@… | Owned by: | snc@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.7.1 |
| Keywords: | Cc: | ||
| Port: | json-glib |
Description
JSON-GLib is a library providing serialization and deserialization support for the JavaScript Object Notation (JSON) format described by RFC 4627.
Attachments
Change History
comment:1 Changed 4 years ago by toby@…
Portfile is missing some required keys, it's also not declaring any dependencies - configure fails badly without various things installed (glib2, maybe a json lib, etc)
comment:2 Changed 4 years ago by snc@…
Nefar, can you let us know if you'll be able to go through the portfile and make the necessary updates?
comment:4 Changed 4 years ago by nefar@…
# $Id
PortSystem 1.0
name json-glib
version 0.6.2
categories devel
maintainers nefar@hotmail.com openmaintainer
homepage http://live.gnome.org/JsonGlib
platforms darwin
use_parallel_build yes
description \
JSON-GLib is a library providing serialization and deserialization support \
for the JavaScript Object Notation (JSON) format described by RFC 4627._
depends_build port:pkgconfig,port:gtk-doc
depends_lib port:glib2
master_sites \
http://folks.o-hand.com/~ebassi/sources/
checksums md5 d98f5580035ad0b37fa11896053a57af \
sha1 de4d9b51cc507e97f3427e01a616a9b6fb7fe3cd \
rmd160 3e0f9748d64e6372609fdf106f49cf6c25133507
livecheck.check regex
livecheck.url http://folks.o-hand.com/~ebassi/sources/
livecheck.regex ${name}-(\[0-9.\]+)\\.tar.gz
comment:5 Changed 4 years ago by snc@…
- Status changed from new to assigned
- Owner changed from macports-tickets@… to snc@…
comment:6 follow-up: ↓ 7 Changed 4 years ago by snc@…
- Status changed from assigned to closed
- Resolution set to fixed
Note: See
TracTickets for help on using
tickets.

