Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Apr 2014 20:42:25 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352368 - head/math/py-ffc
Message-ID:  <201404262042.s3QKgP8t039432@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@robakdesign.com>
  Approved by:	Jason Bacon <jwbacon@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



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