[22725] trunk/dports/python/py-curl/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Mon Mar 12 17:24:12 PDT 2007


Revision: 22725
          http://trac.macosforge.org/projects/macports/changeset/22725
Author:   mww at macports.org
Date:     2007-03-12 17:24:12 -0700 (Mon, 12 Mar 2007)

Log Message:
-----------
version 7.16.1, add livecheck, take maintainership

Modified Paths:
--------------
    trunk/dports/python/py-curl/Portfile

Modified: trunk/dports/python/py-curl/Portfile
===================================================================
--- trunk/dports/python/py-curl/Portfile	2007-03-13 00:22:56 UTC (rev 22724)
+++ trunk/dports/python/py-curl/Portfile	2007-03-13 00:24:12 UTC (rev 22725)
@@ -4,18 +4,18 @@
 PortGroup python24 1.0
 
 name			py-curl
-version			7.15.5
+version			7.16.1
 categories		python net devel
-maintainers		nomaintainer at macports.org
+maintainers		mww at macports.org
 description		python interface to libcurl
 long_description	Python module interface to the cURL library which is \
 				a tool for transferring files with URL syntax, \
 				supporting many protocols.
 platforms		darwin
-homepage		http://pycurl.sourceforge.net
+homepage		http://pycurl.sourceforge.net/
 master_sites	${homepage}/download
 distname		pycurl-${version}
-checksums		sha1 1a897270b9c0fa064d51b1d55a24e7d3a6a650b6
+checksums		sha1 17437459c38938993e3dd676b5583a803e3196aa
 
 depends_lib-append	port:curl
 
@@ -27,3 +27,7 @@
 test.cmd		${python.bin} tests/test_internals.py tests/test_memleak.py
 
 destroot.args	${build.args}
+
+livecheck.check	regex
+livecheck.url	${homepage}
+livecheck.regex	PYCURL (\[0-9\\.\]+)

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


More information about the macports-changes mailing list