diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-12-29 14:32:07 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-12-29 14:32:07 +0000 |
commit | 5b4165c978aa236c9ae3d41365d839041b5e953e (patch) | |
tree | ad27f1c2131a390b52b74f656a31d02ce1e802be /math/py-numeric/Makefile | |
parent | cf624cf05bffa88a234fcb7f1be3847077a0d2db (diff) |
Upgrade to 1.8.
Notes
Notes:
svn path=/head/; revision=15699
Diffstat (limited to 'math/py-numeric/Makefile')
-rw-r--r-- | math/py-numeric/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/py-numeric/Makefile b/math/py-numeric/Makefile index d61fcaf49990..2053819080b4 100644 --- a/math/py-numeric/Makefile +++ b/math/py-numeric/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: numpy -# Version required: 1.6 +# Version required: 1.8 # Date created: 20 April 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.12 1998/11/02 08:42:37 tg Exp $ +# $Id: Makefile,v 1.13 1998/11/16 08:54:41 tg Exp $ # -DISTNAME= LLNLPython6 -PKGNAME= py-numeric-1.6 +DISTNAME= LLNLPython8 +PKGNAME= py-numeric-1.8 CATEGORIES= math python MASTER_SITES= ftp://ftp-icf.llnl.gov/pub/python/ EXTRACT_SUFX= .tgz |