Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Apr 2013 19:42:46 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316841 - head/net/py-impacket
Message-ID:  <201304291942.r3TJgkTU053661@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304291942.r3TJgkTU053661>