[84539] trunk/dports/net/libre

ryandesign at macports.org ryandesign at macports.org
Tue Sep 27 12:44:32 PDT 2011


Revision: 84539
          http://trac.macports.org/changeset/84539
Author:   ryandesign at macports.org
Date:     2011-09-27 12:44:32 -0700 (Tue, 27 Sep 2011)
Log Message:
-----------
libre: maintainer update to 0.3.0 (#31410); fix install_name of libraries that build using libre (#28662)

Modified Paths:
--------------
    trunk/dports/net/libre/Portfile

Removed Paths:
-------------
    trunk/dports/net/libre/files/

Modified: trunk/dports/net/libre/Portfile
===================================================================
--- trunk/dports/net/libre/Portfile	2011-09-27 19:19:28 UTC (rev 84538)
+++ trunk/dports/net/libre/Portfile	2011-09-27 19:44:32 UTC (rev 84539)
@@ -5,7 +5,7 @@
 PortGroup           muniversal 1.0
 
 name                libre
-version             0.2.0
+version             0.3.0
 categories          net
 platforms           darwin
 maintainers         db.org:aeh
@@ -20,17 +20,16 @@
 
 distname            re-${version}
 
-checksums           sha1    5270c57e752dd78901267e8455a35eab675d120c \
-                    rmd160  6678e367bd3e9cd59022c78c42e2c8bb774ffb02
+checksums           rmd160  0cd1746119dac6b6a5d83d14e4e554fce4eb6170 \
+                    sha256  72f6e71df2dffb49b72398623ed0fb497d153e0792728bdadb94e5b62334f8c8
 
 depends_lib         port:zlib \
                     port:openssl
 
-patchfiles          patch-mk-re.mk.diff
-
 use_configure       no
 
-build.args          PREFIX=${prefix} SYSROOT_ALT=${prefix}
+build.args          PREFIX=${prefix} SYSROOT_ALT=${prefix} CCACHE=
+
 destroot.args       ${build.args}
 
 if {[tbool configure.ccache]} {
@@ -46,3 +45,7 @@
     build.env-append    CC='${configure.cc} ${configure.cc_archflags}'
     destroot.env-append CC='${configure.cc} ${configure.cc_archflags}'
 }
+
+post-destroot {
+    system "install_name_tool -id ${prefix}/lib/libre.dylib ${destroot}${prefix}/lib/libre.dylib"
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110927/b3158352/attachment-0001.html>


More information about the macports-changes mailing list