diff options
author | perky <perky@FreeBSD.org> | 2008-08-14 13:45:23 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2008-08-14 13:45:23 +0800 |
commit | be0e8a63b7d21ba9d2544a160e2adfa4f1e871af (patch) | |
tree | 5540e7a537b674d69a6dc9968b2e9b273da915b5 /math/py-gsl/Makefile | |
parent | 65995d73d41f71fc0293c1695f459c516aa4f928 (diff) | |
download | freebsd-ports-gnome-be0e8a63b7d21ba9d2544a160e2adfa4f1e871af.tar.gz freebsd-ports-gnome-be0e8a63b7d21ba9d2544a160e2adfa4f1e871af.tar.zst freebsd-ports-gnome-be0e8a63b7d21ba9d2544a160e2adfa4f1e871af.zip |
Update to 0.9.3
Diffstat (limited to 'math/py-gsl/Makefile')
-rw-r--r-- | math/py-gsl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/py-gsl/Makefile b/math/py-gsl/Makefile index ae631dc15de6..fea8f6086e1a 100644 --- a/math/py-gsl/Makefile +++ b/math/py-gsl/Makefile @@ -6,10 +6,9 @@ # PORTNAME= gsl -PORTVERSION= 0.3.2 -PORTREVISION= 3 +PORTVERSION= 0.9.3 CATEGORIES= math python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= SF MASTER_SITE_SUBDIR= pygsl PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pygsl-${PORTVERSION} |