Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jan 2017 14:38:44 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r432149 - head/graphics/py-png
Message-ID:  <201701221438.v0MEcieE065648@repo.freebsd.org>

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



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