svn commit: r316841 - head/net/py-impacket

Antoine Brodin antoine at FreeBSD.org
Mon Apr 29 19:42:46 UTC 2013


Author: antoine
Date: Mon Apr 29 19:42:45 2013
New Revision: 316841
URL: http://svnweb.freebsd.org/changeset/ports/316841

Log:
  Unbreak py-impacket on FreeBSD 8.3
  
  Approved by:	eadler (mentor)

Modified:
  head/net/py-impacket/Makefile

Modified: head/net/py-impacket/Makefile
==============================================================================
--- head/net/py-impacket/Makefile	Mon Apr 29 19:41:36 2013	(r316840)
+++ head/net/py-impacket/Makefile	Mon Apr 29 19:42:45 2013	(r316841)
@@ -6,7 +6,7 @@ PORTVERSION=	0.9.9.9
 CATEGORIES=	net python
 MASTER_SITES=	http://corelabs.coresecurity.com/index.php?module=Wiki&action=attachment&type=tool&page=Impacket&file=
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTNAME=	${PORTNAME:tl}-${PORTVERSION}
+DISTNAME=	impacket-${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Collection of Python classes providing access to network packets
@@ -19,7 +19,7 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/pcapy.so:${PORTSDIR}/net/py-pcapy
 
 FETCH_BEFORE_ARGS=-o ${DISTFILES}
-WRKSRC=		${WRKDIR}/${PORTNAME:tl}
+WRKSRC=		${WRKDIR}/impacket
 USE_DOS2UNIX=	yes
 USE_PYTHON=	yes
 USE_PYDISTUTILS=yes


More information about the svn-ports-head mailing list