#20097 closed submission (fixed)
new port: json-glib
Reported by: | nefar@… | Owned by: | nerdling (Jeremy Lavergne) |
---|---|---|---|
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 (1)
Change History (9)
Changed 15 years ago by nefar@…
comment:1 Changed 15 years ago by tobypeterson
comment:2 Changed 15 years ago by nerdling (Jeremy Lavergne)
Nefar, can you let us know if you'll be able to go through the portfile and make the necessary updates?
comment:4 Changed 15 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 15 years ago by nerdling (Jeremy Lavergne)
Owner: | changed from macports-tickets@… to snc@… |
---|---|
Status: | new → assigned |
comment:6 follow-up: 7 Changed 15 years ago by nerdling (Jeremy Lavergne)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:7 Changed 15 years ago by blb@…
Replying to snc@…:
Removed
use_parallel_build yes
as this is the default.
Note that isn't the case with MacPorts 1.7, just with trunk.
comment:8 Changed 15 years ago by nerdling (Jeremy Lavergne)
Yea, but we're coming up on the next release fairly soon.
Note: See
TracTickets for help on using
tickets.
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)