[92431] trunk/dports/python/py-pylibpcap/Portfile

mfeiri at macports.org mfeiri at macports.org
Sat Apr 28 03:14:00 PDT 2012


Revision: 92431
          https://trac.macports.org/changeset/92431
Author:   mfeiri at macports.org
Date:     2012-04-28 03:13:58 -0700 (Sat, 28 Apr 2012)
Log Message:
-----------
py-pylibpcap: python PortGroup and 0.6.4 update

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

Modified: trunk/dports/python/py-pylibpcap/Portfile
===================================================================
--- trunk/dports/python/py-pylibpcap/Portfile	2012-04-28 09:05:49 UTC (rev 92430)
+++ trunk/dports/python/py-pylibpcap/Portfile	2012-04-28 10:13:58 UTC (rev 92431)
@@ -1,13 +1,13 @@
 # $Id$
 
 PortSystem              1.0
-PortGroup               python24 1.0
+PortGroup               python 1.0
 
 name                    py-pylibpcap
-version                 0.6.2
+version                 0.6.4
 categories              python net
 license                 BSD
-platforms		darwin
+platforms               darwin
 maintainers             pmq openmaintainer
 
 description             Python module for the libpcap packet capture library
@@ -19,14 +19,16 @@
 homepage                http://pylibpcap.sourceforge.net
 master_sites            sourceforge:pylibpcap
 
-distname		pylibpcap-${version}
-checksums		sha1 f47d6e5d72219e2162f1b16e59f3c45e496652d9 \
-			rmd160 dbda6fec0786630c3af65d540b57507f888d1d78
+distname                pylibpcap-${version}
+checksums               sha1 30b5d2e9dc8dcf6df067a216d9ecae109ff34f86 \
+                        rmd160  27aea5a6a4c2317b77483c15482de68312bb3777
 
+python.versions 24 25 26 27
+
 depends_lib-append	port:libpcap port:swig-python
 
 post-destroot {
-    set sharedir ${destroot}${prefix}/share/doc/${name}-${version}
+    set sharedir ${destroot}${prefix}/share/doc/${subport}
     xinstall -d ${sharedir}
     xinstall -d ${sharedir}/examples
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120428/bab38637/attachment.html>


More information about the macports-changes mailing list