svn commit: r351174 - head/devel/py-instant
Steve Wills
swills at FreeBSD.org
Sun Apr 13 02:23:07 UTC 2014
Author: swills
Date: Sun Apr 13 02:23:06 2014
New Revision: 351174
URL: http://svnweb.freebsd.org/changeset/ports/351174
QAT: https://qat.redports.org/buildarchive/r351174/
Log:
- Stage
- Fix pkg-plist
- Pet portlint
PR: ports/188502
Submitted by: Bartek Rutkowski <ports at robakdesign.com>
Approved by: Jason Bacon <jwbacon at tds.net> (maintainer)
Modified:
head/devel/py-instant/Makefile
head/devel/py-instant/pkg-descr
head/devel/py-instant/pkg-plist
Modified: head/devel/py-instant/Makefile
==============================================================================
--- head/devel/py-instant/Makefile Sun Apr 13 02:15:38 2014 (r351173)
+++ head/devel/py-instant/Makefile Sun Apr 13 02:23:06 2014 (r351174)
@@ -18,13 +18,8 @@ USE_PYTHON= 2
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= instant
-MAN1= instant-clean.1 \
- instant-showcache.1
-MANCOMPRESSED= yes
-
MMVERSION= 1.2
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e \
's|\[(join("share", "man", "man1"),|\[(join("man", "man1"),|' \
Modified: head/devel/py-instant/pkg-descr
==============================================================================
--- head/devel/py-instant/pkg-descr Sun Apr 13 02:15:38 2014 (r351173)
+++ head/devel/py-instant/pkg-descr Sun Apr 13 02:23:06 2014 (r351174)
@@ -5,4 +5,4 @@ import the module manually.
The code can be either C or C++, but like when programming C or C++, it has to
be inside a function or a similar C/C++ construct.
-WWW: https://launchpad.net/instant
+WWW: https://launchpad.net/instant
Modified: head/devel/py-instant/pkg-plist
==============================================================================
--- head/devel/py-instant/pkg-plist Sun Apr 13 02:15:38 2014 (r351173)
+++ head/devel/py-instant/pkg-plist Sun Apr 13 02:23:06 2014 (r351174)
@@ -1,5 +1,7 @@
bin/instant-clean
bin/instant-showcache
+man/man1/instant-clean.1.gz
+man/man1/instant-showcache.1.gz
%%PYTHON_SITELIBDIR%%/instant/__init__.py
%%PYTHON_SITELIBDIR%%/instant/__init__.pyc
%%PYTHON_SITELIBDIR%%/instant/__init__.pyo
More information about the svn-ports-all
mailing list