Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Mar 2014 16:20: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: r348580 - head/graphics/py-ming
Message-ID:  <201403181620.s2IGKi7I031384@svn.freebsd.org>

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



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