[21801] trunk/dports/archivers/zip/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Feb 8 11:08:15 PST 2007


Revision: 21801
          http://trac.macosforge.org/projects/macports/changeset/21801
Author:   pipping at macports.org
Date:     2007-02-08 11:08:14 -0800 (Thu, 08 Feb 2007)

Log Message:
-----------
 * version bump to 2.32
 * update mirrorlist
 * remove variant puredarwin
 * add checksums

(no response from maintainer within 72 hours)

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

Modified: trunk/dports/archivers/zip/Portfile
===================================================================
--- trunk/dports/archivers/zip/Portfile	2007-02-08 19:06:05 UTC (rev 21800)
+++ trunk/dports/archivers/zip/Portfile	2007-02-08 19:08:14 UTC (rev 21801)
@@ -3,29 +3,27 @@
 PortSystem 1.0
 
 name              zip
-version           2.31
-categories        archivers sysutils
+version           2.32
+categories        archivers
 description       compression utility
 maintainers	  michaelm at opendarwin.org
-long_description  Zip is different from gzip in that it allows packing multiple \
-		  files into a single archive (without the assistance of tar). It is compatible with \
-		  pkzip, pkunzip, and other Windows zip utilities.  This utility is necessary to \
-		  install several packages in a pure Darwin installation, as Darwin does not come with zip/unzip.
+long_description  Zip is different from gzip in that it allows packing \
+                        multiple files into a single archive (without the \
+                        assistance of tar). It is compatible with pkzip, \
+                        pkunzip, and other Windows zip utilities.  This \
+                        utility is necessary to install several packages in a \
+                        pure Darwin installation, as Darwin does not come \
+                        with zip/unzip.
 homepage          http://www.info-zip.org/pub/infozip/Zip.html
-master_sites      http://ftp.info-zip.org/pub/infozip/src/ \
-		    http://sunsite.cnlab-switch.ch/ftp/mirror/infozip/src/ \
-		    http://www.mirrorservice.org/sites/ftp.info-zip.org/pub/infozip/src/ \
-                    sourceforge:zip
-distname          ${name}231
+master_sites      ftp://sunsite.icm.edu.pl/pub/unix/archiving/info-zip/src/
+distname          ${name}232
 patchfiles        patch-Makefile.diff
-checksums         md5 6bfc076664416251d7624ab3538d1cb9
+checksums         md5 8a4da4460386e324debe97f3b7fe4d96 \
+                  sha1 5bc562bf95d9aee0cb6625e6038898e1f191a4aa \
+                  rmd160 6b9326c8a60bc6bf08825e416140fd0ca8a6a7f1
 worksrcdir        ${name}-${version}
-configure         {}
+use_configure     no
 build.target      
 build.args        -f unix/Makefile generic 
-destroot.args      -f unix/Makefile BINDIR=${destroot}${prefix}/bin MANDIR=${destroot}${prefix}/share/man/man1
-
-variant puredarwin	{ configure {	cd ${worksrcpath}
-					reinplace "s|LFLAGS1=\"-s\"|LFLAGS1=|g"	unix/configure }
-			  post-build {	cd ${worksrcpath}
-					system "strip zip zipcloak zipnote zipsplit" } }
+destroot.args     -f unix/Makefile BINDIR=${destroot}${prefix}/bin \
+                        MANDIR=${destroot}${prefix}/share/man/man1

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070208/eeb8ef87/attachment.html


More information about the macports-changes mailing list