svn commit: r318889 - head/math/py-viper
Martin Wilke
miwi at FreeBSD.org
Thu May 23 17:55:10 UTC 2013
Author: miwi
Date: Thu May 23 17:55:09 2013
New Revision: 318889
URL: http://svnweb.freebsd.org/changeset/ports/318889
Log:
- Update to 1.2
PR: 177767
Submitted by: maintainer
Modified:
head/math/py-viper/Makefile (contents, props changed)
head/math/py-viper/distinfo (contents, props changed)
Modified: head/math/py-viper/Makefile
==============================================================================
--- head/math/py-viper/Makefile Thu May 23 17:39:33 2013 (r318888)
+++ head/math/py-viper/Makefile Thu May 23 17:55:09 2013 (r318889)
@@ -1,14 +1,10 @@
-# New ports collection makefile for: py-viper
-# Date created: 13 April 2012
-# Whom: Jason Bacon <jwbacon at tds.net>
-#
+# Created by: Jason Bacon <jwbacon at 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 at 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
Modified: head/math/py-viper/distinfo
==============================================================================
--- head/math/py-viper/distinfo Thu May 23 17:39:33 2013 (r318888)
+++ head/math/py-viper/distinfo Thu May 23 17:55:09 2013 (r318889)
@@ -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
More information about the svn-ports-all
mailing list