svn commit: r352368 - head/math/py-ffc

Steve Wills swills at FreeBSD.org
Sat Apr 26 20:42:25 UTC 2014


Author: swills
Date: Sat Apr 26 20:42:24 2014
New Revision: 352368
URL: http://svnweb.freebsd.org/changeset/ports/352368
QAT: https://qat.redports.org/buildarchive/r352368/

Log:
  - Stage
  - Pet portlint
  
  PR:		ports/188991
  Submitted by:	Bartek Rutkowski <ports at robakdesign.com>
  Approved by:	Jason Bacon <jwbacon at tds.net> (maintainer)

Modified:
  head/math/py-ffc/Makefile
  head/math/py-ffc/pkg-descr
  head/math/py-ffc/pkg-plist

Modified: head/math/py-ffc/Makefile
==============================================================================
--- head/math/py-ffc/Makefile	Sat Apr 26 19:31:10 2014	(r352367)
+++ head/math/py-ffc/Makefile	Sat Apr 26 20:42:24 2014	(r352368)
@@ -16,12 +16,8 @@ USE_PYTHON=	2
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_PKGNAME=	FFC
 
-MAN1=		ffc.1
-MANCOMPRESSED=	yes
-
 MMVERSION=	1.2
 
-NO_STAGE=	yes
 post-patch:
 	${REINPLACE_CMD} -i '' -e 's|os.path.join(os.path.sep, "usr")|os.path.normpath("${PREFIX}")|' \
 		 ${WRKSRC}/test/regression/test.py

Modified: head/math/py-ffc/pkg-descr
==============================================================================
--- head/math/py-ffc/pkg-descr	Sat Apr 26 19:31:10 2014	(r352367)
+++ head/math/py-ffc/pkg-descr	Sat Apr 26 20:42:24 2014	(r352368)
@@ -1,4 +1,4 @@
 FFC works as a compiler for multilinear forms by generating code (C++) for
 the evaluation of a multilinear form given in mathematical notation.
 
-WWW:	https://launchpad.net/ffc
+WWW: https://launchpad.net/ffc

Modified: head/math/py-ffc/pkg-plist
==============================================================================
--- head/math/py-ffc/pkg-plist	Sat Apr 26 19:31:10 2014	(r352367)
+++ head/math/py-ffc/pkg-plist	Sat Apr 26 20:42:24 2014	(r352368)
@@ -1,4 +1,5 @@
 bin/ffc
+man/man1/ffc.1.gz
 %%PYTHON_SITELIBDIR%%/ffc/__init__.py
 %%PYTHON_SITELIBDIR%%/ffc/__init__.pyc
 %%PYTHON_SITELIBDIR%%/ffc/__init__.pyo


More information about the svn-ports-all mailing list