Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Oct 2014 07:49:18 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371096 - in head: accessibility/accerciser accessibility/at-spi accessibility/orca accessibility/py-atspi archivers/py-liblzma archivers/py-lzma archivers/rox-archive astro/astrometry ...
Message-ID:  <201410180749.s9I7nISc081284@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mva
Date: Sat Oct 18 07:49:17 2014
New Revision: 371096
URL: https://svnweb.freebsd.org/changeset/ports/371096
QAT: https://qat.redports.org/buildarchive/r371096/

Log:
  - Convert ports from accessibility/, archivers/ and astro/ to new
    USES=python
  
  Approved by:	portmgr (implicit)
  With hat:	python@

Modified:
  head/accessibility/accerciser/Makefile
  head/accessibility/at-spi/Makefile
  head/accessibility/orca/Makefile
  head/accessibility/py-atspi/Makefile
  head/archivers/py-liblzma/Makefile
  head/archivers/py-lzma/Makefile
  head/archivers/rox-archive/Makefile
  head/astro/astrometry/Makefile
  head/astro/py-aipy/Makefile
  head/astro/pyephem/Makefile
  head/astro/pyweather/Makefile

Modified: head/accessibility/accerciser/Makefile
==============================================================================
--- head/accessibility/accerciser/Makefile	Sat Oct 18 07:23:36 2014	(r371095)
+++ head/accessibility/accerciser/Makefile	Sat Oct 18 07:49:17 2014	(r371096)
@@ -13,8 +13,7 @@ MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Interactive Python accessibility explorer for GNOME
 
 USE_GNOME=	pygnomedesktop atspi intlhack
-USE_PYTHON=	2
-USES=		display:configure gettext gmake pkgconfig tar:bzip2
+USES=		display:configure gettext gmake pkgconfig python:2 tar:bzip2
 INSTALLS_OMF=	yes
 INSTALLS_ICONS=	yes
 GNU_CONFIGURE=	yes

Modified: head/accessibility/at-spi/Makefile
==============================================================================
--- head/accessibility/at-spi/Makefile	Sat Oct 18 07:23:36 2014	(r371095)
+++ head/accessibility/at-spi/Makefile	Sat Oct 18 07:49:17 2014	(r371096)
@@ -18,10 +18,9 @@ USES+=		tar:bzip2
 
 RUN_DEPENDS=	at-spi2-atk>2.6.0:${PORTSDIR}/accessibility/at-spi2-atk
 
-USES+=		gmake gettext libtool:oldver pathfix pkgconfig
+USES+=		gmake gettext libtool:oldver pathfix pkgconfig python:2
 USE_GNOME=	gnomehier intlhack gtk20 gconf2 libbonobo
 USE_XORG=	x11 xtst
-USE_PYTHON=	2
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-static

Modified: head/accessibility/orca/Makefile
==============================================================================
--- head/accessibility/orca/Makefile	Sat Oct 18 07:23:36 2014	(r371095)
+++ head/accessibility/orca/Makefile	Sat Oct 18 07:49:17 2014	(r371096)
@@ -20,8 +20,7 @@ RUN_DEPENDS=	${PYTHON_SITELIBDIR}/_dbus_
 		${PYTHON_SITELIBDIR}/pyatspi/__init__.py:${PORTSDIR}/accessibility/at-spi \
 		${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg
 
-USES=		gmake gettext pkgconfig tar:bzip2
-USE_PYTHON=	2
+USES=		gmake gettext pkgconfig python:2 tar:bzip2
 USE_GNOME=	gnomeprefix libgnomeui gnomespeech pygnome2 \
 		pygnomedesktop
 INSTALLS_ICONS=	yes

Modified: head/accessibility/py-atspi/Makefile
==============================================================================
--- head/accessibility/py-atspi/Makefile	Sat Oct 18 07:23:36 2014	(r371095)
+++ head/accessibility/py-atspi/Makefile	Sat Oct 18 07:49:17 2014	(r371096)
@@ -18,10 +18,9 @@ RUN_DEPENDS=	${LOCALBASE}/libexec/at-spi
 
 CONFLICTS=	at-spi-1.[0-9]*
 
-USES=		gettext gmake pathfix pkgconfig tar:xz
+USES=		gettext gmake pathfix pkgconfig python:2 tar:xz
 USE_GNOME=	gnomehier intlhack pygobject3
 GNU_CONFIGURE=	yes
-USE_PYTHON=	2
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 

Modified: head/archivers/py-liblzma/Makefile
==============================================================================
--- head/archivers/py-liblzma/Makefile	Sat Oct 18 07:23:36 2014	(r371095)
+++ head/archivers/py-liblzma/Makefile	Sat Oct 18 07:49:17 2014	(r371096)
@@ -15,10 +15,8 @@ COMMENT=	Python binding for the LZMA com
 
 LICENSE=	LGPL3
 
-USES=			pkgconfig tar:bzip2
-USE_PYTHON=		yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		pkgconfig python tar:bzip2
+USE_PYTHON=	distutils autoplist
 
 post-patch:
 	@${REINPLACE_CMD} -e 's/pc_cflags = .*/pc_cflags = ""/' \

Modified: head/archivers/py-lzma/Makefile
==============================================================================
--- head/archivers/py-lzma/Makefile	Sat Oct 18 07:23:36 2014	(r371095)
+++ head/archivers/py-lzma/Makefile	Sat Oct 18 07:49:17 2014	(r371096)
@@ -16,12 +16,10 @@ LICENSE=	LGPL21
 
 ONLY_FOR_ARCHS=	i386
 
-USES=		dos2unix
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		dos2unix python
+USE_PYTHON=	distutils autoplist
 
-DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}
+DOCSDIR=	${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME}
 
 PORTDOCS=	usage.txt
 

Modified: head/archivers/rox-archive/Makefile
==============================================================================
--- head/archivers/rox-archive/Makefile	Sat Oct 18 07:23:36 2014	(r371095)
+++ head/archivers/rox-archive/Makefile	Sat Oct 18 07:49:17 2014	(r371096)
@@ -12,8 +12,7 @@ COMMENT=	Archive management tool for the
 RUN_DEPENDS=	${LOCALBASE}/bin/rox:${PORTSDIR}/x11-fm/rox-filer \
 		${LOCALBASE}/lib/ROX-Lib2/python/rox/__init__.py:${PORTSDIR}/devel/py-roxlib
 
-USES=		tar:bzip2
-USE_PYTHON=	yes
+USES=		python tar:bzip2
 
 do-build:
 	@${PYTHON_CMD} -m compileall ${WRKSRC}

Modified: head/astro/astrometry/Makefile
==============================================================================
--- head/astro/astrometry/Makefile	Sat Oct 18 07:23:36 2014	(r371095)
+++ head/astro/astrometry/Makefile	Sat Oct 18 07:49:17 2014	(r371096)
@@ -19,8 +19,7 @@ LIB_DEPENDS=	libcairo.so:${PORTSDIR}/gra
 		libnetpbm.so:${PORTSDIR}/graphics/netpbm
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		gmake pkgconfig tar:bzip2
-USE_PYTHON=	yes
+USES=		gmake pkgconfig python tar:bzip2
 ALL_TARGET=	all extra
 MAKE_ENV=	INSTALL_DIR=${STAGEDIR}${PREFIX}/${PORTNAME}
 MAKE_JOBS_UNSAFE=	yes

Modified: head/astro/py-aipy/Makefile
==============================================================================
--- head/astro/py-aipy/Makefile	Sat Oct 18 07:23:36 2014	(r371095)
+++ head/astro/py-aipy/Makefile	Sat Oct 18 07:49:17 2014	(r371096)
@@ -17,8 +17,7 @@ BUILD_DEPENDS=	${PYNUMPY} \
 		${PKGNAMEPREFIX}matplotlib>=0.98:${PORTSDIR}/math/py-matplotlib
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USE_PYTHON=		yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python
+USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>

Modified: head/astro/pyephem/Makefile
==============================================================================
--- head/astro/pyephem/Makefile	Sat Oct 18 07:23:36 2014	(r371095)
+++ head/astro/pyephem/Makefile	Sat Oct 18 07:49:17 2014	(r371096)
@@ -10,8 +10,7 @@ MASTER_SITES=	CHEESESHOP
 MAINTAINER=	wen@FreeBSD.org
 COMMENT=	Scientific-grade astronomical computations for Python
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python
+USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>

Modified: head/astro/pyweather/Makefile
==============================================================================
--- head/astro/pyweather/Makefile	Sat Oct 18 07:23:36 2014	(r371095)
+++ head/astro/pyweather/Makefile	Sat Oct 18 07:49:17 2014	(r371096)
@@ -10,7 +10,7 @@ DISTNAME=	pyWeather
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Python script that downloads weather data and can be cronned
 
-USE_PYTHON=	yes
+USES=		python
 NO_BUILD=	yes
 PLIST_FILES=	bin/pyWeather
 



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