diff options
author | linimon <linimon@FreeBSD.org> | 2003-11-05 18:59:21 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-11-05 18:59:21 +0000 |
commit | 085f41ba5f541130a00db8ab64c58a7b1c50243a (patch) | |
tree | 67c252e99011147e68b26bd384bdc357aeee97f2 /lang | |
parent | 5aebf16f3f7473ce3c1b74ef3cda2869c796e1c5 (diff) | |
download | FreeBSD-ports-085f41ba5f541130a00db8ab64c58a7b1c50243a.zip FreeBSD-ports-085f41ba5f541130a00db8ab64c58a7b1c50243a.tar.gz |
Per distfile survey, update mastersite. However, note that the mastersite
no longer carries this version of the distfile. The newer version is
renamed, and I have left a note to that effect; I would have committed
it myself if the patches had applied cleanly, but they don't. Some
interested person would have to volunteer to look at that.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/scriba/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lang/scriba/Makefile b/lang/scriba/Makefile index c3c347f..2118292 100644 --- a/lang/scriba/Makefile +++ b/lang/scriba/Makefile @@ -8,8 +8,13 @@ PORTNAME= scriba PORTVERSION= 10b21 CATEGORIES= lang -MASTER_SITES= http://www.scriptbasic.com/ +MASTER_SITES= http://www.scriptbasic.com/download/ DISTNAME= ${PORTNAME}-v${PORTVERSION} +# the filename of the current version has been re-styled as follows; +# however, as of November 2003, the patches do not apply cleanly, so +# this port needs further work. +#PORTVERSION= 1.0b30 +#DISTNAME= ${PORTNAME}-v${PORTVERSION}-source MAINTAINER= ports@FreeBSD.org COMMENT= A scripting implementation of the BASIC language |