Bug 177766 - maintainer update: math/py-fiat
Summary: maintainer update: math/py-fiat
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-10 23:10 UTC by Jason W. Bacon
Modified: 2013-05-23 19:00 UTC (History)
0 users

See Also:


Attachments
file.diff (2.32 KB, patch)
2013-04-10 23:10 UTC, Jason W. Bacon
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jason W. Bacon freebsd_committer freebsd_triage 2013-04-10 23:10:00 UTC
Routine upgrade to latest releast, 1.2.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-10 23:10:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2013-04-13 09:23:02 UTC
Responsible Changed
From-To: freebsd-python->miwi

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-05-23 18:56:12 UTC
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
_______________________________________________
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"
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2013-05-23 18:56:13 UTC
State Changed
From-To: open->closed

Committed. Thanks!