svn commit: r346966 - head/net/py-libdnet

Antoine Brodin antoine at FreeBSD.org
Mon Mar 3 20:54:21 UTC 2014


Author: antoine
Date: Mon Mar  3 20:54:20 2014
New Revision: 346966
URL: http://svnweb.freebsd.org/changeset/ports/346966
QAT: https://qat.redports.org/buildarchive/r346966/

Log:
  New LIB_DEPENDS syntax, fix plist, update WWW

Deleted:
  head/net/py-libdnet/pkg-plist
Modified:
  head/net/py-libdnet/Makefile
  head/net/py-libdnet/pkg-descr

Modified: head/net/py-libdnet/Makefile
==============================================================================
--- head/net/py-libdnet/Makefile	Mon Mar  3 20:51:14 2014	(r346965)
+++ head/net/py-libdnet/Makefile	Mon Mar  3 20:54:20 2014	(r346966)
@@ -6,7 +6,7 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 COMMENT=	Python module for libdnet
 
-LIB_DEPENDS=	dnet:${PORTSDIR}/net/libdnet
+LIB_DEPENDS=	libdnet.so:${PORTSDIR}/net/libdnet
 
 NOT_FOR_ARCHS=	ia64
 NOT_FOR_ARCHS_REASON_ia64=	fails to build with internal compiler error
@@ -14,13 +14,14 @@ NOT_FOR_ARCHS_REASON_ia64=	fails to buil
 MASTERDIR=	${.CURDIR}/../libdnet
 INSTALL_WRKSRC=	${WRKSRC}/python
 DESCR=		${.CURDIR}/pkg-descr
-PLIST=		${.CURDIR}/pkg-plist
+PLIST=		${NONEXISTENT}
+PLIST_FILES=	%%PYTHON_SITELIBDIR%%/dnet.so \
+		%%PYTHON_SITELIBDIR%%/${PYDISTUTILS_EGGINFO}
 
 LIBDNET_SLAVE=	yes
 
 USE_PYTHON=	yes
 CONFIGURE_ARGS=	--with-python=${PYTHON_CMD}
-INSTALLS_EGGINFO=	yes
 PYDISTUTILS_PKGNAME=	dnet
 
 .if defined(MAINTAINER_MODE)

Modified: head/net/py-libdnet/pkg-descr
==============================================================================
--- head/net/py-libdnet/pkg-descr	Mon Mar  3 20:51:14 2014	(r346965)
+++ head/net/py-libdnet/pkg-descr	Mon Mar  3 20:54:20 2014	(r346966)
@@ -5,4 +5,4 @@ manipulation, network firewalling, netwo
 manipulation, and raw IP packet and Ethernet frame transmission. It is
 intended to complement the functionality provided by pcap(3).
 
-WWW: http://libdnet.sourceforge.net/
+WWW: https://code.google.com/p/libdnet/


More information about the svn-ports-head mailing list