svn commit: r331674 - head/www/py-gunicorn

Kubilay Kocak koobs at FreeBSD.org
Sat Oct 26 10:34:49 UTC 2013


Author: koobs
Date: Sat Oct 26 10:34:48 2013
New Revision: 331674
URL: http://svnweb.freebsd.org/changeset/ports/331674

Log:
  www/py-gunicorn: Enable AUTOPLIST
  
  - Enable PYDISTUTILS_AUTOPLIST, remove pkg-plist accordingly
  - Remove PYTHON_PY3K_PLIST_HACK (implied in AUTOPLIST)

Deleted:
  head/www/py-gunicorn/pkg-plist
Modified:
  head/www/py-gunicorn/Makefile

Modified: head/www/py-gunicorn/Makefile
==============================================================================
--- head/www/py-gunicorn/Makefile	Sat Oct 26 10:33:34 2013	(r331673)
+++ head/www/py-gunicorn/Makefile	Sat Oct 26 10:34:48 2013	(r331674)
@@ -16,7 +16,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyt
 USE_GITHUB=		yes
 USE_PYTHON=		yes
 USE_PYDISTUTILS=	easy_install
-PYTHON_PY3K_PLIST_HACK=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 GH_ACCOUNT=	benoitc
 GH_COMMIT=	24fe380


More information about the svn-ports-head mailing list