Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 May 2013 17:56:04 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318890 - head/math/py-fiat
Message-ID:  <201305231756.r4NHu4Hj010727@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Thu May 23 17:56:04 2013
New Revision: 318890
URL: http://svnweb.freebsd.org/changeset/ports/318890

Log:
  - Update to 1.1
  
  PR:		177766
  Submitted by:	maintainer

Modified:
  head/math/py-fiat/Makefile   (contents, props changed)
  head/math/py-fiat/distinfo   (contents, props changed)
  head/math/py-fiat/pkg-plist   (contents, props changed)

Modified: head/math/py-fiat/Makefile
==============================================================================
--- head/math/py-fiat/Makefile	Thu May 23 17:55:09 2013	(r318889)
+++ head/math/py-fiat/Makefile	Thu May 23 17:56:04 2013	(r318890)
@@ -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 <jwbacon@tds.net>
 # $FreeBSD$
-#
 
 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 @@ PYDISTUTILS_PKGNAME=	FIAT
 
 FETCH_ARGS=	-F
 
+MMVERSION=	1.1
+
 .include <bsd.port.mk>

Modified: head/math/py-fiat/distinfo
==============================================================================
--- head/math/py-fiat/distinfo	Thu May 23 17:55:09 2013	(r318889)
+++ head/math/py-fiat/distinfo	Thu May 23 17:56:04 2013	(r318890)
@@ -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

Modified: head/math/py-fiat/pkg-plist
==============================================================================
--- head/math/py-fiat/pkg-plist	Thu May 23 17:55:09 2013	(r318889)
+++ head/math/py-fiat/pkg-plist	Thu May 23 17:56:04 2013	(r318890)
@@ -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



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