[66781] trunk/dports/devel/yajl/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Apr 22 14:39:58 PDT 2010


Revision: 66781
          http://trac.macports.org/changeset/66781
Author:   ryandesign at macports.org
Date:     2010-04-22 14:39:57 -0700 (Thu, 22 Apr 2010)
Log Message:
-----------
yajl: update to 1.0.9 (#24602) and fix library's install_name (#24238)

Modified Paths:
--------------
    trunk/dports/devel/yajl/Portfile

Modified: trunk/dports/devel/yajl/Portfile
===================================================================
--- trunk/dports/devel/yajl/Portfile	2010-04-22 21:30:15 UTC (rev 66780)
+++ trunk/dports/devel/yajl/Portfile	2010-04-22 21:39:57 UTC (rev 66781)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                yajl
-version             1.0.6
+version             1.0.9
 categories          devel
 maintainers         gmail.com:benjaminlyu openmaintainer
 description         Yet Another JSON Library.
@@ -21,6 +21,10 @@
 
 use_parallel_build  no
 
+post-destroot {
+    system "install_name_tool -id ${prefix}/lib/libyajl.1.dylib ${destroot}${prefix}/lib/libyajl.1.dylib"
+}
+
 livecheck.type      regex
 livecheck.url       http://github.com/lloyd/yajl
 livecheck.regex     "\"/lloyd/yajl/tree/(.*)\">\\1"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100422/3491088a/attachment.html>


More information about the macports-changes mailing list