From owner-svn-ports-head@FreeBSD.ORG Sat Apr 26 20:42:25 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DBE58510; Sat, 26 Apr 2014 20:42:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C85951388; Sat, 26 Apr 2014 20:42:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3QKgP44039435; Sat, 26 Apr 2014 20:42:25 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3QKgP8t039432; Sat, 26 Apr 2014 20:42:25 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201404262042.s3QKgP8t039432@svn.freebsd.org> From: Steve Wills Date: Sat, 26 Apr 2014 20:42:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352368 - head/math/py-ffc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2014 20:42:25 -0000 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 Approved by: Jason Bacon (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