[65105] trunk/dports/python

ryandesign at macports.org ryandesign at macports.org
Mon Mar 22 04:36:35 PDT 2010


Revision: 65105
          http://trac.macports.org/changeset/65105
Author:   ryandesign at macports.org
Date:     2010-03-22 04:36:34 -0700 (Mon, 22 Mar 2010)
Log Message:
-----------
py26-pcapy: new port, version 0.10.5, based on py25-pcapy; see #23949

Modified Paths:
--------------
    trunk/dports/python/py26-pcapy/Portfile

Added Paths:
-----------
    trunk/dports/python/py26-pcapy/

Modified: trunk/dports/python/py26-pcapy/Portfile
===================================================================
--- trunk/dports/python/py25-pcapy/Portfile	2010-03-22 11:32:17 UTC (rev 65104)
+++ trunk/dports/python/py26-pcapy/Portfile	2010-03-22 11:36:34 UTC (rev 65105)
@@ -1,9 +1,9 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python25 1.0
+PortGroup           python26 1.0
 
-name                py25-pcapy
+name                py26-pcapy
 version             0.10.5
 categories-append   net
 maintainers         nomaintainer
@@ -32,7 +32,7 @@
 
 post-destroot {
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-    eval file rename [glob ${destroot}${prefix}/share/doc/pcapy/*] \
+    eval file rename [glob ${destroot}${python.prefix}/share/doc/pcapy/*] \
         ${destroot}${prefix}/share/doc/${name}
     xinstall -m 644 -W ${worksrcpath} ChangeLog PKG-INFO \
         ${destroot}${prefix}/share/doc/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100322/1bbe8bb5/attachment.html>


More information about the macports-changes mailing list