From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 10 22:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id DBEB27BB for ; Wed, 10 Apr 2013 22:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id BDE79D4E for ; Wed, 10 Apr 2013 22:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r3AM01uY032056 for ; Wed, 10 Apr 2013 22:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r3AM01bt032055; Wed, 10 Apr 2013 22:00:01 GMT (envelope-from gnats) Resent-Date: Wed, 10 Apr 2013 22:00:01 GMT Resent-Message-Id: <201304102200.r3AM01bt032055@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jason Bacon Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3C68C591 for ; Wed, 10 Apr 2013 21:55:35 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 2CF46D0F for ; Wed, 10 Apr 2013 21:55:35 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r3ALtXYd079480 for ; Wed, 10 Apr 2013 21:55:33 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r3ALtXh5079479; Wed, 10 Apr 2013 21:55:33 GMT (envelope-from nobody) Message-Id: <201304102155.r3ALtXh5079479@red.freebsd.org> Date: Wed, 10 Apr 2013 21:55:33 GMT From: Jason Bacon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/177765: maintainer update: math/py-ffc X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Apr 2013 22:00:01 -0000 >Number: 177765 >Category: ports >Synopsis: maintainer update: math/py-ffc >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Apr 10 22:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jason Bacon >Release: 8.3-RELEASE >Organization: Acadix Consulting, LLC >Environment: FreeBSD sculpin.jbacon.dyndns.org 8.3-RELEASE FreeBSD 8.3-RELEASE #0: Mon Apr 9 21:23:18 UTC 2012 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Routine upgrade to latest release, 1.2. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN --exclude=CVS /usr/ports/math/py-ffc/Makefile /usr/home/bacon/Prog/Ports/ports/math/py-ffc/Makefile --- /usr/ports/math/py-ffc/Makefile 2012-11-16 23:59:29.000000000 -0600 +++ /usr/home/bacon/Prog/Ports/ports/math/py-ffc/Makefile 2013-04-10 16:51:56.000000000 -0500 @@ -1,29 +1,29 @@ -# New ports collection makefile for: py-ffc -# Date created: 12 April 2012 -# Whom: Jason Bacon -# +# Created by: Jason Bacon # $FreeBSD: ports/math/py-ffc/Makefile,v 1.3 2012/11/17 05:59:29 svnexp Exp $ -# PORTNAME= ffc -PORTVERSION= 1.0.0 +PORTVERSION= ${MMVERSION}.0 CATEGORIES= math python -MASTER_SITES= https://launchpad.net/${PORTNAME}/1.0.x/${PORTVERSION}/+download/ +MASTER_SITES= https://launchpad.net/${PORTNAME}/${MMVERSION}.x/${PORTVERSION}/+download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= jwbacon@tds.net COMMENT= C++ code generator for multilinear forms +LICENSE= LGPL3 + USE_PYTHON= -2.7 USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= FFC -FETCH_ARGS= -Fpr +FETCH_ARGS= -F MAN1= ffc.1 MANCOMPRESSED= yes +MMVERSION= 1.2 + post-patch: - @${REINPLACE_CMD} -e 's|"usr")|"usr", "local")|g' ${WRKSRC}/test/regression/test.py + ${REINPLACE_CMD} -i '' -e 's|os.path.join(os.path.sep, "usr")|os.path.normpath("${PREFIX}")|' ${WRKSRC}/test/regression/test.py .include diff -ruN --exclude=CVS /usr/ports/math/py-ffc/distinfo /usr/home/bacon/Prog/Ports/ports/math/py-ffc/distinfo --- /usr/ports/math/py-ffc/distinfo 2012-04-12 14:33:50.000000000 -0500 +++ /usr/home/bacon/Prog/Ports/ports/math/py-ffc/distinfo 2013-04-10 16:48:26.000000000 -0500 @@ -1,2 +1,2 @@ -SHA256 (ffc-1.0.0.tar.gz) = 04582684b3b8640029ccf287dcf6dfd38cc90a7c2b851ce9b941ba46fe03c512 -SIZE (ffc-1.0.0.tar.gz) = 3938612 +SHA256 (ffc-1.2.0.tar.gz) = ac7cca537dac4610821c9ecb0338700970d713d03a9bc176567f1979c89ed869 +SIZE (ffc-1.2.0.tar.gz) = 4457544 diff -ruN --exclude=CVS /usr/ports/math/py-ffc/pkg-plist /usr/home/bacon/Prog/Ports/ports/math/py-ffc/pkg-plist --- /usr/ports/math/py-ffc/pkg-plist 2012-04-12 14:33:50.000000000 -0500 +++ /usr/home/bacon/Prog/Ports/ports/math/py-ffc/pkg-plist 2013-03-24 22:06:25.000000000 -0500 @@ -131,6 +131,9 @@ %%PYTHON_SITELIBDIR%%/ffc/representation.py %%PYTHON_SITELIBDIR%%/ffc/representation.pyc %%PYTHON_SITELIBDIR%%/ffc/representation.pyo +%%PYTHON_SITELIBDIR%%/ffc/representationutils.py +%%PYTHON_SITELIBDIR%%/ffc/representationutils.pyc +%%PYTHON_SITELIBDIR%%/ffc/representationutils.pyo %%PYTHON_SITELIBDIR%%/ffc/restrictedelement.py %%PYTHON_SITELIBDIR%%/ffc/restrictedelement.pyc %%PYTHON_SITELIBDIR%%/ffc/restrictedelement.pyo @@ -170,12 +173,25 @@ %%PYTHON_SITELIBDIR%%/ffc/tensor/tensorrepresentation.py %%PYTHON_SITELIBDIR%%/ffc/tensor/tensorrepresentation.pyc %%PYTHON_SITELIBDIR%%/ffc/tensor/tensorrepresentation.pyo +%%PYTHON_SITELIBDIR%%/ffc/uflacsrepr/__init__.py +%%PYTHON_SITELIBDIR%%/ffc/uflacsrepr/__init__.pyc +%%PYTHON_SITELIBDIR%%/ffc/uflacsrepr/__init__.pyo +%%PYTHON_SITELIBDIR%%/ffc/uflacsrepr/uflacsgenerator.py +%%PYTHON_SITELIBDIR%%/ffc/uflacsrepr/uflacsgenerator.pyc +%%PYTHON_SITELIBDIR%%/ffc/uflacsrepr/uflacsgenerator.pyo +%%PYTHON_SITELIBDIR%%/ffc/uflacsrepr/uflacsoptimization.py +%%PYTHON_SITELIBDIR%%/ffc/uflacsrepr/uflacsoptimization.pyc +%%PYTHON_SITELIBDIR%%/ffc/uflacsrepr/uflacsoptimization.pyo +%%PYTHON_SITELIBDIR%%/ffc/uflacsrepr/uflacsrepresentation.py +%%PYTHON_SITELIBDIR%%/ffc/uflacsrepr/uflacsrepresentation.pyc +%%PYTHON_SITELIBDIR%%/ffc/uflacsrepr/uflacsrepresentation.pyo %%PYTHON_SITELIBDIR%%/ffc/utils.py %%PYTHON_SITELIBDIR%%/ffc/utils.pyc %%PYTHON_SITELIBDIR%%/ffc/utils.pyo %%PYTHON_SITELIBDIR%%/ffc/wrappers.py %%PYTHON_SITELIBDIR%%/ffc/wrappers.pyc %%PYTHON_SITELIBDIR%%/ffc/wrappers.pyo +@dirrm %%PYTHON_SITELIBDIR%%/ffc/uflacsrepr @dirrm %%PYTHON_SITELIBDIR%%/ffc/tensor @dirrm %%PYTHON_SITELIBDIR%%/ffc/quadrature @dirrm %%PYTHON_SITELIBDIR%%/ffc/errorcontrol >Release-Note: >Audit-Trail: >Unformatted: