svn commit: r348580 - head/graphics/py-ming

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Mar 18 16:20:44 UTC 2014


Author: sunpoet
Date: Tue Mar 18 16:20:44 2014
New Revision: 348580
URL: http://svnweb.freebsd.org/changeset/ports/348580
QAT: https://qat.redports.org/buildarchive/r348580/

Log:
  - Fix PLIST: use NONEXISTENT instead of empty string [1]
  - Strip shared library in post-install: phase
  - Bump PORTREVISION for package change
  
  Suggested by:	vd [1]

Modified:
  head/graphics/py-ming/Makefile

Modified: head/graphics/py-ming/Makefile
==============================================================================
--- head/graphics/py-ming/Makefile	Tue Mar 18 16:20:40 2014	(r348579)
+++ head/graphics/py-ming/Makefile	Tue Mar 18 16:20:44 2014	(r348580)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ming
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	graphics python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -21,7 +21,7 @@ BUILD_WRKSRC=	${WRKSRC}/py_ext
 INSTALL_WRKSRC=	${WRKSRC}/py_ext
 PATCH_WRKSRC=	${WRKSRC}/py_ext
 PATCHDIR=	${.CURDIR}/files
-PLIST=		# empty
+PLIST=		${NONEXISTENT}
 
 MASTERDIR=	${.CURDIR}/../../graphics/ming
 SLAVEPORT=	py


More information about the svn-ports-head mailing list