diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2003-12-06 21:17:15 +0800 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2003-12-06 21:17:15 +0800 |
commit | efdea2748b9b3ef0847ef5ba979cb8715ece4b52 (patch) | |
tree | 2afd0416a1ad23963c0785d53a28f631dc1a1778 /lang | |
parent | ecd329c6a3122af7bd77645baffadc0aa5c6daf8 (diff) | |
download | freebsd-ports-gnome-efdea2748b9b3ef0847ef5ba979cb8715ece4b52.tar.gz freebsd-ports-gnome-efdea2748b9b3ef0847ef5ba979cb8715ece4b52.tar.zst freebsd-ports-gnome-efdea2748b9b3ef0847ef5ba979cb8715ece4b52.zip |
Add MASTER_SITES, update WWW.
PR: ports/59978
Submitted by: Ying-Chieh Liao <ijliao@FreeBSD.csie.NCTU.edu.tw>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/sml-nj/Makefile | 6 | ||||
-rw-r--r-- | lang/sml-nj/pkg-descr | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/lang/sml-nj/Makefile b/lang/sml-nj/Makefile index e8453ee486e7..e0fe35226a0b 100644 --- a/lang/sml-nj/Makefile +++ b/lang/sml-nj/Makefile @@ -10,7 +10,9 @@ PORTVERSION= 110.0.7 CATEGORIES= lang MASTER_SITES= ftp://ftp.research.bell-labs.com/dist/smlnj/release/110.0.7/ \ ftp://rodin.stanford.edu/pub/smlnj/release/110.0.7/ \ - ftp://ftp.ntua.gr//pub/lang/smlnj/release/110.0.7/ + ftp://ftp.ntua.gr//pub/lang/smlnj/release/110.0.7/ \ + ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} DISTFILES= bin.x86-unix.tar.Z cm.tar.Z cml.tar.Z \ config.tar.Z eXene.tar.Z \ ml-burg.tar.Z ml-lex.tar.Z \ @@ -18,7 +20,7 @@ DISTFILES= bin.x86-unix.tar.Z cm.tar.Z cml.tar.Z \ smlnj-c.tar.Z smlnj-lib.tar.Z EXTRACT_ONLY= config.tar.Z -MAINTAINER= jkoshy@freebsd.org +MAINTAINER= jkoshy@FreeBSD.org COMMENT= A popular functional language from Bell Labs # Other mirror sites that generally carry only released versions of SML diff --git a/lang/sml-nj/pkg-descr b/lang/sml-nj/pkg-descr index 4d44ff2f2c05..82576ba1c743 100644 --- a/lang/sml-nj/pkg-descr +++ b/lang/sml-nj/pkg-descr @@ -1,7 +1,7 @@ A Standard ML implementation from Bell-Labs. Implements the SML '97 definition including the new Basis library with a few minor omissions and discrepancies. -WWW: http://cm.bell-labs.com/cm/cs/what/smlnj/index.html +WWW: http://www.smlnj.org/ If you are interested in a lighter weight implementation of ML, the Moscow-ML port is recommended. |