Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Dec 2013 15:14:24 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336265 - head/dns/py-dnspython
Message-ID:  <201312121514.rBCFEOB2056344@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Thu Dec 12 15:14:23 2013
New Revision: 336265
URL: http://svnweb.freebsd.org/changeset/ports/336265

Log:
  dns/py-dnspython: revert wrong revert of last commit
  
  Pointy hat:	wg

Modified:
  head/dns/py-dnspython/Makefile

Modified: head/dns/py-dnspython/Makefile
==============================================================================
--- head/dns/py-dnspython/Makefile	Thu Dec 12 14:35:56 2013	(r336264)
+++ head/dns/py-dnspython/Makefile	Thu Dec 12 15:14:23 2013	(r336265)
@@ -32,11 +32,9 @@ NO_STAGE=	yes
 
 .if ${PYTHON_MAJOR_VER} < 3
 PORTVERSIONSUFFIX=
-PYDISTUTILS_PKGNAME:=	${PORTNAME}${PORTVERSIONSUFFIX}6
 PLIST=		${PKGDIR}/pkg-plist-py2
 .else
 PORTVERSIONSUFFIX=3
-PYDISTUTILS_PKGNAME:=	${PORTNAME}${PORTVERSIONSUFFIX}5
 PLIST=		${PKGDIR}/pkg-plist-py3
 EXAMPLESDIR:=	${EXAMPLESDIR}3
 .endif



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