[40999] trunk/dports/python

pmq at macports.org pmq at macports.org
Mon Oct 20 13:31:41 PDT 2008


Revision: 40999
          http://trac.macports.org/changeset/40999
Author:   pmq at macports.org
Date:     2008-10-20 13:31:41 -0700 (Mon, 20 Oct 2008)
Log Message:
-----------
New port: py25-libdnet. Closes #16675, thanks to msavory at nzbox.com. Will lint the port in a different commit.

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

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


Property changes on: trunk/dports/python/py25-libdnet
___________________________________________________________________
Added: svn:mergeinfo
   + 

Modified: trunk/dports/python/py25-libdnet/Portfile
===================================================================
--- trunk/dports/python/py-libdnet/Portfile	2008-10-20 17:58:59 UTC (rev 40995)
+++ trunk/dports/python/py25-libdnet/Portfile	2008-10-20 20:31:41 UTC (rev 40999)
@@ -1,12 +1,14 @@
 # $Id$
+
 PortSystem              1.0
+#PortGroup               python25 1.0
 
-set python.bin	${prefix}/bin/python2.4
+set python.bin	${prefix}/bin/python2.5 
 
-name                    py-libdnet
+name                    py25-libdnet
 version                 1.11
 categories              python net
-maintainers             chris.owen at consault.com
+maintainers             nzbox.com:msavory
 description             A python module for the libdnet low-level networking library.
 long_description        \
         Libdnet provides a simplified, portable interface to several low-level \
@@ -18,7 +20,7 @@
 master_sites            sourceforge:libdnet
 distname                libdnet-${version}
 
-depends_lib		port:python24 port:libdnet
+depends_lib	      port:libdnet
 
 checksums		md5 04c394ed8e1e7fc455456e79e908916d \
 			sha1 e2ae8c7f0ca95655ae9f77fd4a0e2235dc4716bf \
@@ -28,5 +30,5 @@
 pre-destroot {
 	worksrcdir	${worksrcdir}/python
 }
-destroot.cmd		${python.bin} setup.py
+destroot.cmd		${python.bin} ./setup.py install
 destroot.destdir	--prefix=${prefix} --root=${destroot}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081020/1d3b08ed/attachment.html 


More information about the macports-changes mailing list