svn commit: r371202 - in head: german/trytond28_account_de_skr03 german/trytond_account_de_skr03 japanese/ibus-anthy japanese/ibus-skk japanese/kana-no-quiz japanese/libtomoe-gtk japanese/mailman j...
Marcus von Appen
mva at FreeBSD.org
Sun Oct 19 17:45:20 UTC 2014
Author: mva
Date: Sun Oct 19 17:45:13 2014
New Revision: 371202
URL: https://svnweb.freebsd.org/changeset/ports/371202
QAT: https://qat.redports.org/buildarchive/r371202/
Log:
- Convert ports from german/, java/, japanese/ and ports-mgmt/ to new
USES=python
Approved by: portmgr (implicit)
Modified:
head/german/trytond28_account_de_skr03/Makefile
head/german/trytond_account_de_skr03/Makefile
head/japanese/ibus-anthy/Makefile
head/japanese/ibus-skk/Makefile
head/japanese/kana-no-quiz/Makefile
head/japanese/libtomoe-gtk/Makefile
head/japanese/mailman/Makefile
head/japanese/py-mecab/Makefile
head/japanese/py-tegaki-gtk/Makefile
head/japanese/py-tegaki/Makefile
head/japanese/py-zinnia/Makefile
head/japanese/tegaki-recognize/Makefile
head/java/eclipse-pydev/Makefile
head/ports-mgmt/fastest_sites/Makefile
head/ports-mgmt/gnome-packagekit/Makefile
head/ports-mgmt/pkg-plist/Makefile
head/ports-mgmt/pkg_trackinst/Makefile
head/ports-mgmt/portbuilder/Makefile
head/ports-mgmt/portell/Makefile
head/ports-mgmt/porttree/Makefile
Modified: head/german/trytond28_account_de_skr03/Makefile
==============================================================================
--- head/german/trytond28_account_de_skr03/Makefile Sun Oct 19 17:18:24 2014 (r371201)
+++ head/german/trytond28_account_de_skr03/Makefile Sun Oct 19 17:45:13 2014 (r371202)
@@ -18,8 +18,7 @@ RUN_DEPENDS= trytond28_account>=2.8.1:${
CONFLICTS= trytond_account_de_skr03-2.[46].*
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
Modified: head/german/trytond_account_de_skr03/Makefile
==============================================================================
--- head/german/trytond_account_de_skr03/Makefile Sun Oct 19 17:18:24 2014 (r371201)
+++ head/german/trytond_account_de_skr03/Makefile Sun Oct 19 17:45:13 2014 (r371202)
@@ -17,8 +17,7 @@ RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/
CONFLICTS= trytond28_account_de_skr03-2.8.*
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
Modified: head/japanese/ibus-anthy/Makefile
==============================================================================
--- head/japanese/ibus-anthy/Makefile Sun Oct 19 17:18:24 2014 (r371201)
+++ head/japanese/ibus-anthy/Makefile Sun Oct 19 17:45:13 2014 (r371202)
@@ -18,8 +18,7 @@ LIB_DEPENDS= libanthy.so:${PORTSDIR}/jap
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/pynotify/_pynotify.so:${PORTSDIR}/devel/py-notify
GNU_CONFIGURE= yes
-USES= libtool gettext gmake pkgconfig
-USE_PYTHON= yes
+USES= libtool gettext gmake pkgconfig python
USE_GNOME= pygtk2
LOCALBASE_REPLACE_FILES= \
Modified: head/japanese/ibus-skk/Makefile
==============================================================================
--- head/japanese/ibus-skk/Makefile Sun Oct 19 17:18:24 2014 (r371201)
+++ head/japanese/ibus-skk/Makefile Sun Oct 19 17:45:13 2014 (r371202)
@@ -14,8 +14,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/skk/SKK-
LIB_DEPENDS= libskk.so:${PORTSDIR}/japanese/libskk \
libibus-1.0.so:${PORTSDIR}/textproc/ibus
-USE_PYTHON= yes
-USES= gettext gmake pkgconfig
+USES= gettext gmake pkgconfig python
USE_GNOME= intltool
GNU_CONFIGURE= yes
CONFIGURE_ENV+= DATADIRNAME=share
Modified: head/japanese/kana-no-quiz/Makefile
==============================================================================
--- head/japanese/kana-no-quiz/Makefile Sun Oct 19 17:18:24 2014 (r371201)
+++ head/japanese/kana-no-quiz/Makefile Sun Oct 19 17:45:13 2014 (r371202)
@@ -20,9 +20,8 @@ NO_BUILD= yes
RM_FILES= CHANGES.txt FAL.txt GPL.txt
RM_OPTS= -f
-USES= gettext
-USE_PYTHON= yes
-USE_PYDISTUTILS=yes
+USES= gettext python
+USE_PYTHON= distutils
PYDISTUTILS_PKGNAME= Kana-no-quiz
WRKSRC= "${WRKDIR}/Kana no quiz-${DISTVERSION}"
Modified: head/japanese/libtomoe-gtk/Makefile
==============================================================================
--- head/japanese/libtomoe-gtk/Makefile Sun Oct 19 17:18:24 2014 (r371201)
+++ head/japanese/libtomoe-gtk/Makefile Sun Oct 19 17:45:13 2014 (r371202)
@@ -31,7 +31,7 @@ PLIST_SUB+= GUCHARMAP="@comment "
#.endif
.if exists(${LOCALBASE}/libdata/pkgconfig/pytomoe.pc)
-USE_PYTHON= yes
+USES+= python
CONFIGURE_ENV+= PYTHON_VERSION=${PYTHON_VERSION:S;python;;} \
pyexecdir=${PYTHON_SITELIBDIR}
PLIST_SUB+= PYTHON=""
Modified: head/japanese/mailman/Makefile
==============================================================================
--- head/japanese/mailman/Makefile Sun Oct 19 17:18:24 2014 (r371201)
+++ head/japanese/mailman/Makefile Sun Oct 19 17:45:13 2014 (r371202)
@@ -23,8 +23,7 @@ CONFLICTS= mailman-2.1.*
PORTSCOUT= limit:.*\.j\d+$$
USE_AUTOTOOLS= autoconf
-USES= gettext tar:tgz
-USE_PYTHON= 2
+USES= gettext python:2 tar:tgz
USE_RC_SUBR= mailman
GNU_CONFIGURE_PREFIX= ${MAILMANDIR}
Modified: head/japanese/py-mecab/Makefile
==============================================================================
--- head/japanese/py-mecab/Makefile Sun Oct 19 17:18:24 2014 (r371201)
+++ head/japanese/py-mecab/Makefile Sun Oct 19 17:45:13 2014 (r371202)
@@ -16,8 +16,8 @@ LICENSE_COMB= dual
BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13
LIB_DEPENDS= libmecab.so:${PORTSDIR}/japanese/mecab
-USE_PYTHON= yes
-USE_PYDISTUTILS=yes
+USES= python
+USE_PYTHON= distutils
PYDISTUTILS_EGGINFO= ${PORTNAME}_python-${PKGVERSION}-${PYTHON_VERSION:S/thon//}.egg-info
pre-patch:
Modified: head/japanese/py-tegaki-gtk/Makefile
==============================================================================
--- head/japanese/py-tegaki-gtk/Makefile Sun Oct 19 17:18:24 2014 (r371201)
+++ head/japanese/py-tegaki-gtk/Makefile Sun Oct 19 17:45:13 2014 (r371202)
@@ -17,8 +17,8 @@ LICENSE= GPLv2
LIB_DEPENDS= libzinnia.so:${PORTSDIR}/japanese/zinnia
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/tegaki/engine.py:${PORTSDIR}/japanese/py-tegaki
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
+USES= python
+USE_PYTHON= distutils
PYDISTUTILS_PKGNAME= ${PORTNAME}_pygtk
.include <bsd.port.mk>
Modified: head/japanese/py-tegaki/Makefile
==============================================================================
--- head/japanese/py-tegaki/Makefile Sun Oct 19 17:18:24 2014 (r371201)
+++ head/japanese/py-tegaki/Makefile Sun Oct 19 17:45:13 2014 (r371202)
@@ -16,8 +16,8 @@ LICENSE= GPLv2
LIB_DEPENDS= libzinnia.so:${PORTSDIR}/japanese/zinnia
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/zinnia.py:${PORTSDIR}/japanese/py-zinnia
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
+USES= python
+USE_PYTHON= distutils
PYDISTUTILS_PKGNAME= ${PORTNAME}_python
.include <bsd.port.mk>
Modified: head/japanese/py-zinnia/Makefile
==============================================================================
--- head/japanese/py-zinnia/Makefile Sun Oct 19 17:18:24 2014 (r371201)
+++ head/japanese/py-zinnia/Makefile Sun Oct 19 17:45:13 2014 (r371202)
@@ -16,8 +16,8 @@ RUN_DEPENDS= zinnia:${PORTSDIR}/japanese
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/COPYING
-USE_PYTHON= yes
-USE_PYDISTUTILS=yes
+USES= python
+USE_PYTHON= distutils
PYDISTUTILS_PKGNAME= ${PORTNAME}_python
PYDISTUTILS_PKGVERSION= 0.0.0
Modified: head/japanese/tegaki-recognize/Makefile
==============================================================================
--- head/japanese/tegaki-recognize/Makefile Sun Oct 19 17:18:24 2014 (r371201)
+++ head/japanese/tegaki-recognize/Makefile Sun Oct 19 17:45:13 2014 (r371202)
@@ -18,8 +18,8 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/tegaki
OPTIONS_DEFINE= DOCS
-USE_PYTHON= 2
-USE_PYDISTUTILS= yes
+USES= python:2
+USE_PYTHON= distutils
PYDISTUTILS_PKGNAME= ${PORTNAME}_recognize
post-install:
Modified: head/java/eclipse-pydev/Makefile
==============================================================================
--- head/java/eclipse-pydev/Makefile Sun Oct 19 17:18:24 2014 (r371201)
+++ head/java/eclipse-pydev/Makefile Sun Oct 19 17:45:13 2014 (r371202)
@@ -27,8 +27,7 @@ OPTIONS_DEFINE= JYTHON
PLUGINDIR= share/eclipse/dropins/pydev/eclipse/plugins
PYDEV_BUNDLES_INFO= ${PREFIX}/${PLUGINDIR}/bundles.info
-USE_PYTHON= yes
-USES= zip
+USES= python zip
.include <bsd.port.options.mk>
Modified: head/ports-mgmt/fastest_sites/Makefile
==============================================================================
--- head/ports-mgmt/fastest_sites/Makefile Sun Oct 19 17:18:24 2014 (r371201)
+++ head/ports-mgmt/fastest_sites/Makefile Sun Oct 19 17:45:13 2014 (r371202)
@@ -10,8 +10,7 @@ EXTRACT_SUFX= # nada
MAINTAINER= wxs at 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
Modified: head/ports-mgmt/gnome-packagekit/Makefile
==============================================================================
--- head/ports-mgmt/gnome-packagekit/Makefile Sun Oct 19 17:18:24 2014 (r371201)
+++ head/ports-mgmt/gnome-packagekit/Makefile Sun Oct 19 17:45:13 2014 (r371202)
@@ -21,8 +21,7 @@ LIB_DEPENDS= libdbus-glib-1.so:${PORTSDI
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
Modified: head/ports-mgmt/pkg-plist/Makefile
==============================================================================
--- head/ports-mgmt/pkg-plist/Makefile Sun Oct 19 17:18:24 2014 (r371201)
+++ head/ports-mgmt/pkg-plist/Makefile Sun Oct 19 17:45:13 2014 (r371202)
@@ -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
Modified: head/ports-mgmt/pkg_trackinst/Makefile
==============================================================================
--- head/ports-mgmt/pkg_trackinst/Makefile Sun Oct 19 17:18:24 2014 (r371201)
+++ head/ports-mgmt/pkg_trackinst/Makefile Sun Oct 19 17:45:13 2014 (r371202)
@@ -10,7 +10,7 @@ MASTER_SITES= http://people.freebsd.org/
MAINTAINER= olgeni at 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}
Modified: head/ports-mgmt/portbuilder/Makefile
==============================================================================
--- head/ports-mgmt/portbuilder/Makefile Sun Oct 19 17:18:24 2014 (r371201)
+++ head/ports-mgmt/portbuilder/Makefile Sun Oct 19 17:45:13 2014 (r371202)
@@ -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
Modified: head/ports-mgmt/portell/Makefile
==============================================================================
--- head/ports-mgmt/portell/Makefile Sun Oct 19 17:18:24 2014 (r371201)
+++ head/ports-mgmt/portell/Makefile Sun Oct 19 17:45:13 2014 (r371202)
@@ -10,8 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
MAINTAINER= mich at FreeBSD.org
COMMENT= Quick display of FreeBSD port descriptions
-USES= zip
-USE_PYTHON= yes
+USES= python zip
NO_BUILD= yes
PLIST_FILES= bin/portell
Modified: head/ports-mgmt/porttree/Makefile
==============================================================================
--- head/ports-mgmt/porttree/Makefile Sun Oct 19 17:18:24 2014 (r371201)
+++ head/ports-mgmt/porttree/Makefile Sun Oct 19 17:45:13 2014 (r371202)
@@ -11,8 +11,7 @@ COMMENT= Show dependences of FreeBSD por
LICENSE= MIT
-USES= tar:bzip2
-USE_PYTHON= yes
+USES= python tar:bzip2
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}networkx>=1.5:${PORTSDIR}/math/py-networkx
More information about the svn-ports-head
mailing list