From owner-svn-ports-all@FreeBSD.ORG Thu Dec 26 15:17:11 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AABA6C32; Thu, 26 Dec 2013 15:17:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 94E97183C; Thu, 26 Dec 2013 15:17:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBQFHBtt038800; Thu, 26 Dec 2013 15:17:11 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBQFHA6r038788; Thu, 26 Dec 2013 15:17:10 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201312261517.rBQFHA6r038788@svn.freebsd.org> From: William Grzybowski Date: Thu, 26 Dec 2013 15:17:10 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Dec 2013 15:17:11 -0000 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 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 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 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 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 .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