svn commit: r432149 - head/graphics/py-png

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 22 14:38:46 UTC 2017


Author: sunpoet
Date: Sun Jan 22 14:38:44 2017
New Revision: 432149
URL: https://svnweb.freebsd.org/changeset/ports/432149

Log:
  Remove PROJECTHOST
  
  - Add NO_ARCH
  
  Approved by:	portmgr (blanket)

Modified:
  head/graphics/py-png/Makefile

Modified: head/graphics/py-png/Makefile
==============================================================================
--- head/graphics/py-png/Makefile	Sun Jan 22 14:38:39 2017	(r432148)
+++ head/graphics/py-png/Makefile	Sun Jan 22 14:38:44 2017	(r432149)
@@ -5,7 +5,6 @@ PORTNAME=	png
 PORTVERSION=	0.0.17
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
-PROJECTHOST=	py${PORTNAME}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	py${PORTNAME}-${PORTVERSION}
 
@@ -14,6 +13,7 @@ COMMENT=	Python PNG encoder/decoder
 
 LICENSE=	MIT
 
+NO_ARCH=	yes
 USES=		python
 USE_PYTHON=	distutils autoplist
 


More information about the svn-ports-head mailing list