svn commit: r532925 - in head/graphics: py-pymaging py-pymaging-png

Hajimu UMEMOTO ume at FreeBSD.org
Sat Apr 25 08:58:41 UTC 2020


Author: ume
Date: Sat Apr 25 08:58:40 2020
New Revision: 532925
URL: https://svnweb.freebsd.org/changeset/ports/532925

Log:
  Set NO_ARCH.

Modified:
  head/graphics/py-pymaging-png/Makefile
  head/graphics/py-pymaging/Makefile

Modified: head/graphics/py-pymaging-png/Makefile
==============================================================================
--- head/graphics/py-pymaging-png/Makefile	Sat Apr 25 08:39:05 2020	(r532924)
+++ head/graphics/py-pymaging-png/Makefile	Sat Apr 25 08:58:40 2020	(r532925)
@@ -1,6 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pymaging-png
+PORTREVISION=	1
 PORTVERSION=	g20130727
 CATEGORIES=	graphics python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -20,5 +21,7 @@ USE_PYTHON=	autoplist distutils
 USE_GITHUB=	yes
 GH_ACCOUNT=	ojii
 GH_TAGNAME=	83d85c4
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/graphics/py-pymaging/Makefile
==============================================================================
--- head/graphics/py-pymaging/Makefile	Sat Apr 25 08:39:05 2020	(r532924)
+++ head/graphics/py-pymaging/Makefile	Sat Apr 25 08:58:40 2020	(r532925)
@@ -2,6 +2,7 @@
 
 PORTNAME=	pymaging
 PORTVERSION=	g20130908
+PORTREVISION=	1
 CATEGORIES=	graphics python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -17,5 +18,7 @@ USE_PYTHON=	autoplist distutils
 USE_GITHUB=	yes
 GH_ACCOUNT=	ojii
 GH_TAGNAME=	596a08f
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list