Revision: 32387 http://trac.macosforge.org/projects/macports/changeset/32387 Author: pmq@macports.org Date: 2007-12-28 12:12:44 -0800 (Fri, 28 Dec 2007) Log Message: ----------- Linted. Modified Paths: -------------- trunk/dports/python/py-pylibpcap/Portfile Added Paths: ----------- trunk/dports/python/py-pylibpcap/files/patch-setup.py.diff Removed Paths: ------------- trunk/dports/python/py-pylibpcap/files/patch-setup.py Modified: trunk/dports/python/py-pylibpcap/Portfile =================================================================== --- trunk/dports/python/py-pylibpcap/Portfile 2007-12-28 20:10:38 UTC (rev 32386) +++ trunk/dports/python/py-pylibpcap/Portfile 2007-12-28 20:12:44 UTC (rev 32387) @@ -25,7 +25,7 @@ depends_lib port:libpcap port:swig -patchfiles patch-setup.py +patchfiles patch-setup.py.diff pre-build { system "${prefix}/bin/python mk-constants.py" Deleted: trunk/dports/python/py-pylibpcap/files/patch-setup.py =================================================================== --- trunk/dports/python/py-pylibpcap/files/patch-setup.py 2007-12-28 20:10:38 UTC (rev 32386) +++ trunk/dports/python/py-pylibpcap/files/patch-setup.py 2007-12-28 20:12:44 UTC (rev 32387) @@ -1,15 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2005/08/10 13:51:01 drochner Exp $ - ---- setup.py.orig 2005-08-10 12:30:07.000000000 +0200 -+++ setup.py -@@ -14,8 +14,8 @@ config_defines = [ ] - - # uncomment this line and comment out the next one if you want to build - # pcap.c from the SWIG interface --sourcefiles = ["mk-constants.py", "pcap.i"] --# sourcefiles = ["pcap.c"] -+#sourcefiles = ["mk-constants.py", "pcap.i"] -+sourcefiles = ["pcap.c"] - - # if you are building against a non-installed version of libpcap, - # specify its directory here, otherwise set this to None Copied: trunk/dports/python/py-pylibpcap/files/patch-setup.py.diff (from rev 32372, trunk/dports/python/py-pylibpcap/files/patch-setup.py) =================================================================== --- trunk/dports/python/py-pylibpcap/files/patch-setup.py.diff (rev 0) +++ trunk/dports/python/py-pylibpcap/files/patch-setup.py.diff 2007-12-28 20:12:44 UTC (rev 32387) @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.1.1.1 2005/08/10 13:51:01 drochner Exp $ + +--- setup.py.orig 2005-08-10 12:30:07.000000000 +0200 ++++ setup.py +@@ -14,8 +14,8 @@ config_defines = [ ] + + # uncomment this line and comment out the next one if you want to build + # pcap.c from the SWIG interface +-sourcefiles = ["mk-constants.py", "pcap.i"] +-# sourcefiles = ["pcap.c"] ++#sourcefiles = ["mk-constants.py", "pcap.i"] ++sourcefiles = ["pcap.c"] + + # if you are building against a non-installed version of libpcap, + # specify its directory here, otherwise set this to None
participants (1)
-
pmq@macports.org