svn commit: r433323 - head/devel/py-mygpoclient

Ruslan Makhmatkhanov rm at FreeBSD.org
Sat Feb 4 15:56:02 UTC 2017


Author: rm
Date: Sat Feb  4 15:56:01 2017
New Revision: 433323
URL: https://svnweb.freebsd.org/changeset/ports/433323

Log:
  devel/py-mygpoclient: add NO_ARCH
  
  - add NO_ARCH
  - define LICENSE_FILE
  - correct required python version

Modified:
  head/devel/py-mygpoclient/Makefile

Modified: head/devel/py-mygpoclient/Makefile
==============================================================================
--- head/devel/py-mygpoclient/Makefile	Sat Feb  4 15:49:32 2017	(r433322)
+++ head/devel/py-mygpoclient/Makefile	Sat Feb  4 15:56:01 2017	(r433323)
@@ -11,8 +11,10 @@ MAINTAINER=	rm at FreeBSD.org
 COMMENT=	gpodder.net API client library for Python
 
 LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		python:2
-USE_PYTHON=	distutils autoplist
+NO_ARCH=	yes
+USES=		python:2.7
+USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list