diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-19 17:45:13 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-19 17:45:13 +0000 |
commit | b997ee32c898a372f1adc43d6637b8c37f2f5065 (patch) | |
tree | d796d071fcd252277ad046aa845d9bd36813b92b /ports-mgmt | |
parent | - Convert ports from french/ and ftp/ to new USES=python (diff) |
- Convert ports from german/, java/, japanese/ and ports-mgmt/ to new
USES=python
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=371202
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/fastest_sites/Makefile | 3 | ||||
-rw-r--r-- | ports-mgmt/gnome-packagekit/Makefile | 3 | ||||
-rw-r--r-- | ports-mgmt/pkg-plist/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/pkg_trackinst/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/portbuilder/Makefile | 5 | ||||
-rw-r--r-- | ports-mgmt/portell/Makefile | 3 | ||||
-rw-r--r-- | ports-mgmt/porttree/Makefile | 3 |
7 files changed, 8 insertions, 13 deletions
diff --git a/ports-mgmt/fastest_sites/Makefile b/ports-mgmt/fastest_sites/Makefile index 0146b828bc1c..42a6b0a4994b 100644 --- a/ports-mgmt/fastest_sites/Makefile +++ b/ports-mgmt/fastest_sites/Makefile @@ -10,8 +10,7 @@ EXTRACT_SUFX= # nada MAINTAINER= wxs@FreeBSD.org COMMENT= Sort MASTER_SITE_* based upon TCP handshake times -USES= shebangfix -USE_PYTHON= yes +USES= python shebangfix NO_BUILD= yes PLIST_FILES= bin/fastest_sites diff --git a/ports-mgmt/gnome-packagekit/Makefile b/ports-mgmt/gnome-packagekit/Makefile index d0764a6821aa..584002a6cd12 100644 --- a/ports-mgmt/gnome-packagekit/Makefile +++ b/ports-mgmt/gnome-packagekit/Makefile @@ -21,8 +21,7 @@ LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ USE_GNOME= gnomeprefix intlhack gconf2 gnomemenus gnomedocutils USES= desktop-file-utils gettext iconv pathfix gmake pkgconfig \ - tar:bzip2 -USE_PYTHON_BUILD=2 + python:2,build tar:bzip2 GCONF_SCHEMAS= gnome-packagekit.schemas INSTALLS_ICONS= yes INSTALLS_OMF= yes diff --git a/ports-mgmt/pkg-plist/Makefile b/ports-mgmt/pkg-plist/Makefile index 3feafedd4aa8..447a3b59751e 100644 --- a/ports-mgmt/pkg-plist/Makefile +++ b/ports-mgmt/pkg-plist/Makefile @@ -11,7 +11,7 @@ COMMENT= Generate a pkg-plist for a port LICENSE= MIT -USE_PYTHON= yes +USES= python NO_BUILD= yes PLIST_FILES= bin/pkg-plist man/man1/pkg-plist.1.gz diff --git a/ports-mgmt/pkg_trackinst/Makefile b/ports-mgmt/pkg_trackinst/Makefile index 6d6f81ff199a..5271e4373e94 100644 --- a/ports-mgmt/pkg_trackinst/Makefile +++ b/ports-mgmt/pkg_trackinst/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://people.freebsd.org/~perky/distfiles/ MAINTAINER= olgeni@FreeBSD.org COMMENT= PkgDB/pkg-plist generator by tracking installation -USE_PYTHON= yes +USES= python MAKE_ENV= PYTHON_CMD=${PYTHON_CMD} STAGEDIR=${STAGEDIR} PLIST_SUB+= PYTHON_VER=${PYTHON_VER} VERSION=${PORTVERSION} diff --git a/ports-mgmt/portbuilder/Makefile b/ports-mgmt/portbuilder/Makefile index f26a1ecd5e58..01cb595d2a17 100644 --- a/ports-mgmt/portbuilder/Makefile +++ b/ports-mgmt/portbuilder/Makefile @@ -12,9 +12,8 @@ COMMENT= Concurrent FreeBSD port builder LICENSE= BSD2CLAUSE -USE_PYTHON= yes -USE_PYDISTUTILS=yes -USES= tar:xz +USE_PYTHON= distutils +USES= python tar:xz PORTDOCS= BUGS ChangeLog COPYRIGHT README diff --git a/ports-mgmt/portell/Makefile b/ports-mgmt/portell/Makefile index 1cb1e935f5b4..009295e0f2b6 100644 --- a/ports-mgmt/portell/Makefile +++ b/ports-mgmt/portell/Makefile @@ -10,8 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} MAINTAINER= mich@FreeBSD.org COMMENT= Quick display of FreeBSD port descriptions -USES= zip -USE_PYTHON= yes +USES= python zip NO_BUILD= yes PLIST_FILES= bin/portell diff --git a/ports-mgmt/porttree/Makefile b/ports-mgmt/porttree/Makefile index 121bce4c76fe..c28681b357cf 100644 --- a/ports-mgmt/porttree/Makefile +++ b/ports-mgmt/porttree/Makefile @@ -11,8 +11,7 @@ COMMENT= Show dependences of FreeBSD port as pseudo graphical tree LICENSE= MIT -USES= tar:bzip2 -USE_PYTHON= yes +USES= python tar:bzip2 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}networkx>=1.5:${PORTSDIR}/math/py-networkx |