diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-04-10 18:43:51 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-04-10 18:43:51 +0800 |
commit | d874434b1926732271290ef6438618f9ec672083 (patch) | |
tree | f6ea59537a03c34936d32182fd7d5f428d063263 /math/yacas/Makefile | |
parent | 1987e3c18e53669cf41bf2b1903c6aa4112a91ea (diff) | |
download | freebsd-ports-gnome-d874434b1926732271290ef6438618f9ec672083.tar.gz freebsd-ports-gnome-d874434b1926732271290ef6438618f9ec672083.tar.zst freebsd-ports-gnome-d874434b1926732271290ef6438618f9ec672083.zip |
upgrade to 1.0.54
PR: 50016
Submitted by: Thomas E. Zander <riggs@rrr.de>
Diffstat (limited to 'math/yacas/Makefile')
-rw-r--r-- | math/yacas/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/yacas/Makefile b/math/yacas/Makefile index 0e5d97153db1..7c4a70542da1 100644 --- a/math/yacas/Makefile +++ b/math/yacas/Makefile @@ -7,11 +7,11 @@ # PORTNAME= yacas -PORTVERSION= 1.0.53r1 +PORTVERSION= 1.0.54 CATEGORIES= math -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://yacas.sourceforge.net/backups/ MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-${PORTVERSION:S/r/rev/} MAINTAINER= ports@FreeBSD.org COMMENT= Yet Another Computer Algebra System |