[112673] trunk/dports/textproc/jshon/Portfile

g5pw at macports.org g5pw at macports.org
Tue Oct 29 04:44:25 PDT 2013


Revision: 112673
          https://trac.macports.org/changeset/112673
Author:   g5pw at macports.org
Date:     2013-10-29 04:44:25 -0700 (Tue, 29 Oct 2013)
Log Message:
-----------
textproc/jshon:
  update to 20130901
  directly download tarball. This removes git dependency.

Modified Paths:
--------------
    trunk/dports/textproc/jshon/Portfile

Modified: trunk/dports/textproc/jshon/Portfile
===================================================================
--- trunk/dports/textproc/jshon/Portfile	2013-10-29 11:34:09 UTC (rev 112672)
+++ trunk/dports/textproc/jshon/Portfile	2013-10-29 11:44:25 UTC (rev 112673)
@@ -3,7 +3,8 @@
 PortSystem 1.0
 PortGroup  github 1.0
 
-github.setup    keenerd jshon 20120801
+github.setup    keenerd jshon a970a8840c698b880ab23172d6a4bbbd4f257753
+version         20130901
 revision        0
 categories      textproc
 platforms       darwin
@@ -13,16 +14,18 @@
 description     A JSON parser for the shell
 long_description  ${description}
 homepage        http://kmkeen.com/jshon/
-fetch.type      git
-git.branch      65346091f8
 
+
+checksums       rmd160  d7ec39e8b48f0be8718601b1b35391f264bd3cf4 \
+                sha256  e403c65dad6ff88a8e917548d1c9e548c860baef11e7a3bfc4cfc59068114e02
+
 depends_lib     port:jansson
 
 use_configure   no
 
 variant universal {}
 
-build.args      CC="${configure.cc} [get_canonical_archflags cc] -I${prefix}/include ${configure.ldflags}"
+build.args      CC="${configure.cc} [get_canonical_archflags cc] ${configure.cflags}"
 
 destroot {
     xinstall -m 755 ${worksrcpath}/jshon ${destroot}${prefix}/bin/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131029/f0f8b194/attachment.html>


More information about the macports-changes mailing list