Date: Fri, 29 Aug 2014 17:28:42 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366537 - in head: converters/py-bencode deskutils/dosage devel/libbde devel/libevt devel/libevtx devel/py-binplist devel/py-docopt devel/py-jdcal devel/py-pefile devel/py-pyelftools se... Message-ID: <201408291728.s7THSgpC069911@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Fri Aug 29 17:28:42 2014 New Revision: 366537 URL: http://svnweb.freebsd.org/changeset/ports/366537 QAT: https://qat.redports.org/buildarchive/r366537/ Log: Convert a few ports to USES=python Deleted: head/sysutils/py-analyzemft/pkg-plist Modified: head/converters/py-bencode/Makefile head/deskutils/dosage/Makefile head/devel/libbde/Makefile head/devel/libevt/Makefile head/devel/libevtx/Makefile head/devel/py-binplist/Makefile head/devel/py-docopt/Makefile head/devel/py-jdcal/Makefile head/devel/py-pefile/Makefile head/devel/py-pyelftools/Makefile head/security/py-cybox/Makefile head/security/py-plaso/Makefile head/security/py-volatility/Makefile head/security/wapiti/Makefile head/sysutils/py-analyzemft/Makefile head/sysutils/py-pytsk/Makefile head/textproc/py-openpyxl1/Makefile head/textproc/py-pyelasticsearch/Makefile Modified: head/converters/py-bencode/Makefile ============================================================================== --- head/converters/py-bencode/Makefile Fri Aug 29 17:24:43 2014 (r366536) +++ head/converters/py-bencode/Makefile Fri Aug 29 17:28:42 2014 (r366537) @@ -14,8 +14,7 @@ LICENSE_NAME= BitTorrent Open Source Lic LICENSE_TEXT= See http://directory.fsf.org/wiki/License:BitTorrentOSL1.1 LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USE_PYTHON= 2 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:2 +USE_PYTHON= distutils autoplist .include <bsd.port.mk> Modified: head/deskutils/dosage/Makefile ============================================================================== --- head/deskutils/dosage/Makefile Fri Aug 29 17:24:43 2014 (r366536) +++ head/deskutils/dosage/Makefile Fri Aug 29 17:28:42 2014 (r366537) @@ -13,9 +13,8 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:${PORTSDIR}/www/py-requests -USE_PYTHON= yes -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST=yes +USES= python +USE_PYTHON= distutils autoplist post-patch: @${REINPLACE_CMD} 's|share/man/man1|man/man1|' ${WRKSRC}/setup.py Modified: head/devel/libbde/Makefile ============================================================================== --- head/devel/libbde/Makefile Fri Aug 29 17:24:43 2014 (r366536) +++ head/devel/libbde/Makefile Fri Aug 29 17:28:42 2014 (r366537) @@ -14,9 +14,8 @@ LICENSE= LGPL3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} -USES= fuse gettext iconv libtool pathfix pkgconfig +USES= fuse gettext iconv libtool pathfix pkgconfig python:2 USE_OPENSSL= yes -USE_PYTHON= 2 USE_LDCONFIG= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} Modified: head/devel/libevt/Makefile ============================================================================== --- head/devel/libevt/Makefile Fri Aug 29 17:24:43 2014 (r366536) +++ head/devel/libevt/Makefile Fri Aug 29 17:28:42 2014 (r366537) @@ -14,8 +14,7 @@ LICENSE= LGPL3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} -USES= gettext iconv libtool pathfix -USE_PYTHON= 2 +USES= gettext iconv libtool pathfix python:2 USE_LDCONFIG= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} Modified: head/devel/libevtx/Makefile ============================================================================== --- head/devel/libevtx/Makefile Fri Aug 29 17:24:43 2014 (r366536) +++ head/devel/libevtx/Makefile Fri Aug 29 17:28:42 2014 (r366537) @@ -14,8 +14,7 @@ LICENSE= LGPL3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} -USES= gettext iconv libtool pathfix -USE_PYTHON= 2 +USES= gettext iconv libtool pathfix python:2 USE_LDCONFIG= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} Modified: head/devel/py-binplist/Makefile ============================================================================== --- head/devel/py-binplist/Makefile Fri Aug 29 17:24:43 2014 (r366536) +++ head/devel/py-binplist/Makefile Fri Aug 29 17:28:42 2014 (r366537) @@ -14,8 +14,7 @@ LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz -USE_PYTHON= yes -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST=yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> Modified: head/devel/py-docopt/Makefile ============================================================================== --- head/devel/py-docopt/Makefile Fri Aug 29 17:24:43 2014 (r366536) +++ head/devel/py-docopt/Makefile Fri Aug 29 17:28:42 2014 (r366537) @@ -12,9 +12,8 @@ COMMENT= Pythonic argument parser, that LICENSE= MIT -USE_PYTHON= yes -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST=yes +USES= python +USE_PYTHON= distutils autoplist PORTDOCS= README.rst DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} Modified: head/devel/py-jdcal/Makefile ============================================================================== --- head/devel/py-jdcal/Makefile Fri Aug 29 17:24:43 2014 (r366536) +++ head/devel/py-jdcal/Makefile Fri Aug 29 17:28:42 2014 (r366537) @@ -12,8 +12,7 @@ COMMENT= Module converting between Julia LICENSE= BSD2CLAUSE -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> Modified: head/devel/py-pefile/Makefile ============================================================================== --- head/devel/py-pefile/Makefile Fri Aug 29 17:24:43 2014 (r366536) +++ head/devel/py-pefile/Makefile Fri Aug 29 17:28:42 2014 (r366537) @@ -12,21 +12,16 @@ COMMENT= Python module to read and work LICENSE= MIT -USE_PYTHON= 2 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:2 +USE_PYTHON= distutils autoplist DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} PORTDOCS= README OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - post-install: -.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} -.endif .include <bsd.port.mk> Modified: head/devel/py-pyelftools/Makefile ============================================================================== --- head/devel/py-pyelftools/Makefile Fri Aug 29 17:24:43 2014 (r366536) +++ head/devel/py-pyelftools/Makefile Fri Aug 29 17:28:42 2014 (r366537) @@ -13,9 +13,8 @@ COMMENT= Library for analyzing ELF files LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist PORTEXAMPLES= * Modified: head/security/py-cybox/Makefile ============================================================================== --- head/security/py-cybox/Makefile Fri Aug 29 17:24:43 2014 (r366536) +++ head/security/py-cybox/Makefile Fri Aug 29 17:28:42 2014 (r366537) @@ -16,9 +16,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=0:${PORTSDIR}/devel/py-dateutil \ ${PYTHON_PKGNAMEPREFIX}lxml>=3.1:${PORTSDIR}/devel/py-lxml -USE_PYTHON= 2 -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST=yes +USES= python:2 +USE_PYTHON= distutils autoplist PORTDOCS= README.rst PORTEXAMPLES= * Modified: head/security/py-plaso/Makefile ============================================================================== --- head/security/py-plaso/Makefile Fri Aug 29 17:24:43 2014 (r366536) +++ head/security/py-plaso/Makefile Fri Aug 29 17:28:42 2014 (r366537) @@ -39,9 +39,8 @@ RUN_DEPENDS= hachoir-core>=0:${PORTSDIR} ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 \ ${PYTHON_PKGNAMEPREFIX}yaml>=0:${PORTSDIR}/devel/py-yaml -USE_PYTHON= 2 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:2 +USE_PYTHON= distutils autoplist PORTDOCS= ACKNOWLEDGEMENTS AUTHORS PORTEXAMPLES= * Modified: head/security/py-volatility/Makefile ============================================================================== --- head/security/py-volatility/Makefile Fri Aug 29 17:24:43 2014 (r366536) +++ head/security/py-volatility/Makefile Fri Aug 29 17:28:42 2014 (r366537) @@ -19,9 +19,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dist ${PYTHON_PKGNAMEPREFIX}yara>=0:${PORTSDIR}/security/py-yara \ ${PYTHON_PKGNAMEPREFIX}openpyxl>=0:${PORTSDIR}/textproc/py-openpyxl -USE_PYTHON= 2 -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST=yes +USES= python:2 +USE_PYTHON= distutils autoplist OPTIONS_DEFINE= DOCS Modified: head/security/wapiti/Makefile ============================================================================== --- head/security/wapiti/Makefile Fri Aug 29 17:24:43 2014 (r366536) +++ head/security/wapiti/Makefile Fri Aug 29 17:28:42 2014 (r366537) @@ -15,8 +15,7 @@ LICENSE= GPLv2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup32>=0:${PORTSDIR}/www/py-beautifulsoup32 \ ${PYTHON_PKGNAMEPREFIX}requests>=1.2.3:${PORTSDIR}/www/py-requests -USE_PYTHON= 2 -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST=yes +USES= python:2 +USE_PYTHON= distutils autoplist .include <bsd.port.mk> Modified: head/sysutils/py-analyzemft/Makefile ============================================================================== --- head/sysutils/py-analyzemft/Makefile Fri Aug 29 17:24:43 2014 (r366536) +++ head/sysutils/py-analyzemft/Makefile Fri Aug 29 17:28:42 2014 (r366537) @@ -16,21 +16,16 @@ LICENSE_NAME= Common Public License LICENSE_FILE= ${WRKSRC}/LICENSE.txt LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USE_PYTHON= 2 -USE_PYDISTUTILS=yes -PYDISTUTILS_PKGNAME=analyzeMFT +USES= python:2 +USE_PYTHON= distutils autoplist DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} PORTDOCS= README.txt OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - post-install: -.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} -.endif .include <bsd.port.mk> Modified: head/sysutils/py-pytsk/Makefile ============================================================================== --- head/sysutils/py-pytsk/Makefile Fri Aug 29 17:24:43 2014 (r366536) +++ head/sysutils/py-pytsk/Makefile Fri Aug 29 17:28:42 2014 (r366537) @@ -17,13 +17,11 @@ LIB_DEPENDS= libtsk.so:${PORTSDIR}/sysut WRKSRC= ${WRKDIR}/${PORTNAME} -USES= shebangfix tar:tgz +USES= python:2 shebangfix tar:tgz SHEBANG_FILES= samples/*.py python_OLD_CMD= .* python_CMD= ${PYTHON_CMD} -USE_PYTHON= 2 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USE_PYTHON= distutils autoplist PORTDOCS= README PORTEXAMPLES= * Modified: head/textproc/py-openpyxl1/Makefile ============================================================================== --- head/textproc/py-openpyxl1/Makefile Fri Aug 29 17:24:43 2014 (r366536) +++ head/textproc/py-openpyxl1/Makefile Fri Aug 29 17:28:42 2014 (r366537) @@ -16,8 +16,7 @@ LICENSE= MIT DEPRECATED= Use textproc/py-openpyxl instead CONFLICTS_INSTALL= py*-openpyxl-[0-9]* -USE_PYTHON= yes -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST=yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> Modified: head/textproc/py-pyelasticsearch/Makefile ============================================================================== --- head/textproc/py-pyelasticsearch/Makefile Fri Aug 29 17:24:43 2014 (r366536) +++ head/textproc/py-pyelasticsearch/Makefile Fri Aug 29 17:28:42 2014 (r366537) @@ -17,8 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simp ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six \ ${PYTHON_PKGNAMEPREFIX}requests>=1.0:${PORTSDIR}/www/py-requests -USE_PYTHON= yes -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST=yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408291728.s7THSgpC069911>