[67602] trunk/dports/devel/bzr-fastimport/Portfile

raimue at macports.org raimue at macports.org
Fri May 14 00:13:32 PDT 2010


Revision: 67602
          http://trac.macports.org/changeset/67602
Author:   raimue at macports.org
Date:     2010-05-14 00:13:30 -0700 (Fri, 14 May 2010)
Log Message:
-----------
devel/bzr-fastimport:
Tilde character in version causes problems with flat registry format

Modified Paths:
--------------
    trunk/dports/devel/bzr-fastimport/Portfile

Modified: trunk/dports/devel/bzr-fastimport/Portfile
===================================================================
--- trunk/dports/devel/bzr-fastimport/Portfile	2010-05-13 22:47:45 UTC (rev 67601)
+++ trunk/dports/devel/bzr-fastimport/Portfile	2010-05-14 07:13:30 UTC (rev 67602)
@@ -4,8 +4,9 @@
 PortGroup       python26 1.0
 
 name            bzr-fastimport
-version         0.9.0~261
-set debian_version [strsed ${version} "s/~/~bzr/"]-1
+version         0.9.0-261
+set debian_version [strsed ${version} "s/-/~bzr/"]-1
+epoch           1
 categories      devel python
 platforms       darwin
 maintainers     raimue
@@ -25,7 +26,7 @@
 homepage        https://launchpad.net/bzr-fastimport
 master_sites    https://launchpad.net/ubuntu/maverick/+source/${name}/${debian_version}/+files/
 patch_sites     https://launchpad.net/ubuntu/maverick/+source/${name}/${debian_version}/+files/
-distname        ${name}_[strsed ${version} "s/~/~bzr/"].orig
+distname        ${name}_[strsed ${version} "s/-/~bzr/"].orig
 set debian_patch ${name}_${debian_version}.diff.gz
 
 checksums       ${distname}${extract.suffix} \
@@ -44,5 +45,5 @@
 
 livecheck.type  regex
 livecheck.url   https://launchpad.net/ubuntu/maverick/+source/${name}
-livecheck.version [strsed ${version} "s/~/~bzr/"]
+livecheck.version [strsed ${version} "s/-/~bzr/"]
 livecheck.regex {bzr-fastimport_(\d+(?:\.\d+)*~bzr\d+).orig.tar.gz}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100514/a313ffdc/attachment-0001.html>


More information about the macports-changes mailing list