From owner-svn-ports-head@FreeBSD.ORG Mon Dec 9 14:10:00 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B05C4E75; Mon, 9 Dec 2013 14:10:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 83C2F1D9A; Mon, 9 Dec 2013 14:10:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rB9EA0J6032089; Mon, 9 Dec 2013 14:10:00 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rB9E9xOG032034; Mon, 9 Dec 2013 14:09:59 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201312091409.rB9E9xOG032034@svn.freebsd.org> From: William Grzybowski Date: Mon, 9 Dec 2013 14:09:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335990 - head/dns/py-dnspython X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Dec 2013 14:10:00 -0000 Author: wg Date: Mon Dec 9 14:09:59 2013 New Revision: 335990 URL: http://svnweb.freebsd.org/changeset/ports/335990 Log: dns/py-dnspython: revert last egginfo commit as it doesn't work with python 3 Modified: head/dns/py-dnspython/Makefile head/dns/py-dnspython/pkg-plist-py2 head/dns/py-dnspython/pkg-plist-py3 Modified: head/dns/py-dnspython/Makefile ============================================================================== --- head/dns/py-dnspython/Makefile Mon Dec 9 14:09:28 2013 (r335989) +++ head/dns/py-dnspython/Makefile Mon Dec 9 14:09:59 2013 (r335990) @@ -13,6 +13,8 @@ COMMENT= DNS toolkit for Python USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_PKGNAME= ${PORTNAME}${PORTVERSIONSUFFIX} +PYDISTUTILS_NOEGGINFO= yes OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}/options OPTIONS_DEFINE= PYCRYPTO @@ -30,9 +32,11 @@ 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 Modified: head/dns/py-dnspython/pkg-plist-py2 ============================================================================== --- head/dns/py-dnspython/pkg-plist-py2 Mon Dec 9 14:09:28 2013 (r335989) +++ head/dns/py-dnspython/pkg-plist-py2 Mon Dec 9 14:09:59 2013 (r335990) @@ -244,6 +244,7 @@ %%PYTHON_SITELIBDIR%%/dns/zone.py %%PYTHON_SITELIBDIR%%/dns/zone.pyc %%PYTHON_SITELIBDIR%%/dns/zone.pyo +%%PYTHON_SITELIBDIR%%/dnspython-%%PORTVERSION%%-py%%PYTHON_VER%%.egg-info %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ddns.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/e164.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mx.py Modified: head/dns/py-dnspython/pkg-plist-py3 ============================================================================== --- head/dns/py-dnspython/pkg-plist-py3 Mon Dec 9 14:09:28 2013 (r335989) +++ head/dns/py-dnspython/pkg-plist-py3 Mon Dec 9 14:09:59 2013 (r335990) @@ -35,6 +35,7 @@ %%PYTHON_SITELIBDIR%%/dns/version.py %%PYTHON_SITELIBDIR%%/dns/wiredata.py %%PYTHON_SITELIBDIR%%/dns/zone.py +%%PYTHON_SITELIBDIR%%/dnspython-%%PORTVERSION%%-py%%PYTHON_VER%%.egg-info %%PYTHON_SITELIBDIR%%/dns/rdtypes/__init__.py %%PYTHON_SITELIBDIR%%/dns/rdtypes/dsbase.py %%PYTHON_SITELIBDIR%%/dns/rdtypes/mxbase.py