Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Apr 2020 08:58:40 +0000 (UTC)
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532925 - in head/graphics: py-pymaging py-pymaging-png
Message-ID:  <202004250858.03P8we1S018117@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004250858.03P8we1S018117>