Date: Wed, 10 Apr 2013 22:00:39 GMT From: Jason Bacon <jwbacon@tds.net> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/177766: maintainer update: math/py-fiat Message-ID: <201304102200.r3AM0d95079727@red.freebsd.org> Resent-Message-ID: <201304102210.r3AMA0Jt034049@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 177766 >Category: ports >Synopsis: maintainer update: math/py-fiat >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:10: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 releast, 1.2. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN --exclude=CVS /usr/ports/math/py-fiat/Makefile /usr/home/bacon/Prog/Ports/ports/math/py-fiat/Makefile --- /usr/ports/math/py-fiat/Makefile 2012-11-16 23:59:29.000000000 -0600 +++ /usr/home/bacon/Prog/Ports/ports/math/py-fiat/Makefile 2013-04-10 16:56:37.000000000 -0500 @@ -1,16 +1,12 @@ -# New ports collection makefile for: py-fiat -# Date created: 13 April 2012 -# Whom: Jason Bacon <jwbacon@tds.net> -# +# Created by: Jason Bacon # $FreeBSD: ports/math/py-fiat/Makefile,v 1.3 2012/11/17 05:59:29 svnexp Exp $ -# PORTNAME= fiat -PORTVERSION= 1.0.0 -PORTREVISION= 1 +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/release-${MMVERSION}/+download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME}-${MMVERSION} MAINTAINER= jwbacon@tds.net COMMENT= FInite element Automatic Tabulator @@ -26,4 +22,6 @@ FETCH_ARGS= -F +MMVERSION= 1.1 + .include <bsd.port.mk> diff -ruN --exclude=CVS /usr/ports/math/py-fiat/distinfo /usr/home/bacon/Prog/Ports/ports/math/py-fiat/distinfo --- /usr/ports/math/py-fiat/distinfo 2012-04-14 14:23:25.000000000 -0500 +++ /usr/home/bacon/Prog/Ports/ports/math/py-fiat/distinfo 2013-03-24 22:30:59.000000000 -0500 @@ -1,2 +1,2 @@ -SHA256 (fiat-1.0.0.tar.gz) = 4f6278ac746d415b9a3bed30755734b672c859365591b0bcae6103a079dd28e1 -SIZE (fiat-1.0.0.tar.gz) = 2809920 +SHA256 (fiat-1.1.tar.gz) = 94a9926f478ce9d12e3f0cf4dee0937dfbc7518a37ad4ac701fda3b6cb62a475 +SIZE (fiat-1.1.tar.gz) = 3870562 diff -ruN --exclude=CVS /usr/ports/math/py-fiat/pkg-plist /usr/home/bacon/Prog/Ports/ports/math/py-fiat/pkg-plist --- /usr/ports/math/py-fiat/pkg-plist 2012-04-14 14:23:25.000000000 -0500 +++ /usr/home/bacon/Prog/Ports/ports/math/py-fiat/pkg-plist 2013-03-24 22:30:38.000000000 -0500 @@ -13,6 +13,9 @@ %%PYTHON_SITELIBDIR%%/FIAT/asci2vtk3d.py %%PYTHON_SITELIBDIR%%/FIAT/asci2vtk3d.pyc %%PYTHON_SITELIBDIR%%/FIAT/asci2vtk3d.pyo +%%PYTHON_SITELIBDIR%%/FIAT/brezzi_douglas_fortin_marini.py +%%PYTHON_SITELIBDIR%%/FIAT/brezzi_douglas_fortin_marini.pyc +%%PYTHON_SITELIBDIR%%/FIAT/brezzi_douglas_fortin_marini.pyo %%PYTHON_SITELIBDIR%%/FIAT/brezzi_douglas_marini.py %%PYTHON_SITELIBDIR%%/FIAT/brezzi_douglas_marini.pyc %%PYTHON_SITELIBDIR%%/FIAT/brezzi_douglas_marini.pyo >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304102200.r3AM0d95079727>