Summary: | [PATCH] math/py-ffc: stage | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Bartek Rutkowski <robak> | ||||
Component: | Individual Port(s) | Assignee: | Steve Wills <swills> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | jwb | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Bartek Rutkowski
![]() ![]() Responsible Changed From-To: freebsd-ports-bugs->swills swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool) State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) Maintainer of math/py-ffc, Please note that PR ports/188991 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/188991 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org ] Approved. On 04/25/14 07:20, Edwin Groothuis wrote: > Maintainer of math/py-ffc, > > Please note that PR ports/188991 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/188991 > 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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: feedback->closed Committed. Thanks! |