svn commit: r532987 - head/textproc/py-iso-639

Matthias Andree mandree at FreeBSD.org
Sat Apr 25 23:30:14 UTC 2020


Author: mandree
Date: Sat Apr 25 23:30:13 2020
New Revision: 532987
URL: https://svnweb.freebsd.org/changeset/ports/532987

Log:
  textproc/py-iso-639: add NO_ARCH=yes
  
  While here, sort USE_PYTHON.
  
  Bump PORTREVISION.
  
  Forgotten in
  PR:			241564
  Brown paper bag to:	mandree@

Modified:
  head/textproc/py-iso-639/Makefile

Modified: head/textproc/py-iso-639/Makefile
==============================================================================
--- head/textproc/py-iso-639/Makefile	Sat Apr 25 23:21:10 2020	(r532986)
+++ head/textproc/py-iso-639/Makefile	Sat Apr 25 23:30:13 2020	(r532987)
@@ -2,6 +2,7 @@
 
 PORTNAME=	iso-639
 PORTVERSION=	0.4.5
+PORTREVISION=	1
 CATEGORIES=	textproc python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -16,6 +17,8 @@ USES=		python
 USE_GITHUB=	yes
 GH_ACCOUNT=	noumar
 GH_PROJECT=	iso639
-USE_PYTHON=	distutils concurrent autoplist
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list