From owner-svn-ports-head@FreeBSD.ORG Wed Jan 29 13:20:15 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0615128A; Wed, 29 Jan 2014 13:20:15 +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 DAA3B1795; Wed, 29 Jan 2014 13:20:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0TDKEhK057830; Wed, 29 Jan 2014 13:20:14 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0TDKDU8057824; Wed, 29 Jan 2014 13:20:13 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201401291320.s0TDKDU8057824@svn.freebsd.org> From: Martin Wilke Date: Wed, 29 Jan 2014 13:20:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341732 - in head/www: py-clientform py-django-mezzanine-filebrowser py-django-registration py-fedex py-rackspace-monitoring py-selector X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jan 2014 13:20:15 -0000 Author: miwi Date: Wed Jan 29 13:20:13 2014 New Revision: 341732 URL: http://svnweb.freebsd.org/changeset/ports/341732 QAT: https://qat.redports.org/buildarchive/r341732/ Log: - Convert to PYDISTUTILS_AUTOPLIST - Stage support - Bump PORTREVISION Deleted: head/www/py-django-mezzanine-filebrowser/pkg-plist head/www/py-django-registration/pkg-plist head/www/py-fedex/pkg-plist head/www/py-rackspace-monitoring/pkg-plist head/www/py-selector/pkg-plist Modified: head/www/py-clientform/Makefile head/www/py-django-mezzanine-filebrowser/Makefile head/www/py-django-registration/Makefile head/www/py-fedex/Makefile head/www/py-rackspace-monitoring/Makefile head/www/py-selector/Makefile Modified: head/www/py-clientform/Makefile ============================================================================== --- head/www/py-clientform/Makefile Wed Jan 29 13:18:39 2014 (r341731) +++ head/www/py-clientform/Makefile Wed Jan 29 13:20:13 2014 (r341732) @@ -3,6 +3,7 @@ PORTNAME= clientform PORTVERSION= 0.2.10 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= http://wwwsearch.sourceforge.net/ClientForm/src/ \ CHEESESHOP @@ -13,10 +14,9 @@ MAINTAINER= lwhsu@FreeBSD.org COMMENT= Client-side HTTP Form for Python USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes PYDISTUTILS_PKGNAME= ClientForm -PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% -NO_STAGE= yes .include Modified: head/www/py-django-mezzanine-filebrowser/Makefile ============================================================================== --- head/www/py-django-mezzanine-filebrowser/Makefile Wed Jan 29 13:18:39 2014 (r341731) +++ head/www/py-django-mezzanine-filebrowser/Makefile Wed Jan 29 13:20:13 2014 (r341732) @@ -3,6 +3,7 @@ PORTNAME= django-mezzanine-filebrowser PORTVERSION= 0.2.27 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +14,8 @@ COMMENT= Fork of django-filebrowser for USE_PYTHON= yes USES= gettext -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes PYDISTUTILS_PKGNAME= filebrowser_safe -NO_STAGE= yes .include Modified: head/www/py-django-registration/Makefile ============================================================================== --- head/www/py-django-registration/Makefile Wed Jan 29 13:18:39 2014 (r341731) +++ head/www/py-django-registration/Makefile Wed Jan 29 13:20:13 2014 (r341732) @@ -3,6 +3,7 @@ PORTNAME= django-registration PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,9 +17,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}djan USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes USES= gettext CONFLICTS_INSTALL= pootle-* -NO_STAGE= yes .include Modified: head/www/py-fedex/Makefile ============================================================================== --- head/www/py-fedex/Makefile Wed Jan 29 13:18:39 2014 (r341731) +++ head/www/py-fedex/Makefile Wed Jan 29 13:20:13 2014 (r341732) @@ -3,6 +3,7 @@ PORTNAME= fedex PORTVERSION= 1.0.14 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,6 +17,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}suds USE_PYTHON= 2 USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/www/py-rackspace-monitoring/Makefile ============================================================================== --- head/www/py-rackspace-monitoring/Makefile Wed Jan 29 13:18:39 2014 (r341731) +++ head/www/py-rackspace-monitoring/Makefile Wed Jan 29 13:20:13 2014 (r341732) @@ -3,6 +3,7 @@ PORTNAME= rackspace-monitoring PORTVERSION= 0.5.2 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,6 +18,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libc # Python3 ready USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/www/py-selector/Makefile ============================================================================== --- head/www/py-selector/Makefile Wed Jan 29 13:18:39 2014 (r341731) +++ head/www/py-selector/Makefile Wed Jan 29 13:20:13 2014 (r341732) @@ -3,6 +3,7 @@ PORTNAME= selector PORTVERSION= 0.9.4 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,9 +16,9 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}resolver>=0.2.1:${PORTSDIR}/devel/py-resolver USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's/license="MIT",/license="MIT", zip_safe=False,/' \ ${WRKSRC}/setup.py