Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Oct 2013 10:34:48 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331674 - head/www/py-gunicorn
Message-ID:  <201310261034.r9QAYm6F019163@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310261034.r9QAYm6F019163>