diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-10-19 15:48:41 +0000 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-10-19 15:48:41 +0000 |
commit | 139b27079d1fe80a955450ad38eb22f1c95ef52b (patch) | |
tree | 6428a8e0323c6135ef8bc2c0d2ad60c46ba2f421 | |
parent | d7deb164f650a2bf970148a3730e1914f148caed (diff) | |
download | FreeBSD-ports-139b27079d1fe80a955450ad38eb22f1c95ef52b.zip FreeBSD-ports-139b27079d1fe80a955450ad38eb22f1c95ef52b.tar.gz |
Really update to 3.4.9 this time
Bump PORTREVISON to make sure no problems with previous error
PR: 31269
Submitted by: maintainer
-rw-r--r-- | devel/spin/Makefile | 3 | ||||
-rw-r--r-- | devel/spin/distinfo | 2 | ||||
-rw-r--r-- | math/spin/Makefile | 3 | ||||
-rw-r--r-- | math/spin/distinfo | 2 |
4 files changed, 6 insertions, 4 deletions
diff --git a/devel/spin/Makefile b/devel/spin/Makefile index 7f8f2f8..df2e06e 100644 --- a/devel/spin/Makefile +++ b/devel/spin/Makefile @@ -7,10 +7,11 @@ PORTNAME= spin PORTVERSION= 3.4.9 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ftp://netlib.bell-labs.com/netlib/spin/ \ ftp://www.netlib.org/spin/ -DISTFILES= spin348.tar.gz html.tar.gz +DISTFILES= spin${PORTVERSION:S/.//g}.tar.gz html.tar.gz MAINTAINER= jhanna@home.com diff --git a/devel/spin/distinfo b/devel/spin/distinfo index e7c9e22..a793442 100644 --- a/devel/spin/distinfo +++ b/devel/spin/distinfo @@ -1,2 +1,2 @@ -MD5 (spin/spin348.tar.gz) = 696b0ee0473944358c1ee6812723fc05 +MD5 (spin/spin349.tar.gz) = c361f05096969fb06d989ff23573340a MD5 (spin/html.tar.gz) = 18fb3308fac90091de71235941fbdc20 diff --git a/math/spin/Makefile b/math/spin/Makefile index 7f8f2f8..df2e06e 100644 --- a/math/spin/Makefile +++ b/math/spin/Makefile @@ -7,10 +7,11 @@ PORTNAME= spin PORTVERSION= 3.4.9 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ftp://netlib.bell-labs.com/netlib/spin/ \ ftp://www.netlib.org/spin/ -DISTFILES= spin348.tar.gz html.tar.gz +DISTFILES= spin${PORTVERSION:S/.//g}.tar.gz html.tar.gz MAINTAINER= jhanna@home.com diff --git a/math/spin/distinfo b/math/spin/distinfo index e7c9e22..a793442 100644 --- a/math/spin/distinfo +++ b/math/spin/distinfo @@ -1,2 +1,2 @@ -MD5 (spin/spin348.tar.gz) = 696b0ee0473944358c1ee6812723fc05 +MD5 (spin/spin349.tar.gz) = c361f05096969fb06d989ff23573340a MD5 (spin/html.tar.gz) = 18fb3308fac90091de71235941fbdc20 |