[64716] trunk/dports/archivers/zlib

ryandesign at macports.org ryandesign at macports.org
Mon Mar 15 04:22:26 PDT 2010


Revision: 64716
          http://trac.macports.org/changeset/64716
Author:   ryandesign at macports.org
Date:     2010-03-15 04:22:23 -0700 (Mon, 15 Mar 2010)
Log Message:
-----------
zlib: Update to 1.2.4; remove now-unnecessary patches and configure args

Modified Paths:
--------------
    trunk/dports/archivers/zlib/Portfile

Removed Paths:
-------------
    trunk/dports/archivers/zlib/files/

Modified: trunk/dports/archivers/zlib/Portfile
===================================================================
--- trunk/dports/archivers/zlib/Portfile	2010-03-15 10:58:13 UTC (rev 64715)
+++ trunk/dports/archivers/zlib/Portfile	2010-03-15 11:22:23 UTC (rev 64716)
@@ -3,8 +3,7 @@
 PortSystem              1.0
 
 name                    zlib
-version                 1.2.3
-revision                4
+version                 1.2.4
 categories              archivers
 maintainers             landonf ryandesign openmaintainer
 license                 zlib
@@ -22,14 +21,10 @@
 master_sites            ${homepage} \
                         http://www.gzip.org/zlib/
 
-checksums               md5     dee233bf288ee795ac96a98cc2e369b6 \
-                        sha1    967e280f284d02284b0cd8872a8e2e04bfdc7283 \
-                        rmd160  cfba9984b354dcc38da49331457e6bfc861c6f51
+checksums               md5     763c6a0b4ad1cdf5549e3ab3f140f4cb \
+                        sha1    8cf10521c1927daa5e12efc5e1725a0d70e579f3 \
+                        rmd160  8f0f17e33e36fa1427f8186b6d12cf5b2240294a
 
-patchfiles              patch-Makefile-static.diff patch-Makefile-test.diff \
-                        patch-configure.diff
-
-configure.args          --shared
 configure.universal_args
 
 # Respect build_arch
@@ -46,7 +41,7 @@
 post-destroot {
     set docdir ${prefix}/share/doc/${name}
     xinstall -d ${destroot}${docdir}
-    xinstall -m 0644 -W ${worksrcpath} ChangeLog FAQ README ${destroot}${docdir}
+    xinstall -m 0644 -W ${worksrcpath} ChangeLog FAQ README zlib.3.pdf ${destroot}${docdir}
     
     set examplesdir ${prefix}/share/examples/${name}
     xinstall -d ${destroot}${examplesdir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100315/6c7fbca5/attachment.html>


More information about the macports-changes mailing list