Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 May 2013 17:55:09 +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: r318889 - head/math/py-viper
Message-ID:  <201305231755.r4NHt9MK010485@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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

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



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