[34548] trunk/dports/python

ram at macports.org ram at macports.org
Wed Feb 27 20:13:21 PST 2008


Revision: 34548
          http://trac.macosforge.org/projects/macports/changeset/34548
Author:   ram at macports.org
Date:     2008-02-27 20:13:20 -0800 (Wed, 27 Feb 2008)

Log Message:
-----------
python/py25-curl: new port

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

Added Paths:
-----------
    trunk/dports/python/py25-curl/

Copied: trunk/dports/python/py25-curl (from rev 34547, trunk/dports/python/py-curl)

Modified: trunk/dports/python/py25-curl/Portfile
===================================================================
--- trunk/dports/python/py-curl/Portfile	2008-02-28 03:19:19 UTC (rev 34547)
+++ trunk/dports/python/py25-curl/Portfile	2008-02-28 04:13:20 UTC (rev 34548)
@@ -1,12 +1,12 @@
 # $Id$
 
 PortSystem 1.0
-PortGroup python24 1.0
+PortGroup python25 1.0
 
-name			py-curl
+name			py25-curl
 version			7.16.4
 categories		python net devel
-maintainers		mww
+maintainers		ram openmaintainer
 description		python interface to libcurl
 long_description	Python module interface to the cURL library which is \
 				a tool for transferring files with URL syntax, \
@@ -28,6 +28,10 @@
 
 destroot.args	${build.args}
 
+post-destroot {
+  system "cd ${destroot}${prefix}/share/doc && mv pycurl ${name}"
+}
+
 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/20080227/aa9f1c09/attachment-0001.html 


More information about the macports-changes mailing list