Date: Thu, 26 Dec 2013 15:17:10 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337536 - in head: devel/py-sysctl multimedia/py-guessit textproc/py-charade textproc/py-sphinxcontrib-httpdomain www/py-rhodecode Message-ID: <201312261517.rBQFHA6r038788@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Thu Dec 26 15:17:10 2013 New Revision: 337536 URL: http://svnweb.freebsd.org/changeset/ports/337536 Log: - Allow staging - Switch from easy_install to install Deleted: head/www/py-rhodecode/pkg-plist Modified: head/devel/py-sysctl/Makefile head/multimedia/py-guessit/Makefile head/textproc/py-charade/Makefile head/textproc/py-sphinxcontrib-httpdomain/Makefile head/www/py-rhodecode/Makefile Modified: head/devel/py-sysctl/Makefile ============================================================================== --- head/devel/py-sysctl/Makefile Thu Dec 26 15:15:25 2013 (r337535) +++ head/devel/py-sysctl/Makefile Thu Dec 26 15:17:10 2013 (r337536) @@ -3,6 +3,7 @@ PORTNAME= sysctl PORTVERSION= 0.1b7 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,10 +14,7 @@ COMMENT= Wrapper for the sysctl system f LICENSE= BSD USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes -PYEASYINSTALL_ARCHDEP= yes - -NO_STAGE= yes .include <bsd.port.mk> Modified: head/multimedia/py-guessit/Makefile ============================================================================== --- head/multimedia/py-guessit/Makefile Thu Dec 26 15:15:25 2013 (r337535) +++ head/multimedia/py-guessit/Makefile Thu Dec 26 15:17:10 2013 (r337536) @@ -3,6 +3,7 @@ PORTNAME= guessit PORTVERSION= 0.6.2 +PORTREVISION= 1 CATEGORIES= multimedia python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,9 +13,8 @@ COMMENT= Extract as much information as LICENSE= LGPL3 -USE_PYTHON= -2.7 -USE_PYDISTUTILS= easy_install +USE_PYTHON= 2 +USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/textproc/py-charade/Makefile ============================================================================== --- head/textproc/py-charade/Makefile Thu Dec 26 15:15:25 2013 (r337535) +++ head/textproc/py-charade/Makefile Thu Dec 26 15:17:10 2013 (r337536) @@ -3,6 +3,7 @@ PORTNAME= charade PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,13 +14,7 @@ COMMENT= Universal encoding detector for LICENSE= LGPL3 USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes - -post-patch: - @${REINPLACE_CMD} 's/="LGPL",/="LGPL", zip_safe=False,/' \ - ${WRKSRC}/setup.py - .include <bsd.port.mk> Modified: head/textproc/py-sphinxcontrib-httpdomain/Makefile ============================================================================== --- head/textproc/py-sphinxcontrib-httpdomain/Makefile Thu Dec 26 15:15:25 2013 (r337535) +++ head/textproc/py-sphinxcontrib-httpdomain/Makefile Thu Dec 26 15:17:10 2013 (r337536) @@ -3,6 +3,7 @@ PORTNAME= sphinxcontrib-httpdomain PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +14,7 @@ COMMENT= Sphinx domain for HTTP APIs RUN_DEPENDS= ${PKGNAMEPREFIX}sphinx>=1.1.3:${PORTSDIR}/textproc/py-sphinx USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/www/py-rhodecode/Makefile ============================================================================== --- head/www/py-rhodecode/Makefile Thu Dec 26 15:15:25 2013 (r337535) +++ head/www/py-rhodecode/Makefile Thu Dec 26 15:17:10 2013 (r337536) @@ -3,6 +3,7 @@ PORTNAME= rhodecode PORTVERSION= 1.7.2 +PORTREVISION= 1 CATEGORIES= www devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -38,8 +39,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pylo mercurial>=2.6:${PORTSDIR}/devel/mercurial USE_PYTHON= -2.7 -USE_PYDISTUTILS= easy_install -PYDISTUTILS_PKGNAME= RhodeCode +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes USE_RC_SUBR= rhodecode SUB_FILES= pkg-message @@ -50,7 +51,6 @@ OPTIONS_DEFAULT= GIT GIT_DESC= GIT support -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MLDAP} @@ -61,7 +61,4 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}lda RUN_DEPENDS+= ${LOCALBASE}/bin/git:${PORTSDIR}/devel/git .endif -post-install: - @${CAT} ${PKGMESSAGE} - .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312261517.rBQFHA6r038788>