From owner-svn-ports-all@FreeBSD.ORG Thu May 23 17:56:05 2013 Return-Path: Delivered-To: svn-ports-all@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 6AF9BCC4; Thu, 23 May 2013 17:56:05 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 43AB25F7; Thu, 23 May 2013 17:56:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4NHu5w6010730; Thu, 23 May 2013 17:56:05 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4NHu4Hj010727; Thu, 23 May 2013 17:56:04 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201305231756.r4NHu4Hj010727@svn.freebsd.org> From: Martin Wilke Date: Thu, 23 May 2013 17:56:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318890 - head/math/py-fiat X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 May 2013 17:56:05 -0000 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 -# +# Created by: Jason Bacon # $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 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