svn commit: r402064 - head/devel/py-zope.event

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Nov 20 09:17:30 UTC 2015


Author: sunpoet
Date: Fri Nov 20 09:17:29 2015
New Revision: 402064
URL: https://svnweb.freebsd.org/changeset/ports/402064

Log:
  - Add LICENSE_FILE [1]
  - Add NO_ARCH [1]
  - Sort USE_PYTHON [2]
  
  Approved by:	portmgr (blanket) [1]
  With hat:	python [2]

Modified:
  head/devel/py-zope.event/Makefile

Modified: head/devel/py-zope.event/Makefile
==============================================================================
--- head/devel/py-zope.event/Makefile	Fri Nov 20 09:17:25 2015	(r402063)
+++ head/devel/py-zope.event/Makefile	Fri Nov 20 09:17:29 2015	(r402064)
@@ -13,8 +13,10 @@ MAINTAINER=	zope at FreeBSD.org
 COMMENT=	Very basic event publishing system
 
 LICENSE=	ZPL21
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+NO_ARCH=	yes
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list