[38010] trunk/dports/java/spymemcached/Portfile

blair at macports.org blair at macports.org
Wed Jul 2 12:54:27 PDT 2008


Revision: 38010
          http://trac.macosforge.org/projects/macports/changeset/38010
Author:   blair at macports.org
Date:     2008-07-02 12:54:26 -0700 (Wed, 02 Jul 2008)
Log Message:
-----------
Do not unpack the jar file or the zip file.  Have unzip be quiet.

Modified Paths:
--------------
    trunk/dports/java/spymemcached/Portfile

Modified: trunk/dports/java/spymemcached/Portfile
===================================================================
--- trunk/dports/java/spymemcached/Portfile	2008-07-02 19:45:43 UTC (rev 38009)
+++ trunk/dports/java/spymemcached/Portfile	2008-07-02 19:54:26 UTC (rev 38010)
@@ -21,6 +21,7 @@
 master_sites		googlecode
 distfiles		memcached-${version}.jar \
 			memcached-${version}-javadoc.zip
+extract.only
 
 checksums		memcached-${version}.jar \
 				md5 0a9eaa652d051c97c360cf99b7b2c129 \
@@ -47,5 +48,5 @@
 
 	file copy ${distpath}/memcached-${version}.jar \
 		${javadir}/spymemcached.jar
-	system "unzip ${distpath}/memcached-${version}-javadoc.zip -d ${docdir}/api"
+	system "unzip -q ${distpath}/memcached-${version}-javadoc.zip -d ${docdir}/api"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080702/69cace0f/attachment.html 


More information about the macports-changes mailing list