[37664] trunk/dports/sysutils/zeroinstall-injector

afb at macports.org afb at macports.org
Tue Jun 17 23:46:44 PDT 2008


Revision: 37664
          http://trac.macosforge.org/projects/macports/changeset/37664
Author:   afb at macports.org
Date:     2008-06-17 23:46:43 -0700 (Tue, 17 Jun 2008)

Log Message:
-----------
port update: 0launch 0.33

Modified Paths:
--------------
    trunk/dports/sysutils/zeroinstall-injector/Portfile

Removed Paths:
-------------
    trunk/dports/sysutils/zeroinstall-injector/files/patch-unpack.py

Modified: trunk/dports/sysutils/zeroinstall-injector/Portfile
===================================================================
--- trunk/dports/sysutils/zeroinstall-injector/Portfile	2008-06-18 06:34:32 UTC (rev 37663)
+++ trunk/dports/sysutils/zeroinstall-injector/Portfile	2008-06-18 06:46:43 UTC (rev 37664)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name		zeroinstall-injector
-version		0.32
+version		0.33
 platforms	darwin freebsd linux
 categories	sysutils
 maintainers	afb at macports.org
@@ -19,14 +19,14 @@
 master_sites	sourceforge
 master_sites.mirror_subdir	zero-install
 use_bzip2	yes
-checksums	md5 865025e25c2d9c0154d886c47fe7de63 \
-		sha1 722c65880380ceb09095973ddd8ddd1e905082d4 \
-		rmd160 b34a6280860efe1090a22fa0ff1b89b715c0a383
+checksums	md5 a9243732448080fcb20abb9ab750cb70 \
+		sha1 80a2c607076b9c35113f7da862d49aec31633770 \
+		rmd160 45f1c76fc67bb701021a5186feb494b8276b4c3c
 
 depends_lib	port:python25 bin:gpg:gnupg
 depends_run	port:py25-gtk port:py25-xml bin:sudo:sudo
 
-patchfiles	patch-setup.py patch-arch.py patch-unpack.py
+patchfiles	patch-setup.py patch-arch.py
 
 use_configure	no
 

Deleted: trunk/dports/sysutils/zeroinstall-injector/files/patch-unpack.py
===================================================================
--- trunk/dports/sysutils/zeroinstall-injector/files/patch-unpack.py	2008-06-18 06:34:32 UTC (rev 37663)
+++ trunk/dports/sysutils/zeroinstall-injector/files/patch-unpack.py	2008-06-18 06:46:43 UTC (rev 37664)
@@ -1,11 +0,0 @@
---- zeroinstall//zerostore/unpack.py.orig	2007-06-28 17:35:31.000000000 +0200
-+++ zeroinstall//zerostore/unpack.py	2007-10-15 09:34:05.000000000 +0200
-@@ -30,7 +30,7 @@ _tar_version = None
- def _get_tar_version():
- 	global _tar_version
- 	if _tar_version is None:
--		_tar_version = os.popen('tar --version 2>&1').next().strip()
-+		_tar_version = os.popen('tar --version 2>&1 | sed "s/ +CVE-....-....//g"').next().strip()
- 		debug("tar version = %s", _tar_version)
- 	return _tar_version
- 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080617/fe1919aa/attachment.htm 


More information about the macports-changes mailing list