[54073] trunk/dports/python

blb at macports.org blb at macports.org
Sun Jul 19 20:36:19 PDT 2009


Revision: 54073
          http://trac.macports.org/changeset/54073
Author:   blb at macports.org
Date:     2009-07-19 20:36:17 -0700 (Sun, 19 Jul 2009)
Log Message:
-----------
python/py2[56]-subvertpy - version update to 0.6.8, make sure it can properly find subversion, fix livecheck; ticket #20366

Modified Paths:
--------------
    trunk/dports/python/py25-subvertpy/Portfile
    trunk/dports/python/py26-subvertpy/Portfile

Modified: trunk/dports/python/py25-subvertpy/Portfile
===================================================================
--- trunk/dports/python/py25-subvertpy/Portfile	2009-07-20 01:53:21 UTC (rev 54072)
+++ trunk/dports/python/py25-subvertpy/Portfile	2009-07-20 03:36:17 UTC (rev 54073)
@@ -4,7 +4,7 @@
 PortGroup         python25 1.0
 
 name              py25-subvertpy
-version           0.6.5
+version           0.6.8
 categories        python devel
 maintainers       nomaintainer
 platforms         darwin
@@ -17,12 +17,16 @@
 master_sites      ${homepage}trunk/${version}/+download
 distname          subvertpy-${version}
 
-checksums         md5 038830635b2d9747533c66d5c48868da \
-                  sha1 b0f36521c8ffd5e2c15d77dee0112f386b45b0eb \
-                  rmd160 1bc6bf1a7e1db611f531eb4e5d8f538f5ba76019
+checksums         md5     7075b971301fa8efa5fae4021fa9b087 \
+                  sha1    f867df7b54ae32a13d18a7de4c0ccad3ebe6c171 \
+                  rmd160  ce5c41b678aed28d73ddddb74ea6b845ffc490ef
 
 depends_lib-append  port:subversion
 
+build.env-append  SVN_PREFIX=${prefix}
+
+destroot.env-append  SVN_PREFIX=${prefix}
+
 livecheck.check   regex
 livecheck.url     ${homepage}trunk
-livecheck.regex   {subvertpy/trunk/(\d+(?:\.\d+)*)}
+livecheck.regex   {subvertpy/\+milestone/(\d+(?:\.\d+)*)}

Modified: trunk/dports/python/py26-subvertpy/Portfile
===================================================================
--- trunk/dports/python/py26-subvertpy/Portfile	2009-07-20 01:53:21 UTC (rev 54072)
+++ trunk/dports/python/py26-subvertpy/Portfile	2009-07-20 03:36:17 UTC (rev 54073)
@@ -4,7 +4,7 @@
 PortGroup         python26 1.0
 
 name              py26-subvertpy
-version           0.6.5
+version           0.6.8
 categories        python devel
 maintainers       nomaintainer
 platforms         darwin
@@ -17,12 +17,17 @@
 master_sites      ${homepage}trunk/${version}/+download
 distname          subvertpy-${version}
 
-checksums         md5 038830635b2d9747533c66d5c48868da \
-                  sha1 b0f36521c8ffd5e2c15d77dee0112f386b45b0eb \
-                  rmd160 1bc6bf1a7e1db611f531eb4e5d8f538f5ba76019
+checksums         md5     7075b971301fa8efa5fae4021fa9b087 \
+                  sha1    f867df7b54ae32a13d18a7de4c0ccad3ebe6c171 \
+                  rmd160  ce5c41b678aed28d73ddddb74ea6b845ffc490ef
 
 depends_lib-append  port:subversion
 
+build.env-append  SVN_PREFIX=${prefix}
+
+destroot.env-append  SVN_PREFIX=${prefix}
+
 livecheck.check   regex
 livecheck.url     ${homepage}trunk
-livecheck.regex   {subvertpy/trunk/(\d+(?:\.\d+)*)}
+livecheck.regex   {subvertpy/\+milestone/(\d+(?:\.\d+)*)}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090719/4a58e709/attachment.html>


More information about the macports-changes mailing list