diff options
Diffstat (limited to 'math/spin/Makefile')
-rw-r--r-- | math/spin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/spin/Makefile b/math/spin/Makefile index a64413e1209a..41d5c64d0771 100644 --- a/math/spin/Makefile +++ b/math/spin/Makefile @@ -1,17 +1,17 @@ # Ports collection makefile for: spin -# Version required: 3.3.8 +# Version required: 3.3.9 # Date created: Oct 23, 1997 # Whom: jhanna@home.com # # $FreeBSD$ # -DISTNAME= spin-3.38 +DISTNAME= spin-3.39 CATEGORIES= math MASTER_SITES= ftp://netlib.bell-labs.com/netlib/spin/ \ ftp://www.netlib.org/spin/ \ ftp://wcarchive.cdrom.com/pub/netlib/spin/ -DISTFILES= spin338.tar.gz html.tar.gz +DISTFILES= spin339.tar.gz html.tar.gz MAINTAINER= jhanna@home.com |