diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-05-23 17:55:09 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-05-23 17:55:09 +0000 |
commit | 2c7762021cf65f5d54f0d1c1de43c38a4e64d88c (patch) | |
tree | 2e138a71850c9e04de18926db1ab0689823acd18 /math/py-viper | |
parent | 59dffe802a98987d3202d48797973ae8a0e93f50 (diff) |
Notes
Diffstat (limited to 'math/py-viper')
-rw-r--r-- | math/py-viper/Makefile | 12 | ||||
-rw-r--r-- | math/py-viper/distinfo | 4 |
2 files changed, 7 insertions, 9 deletions
diff --git a/math/py-viper/Makefile b/math/py-viper/Makefile index a21a7f967246..44d2dcc3eeca 100644 --- a/math/py-viper/Makefile +++ b/math/py-viper/Makefile @@ -1,14 +1,10 @@ -# New ports collection makefile for: py-viper -# Date created: 13 April 2012 -# Whom: Jason Bacon <jwbacon@tds.net> -# +# Created by: Jason Bacon <jwbacon@tds.net> # $FreeBSD$ -# PORTNAME= viper -PORTVERSION= 1.0.0 +PORTVERSION= ${MMVERSION}.1 CATEGORIES= math python -MASTER_SITES= https://launchpad.net/fenics-${PORTNAME}/1.0.x/${PORTVERSION}/+download/ +MASTER_SITES= https://launchpad.net/fenics-${PORTNAME}/${MMVERSION}.x/${PORTVERSION}/+download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= jwbacon@tds.net @@ -25,6 +21,8 @@ FETCH_ARGS= -F MAN1= viper.1 MANCOMPRESSED= yes +MMVERSION= 1.0 + post-patch: @${REINPLACE_CMD} -e 's|data_files=\[(join("share", "man", "man1"),|data_files=\[(join("man", "man1"),|' \ ${WRKSRC}/setup.py diff --git a/math/py-viper/distinfo b/math/py-viper/distinfo index 8e735cd5a338..109e2ebdfc07 100644 --- a/math/py-viper/distinfo +++ b/math/py-viper/distinfo @@ -1,2 +1,2 @@ -SHA256 (viper-1.0.0.tar.gz) = 6ca964b2283af73fff5a3d70fbaf233d4f5d6ff11f58ad999841e8eb11d3db47 -SIZE (viper-1.0.0.tar.gz) = 192727 +SHA256 (viper-1.0.1.tar.gz) = b3cff721e71a96ff62d58f9b3e32383dcfa425f69017d291d03fb3b452a3a01f +SIZE (viper-1.0.1.tar.gz) = 192880 |