- Support stage and Python3 - Remove leading article from COMMENT - Use whitespace after WWW: Port maintainer (wen@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: ports)
Responsible Changed From-To: freebsd-ports-bugs->wen Over to maintainer (via the GNATS Auto Assign Tool)
Author: lwhsu Date: Tue Nov 19 06:37:59 2013 New Revision: 334282 URL: http://svnweb.freebsd.org/changeset/ports/334282 Log: - Support stage and Python3 - Remove leading article from COMMENT - Use whitespace after WWW: PR: ports/184058 Submitted by: lwhsu Approved by: wen (maintainer) Deleted: head/www/py-beaker/pkg-plist Modified: head/www/py-beaker/Makefile head/www/py-beaker/pkg-descr Modified: head/www/py-beaker/Makefile ============================================================================== --- head/www/py-beaker/Makefile Tue Nov 19 06:27:33 2013 (r334281) +++ head/www/py-beaker/Makefile Tue Nov 19 06:37:59 2013 (r334282) @@ -9,11 +9,13 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Beaker-${PORTVERSION} MAINTAINER= wen@FreeBSD.org -COMMENT= A Session and Caching library with WSGI Middleware +COMMENT= Session and Caching library with WSGI Middleware + +LICENSE= BSD USE_PYTHON= yes USE_PYDISTUTILS= easy_install +PYDISTUTILS_AUTOPLIST= yes PYDISTUTILS_PKGNAME= Beaker -NO_STAGE= yes .include <bsd.port.mk> Modified: head/www/py-beaker/pkg-descr ============================================================================== --- head/www/py-beaker/pkg-descr Tue Nov 19 06:27:33 2013 (r334281) +++ head/www/py-beaker/pkg-descr Tue Nov 19 06:37:59 2013 (r334282) @@ -20,4 +20,4 @@ Features * Fine-grained toggling of back-ends, keys, and expiration per Cache object -WWW: http://beaker.groovie.org/ +WWW: http://beaker.groovie.org/ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!