svn commit: r371122 - head/www/py-Lightbox

Ruslan Makhmatkhanov rm at FreeBSD.org
Sat Oct 18 13:14:10 UTC 2014


Author: rm
Date: Sat Oct 18 13:14:09 2014
New Revision: 371122
URL: https://svnweb.freebsd.org/changeset/ports/371122
QAT: https://qat.redports.org/buildarchive/r371122/

Log:
  www/py-Lightbox: convert to USES=python
  
  - convert to USES=python
  - limit python version to 2 (because of www/py-paste isn't 3.x aware)
  - remove deprecated author attribution from pkg-plist
  
  Approved by:	portmgr (blanket)

Modified:
  head/www/py-Lightbox/Makefile
  head/www/py-Lightbox/pkg-descr

Modified: head/www/py-Lightbox/Makefile
==============================================================================
--- head/www/py-Lightbox/Makefile	Sat Oct 18 13:10:07 2014	(r371121)
+++ head/www/py-Lightbox/Makefile	Sat Oct 18 13:14:09 2014	(r371122)
@@ -17,9 +17,7 @@ LICENSE=	MIT
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}TurboGears>=1.1.2:${PORTSDIR}/www/py-turbogears
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}scriptaculous>=1.8.1:${PORTSDIR}/www/py-scriptaculous
 
-USES=		zip
-USE_PYTHON=		yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python:2 zip
+USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>

Modified: head/www/py-Lightbox/pkg-descr
==============================================================================
--- head/www/py-Lightbox/pkg-descr	Sat Oct 18 13:10:07 2014	(r371121)
+++ head/www/py-Lightbox/pkg-descr	Sat Oct 18 13:14:09 2014	(r371122)
@@ -1,4 +1,3 @@
 Lightbox is a photo display widget for TurboGears
 
-Author: Lokesh Dhakar, Kevin Dangoor
 WWW: https://pypi.python.org/pypi/Lightbox


More information about the svn-ports-all mailing list