New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #20097 (closed submission: fixed)

Opened 4 years ago

Last modified 4 years ago

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

Portfile (871 bytes) - added by nefar@… 4 years ago.

Change History

Changed 4 years ago by nefar@…

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:3 Changed 4 years ago by nefar@…

uh sure. I will.

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

Committed in r55057.

Removed use_parallel_build yes as this is the default.

Changed maintainer format in r55058.

comment:7 in reply to: ↑ 6 Changed 4 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 4 years ago by snc@…

Yea, but we're coming up on the next release fairly soon.

Note: See TracTickets for help on using tickets.