diff options
author | steve <steve@FreeBSD.org> | 1999-02-22 04:11:52 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-02-22 04:11:52 +0000 |
commit | 986973cb030a23ad92622642cf5224b4be8cc6da (patch) | |
tree | 0a55020b30cfe85ec1cd7fb474d7baf3c829df62 /lang/ruby14/Makefile | |
parent | e12d03d253a5136915b30afab7d14245e6cbdcfc (diff) | |
download | FreeBSD-ports-986973cb030a23ad92622642cf5224b4be8cc6da.zip FreeBSD-ports-986973cb030a23ad92622642cf5224b4be8cc6da.tar.gz |
Update to version 1.2.2.
PR: 9941
Submitted by: maintainer
Diffstat (limited to 'lang/ruby14/Makefile')
-rw-r--r-- | lang/ruby14/Makefile | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/lang/ruby14/Makefile b/lang/ruby14/Makefile index 1297868..5018976 100644 --- a/lang/ruby14/Makefile +++ b/lang/ruby14/Makefile @@ -1,21 +1,31 @@ # New ports collection makefile for: ruby -# Version required: 1.0-971225 +# Version required: 1.2.2 # Date created: 04 September 1997 # Whom: Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp> # -# $Id: Makefile,v 1.7 1998/09/09 01:22:59 jkoshy Exp $ +# $Id: Makefile,v 1.8 1998/09/22 03:22:47 jkoshy Exp $ # -DISTNAME= ruby-1.0-971225 -PKGNAME= ruby-1.0 +DISTNAME= ruby-1.2.2 CATEGORIES= lang -MASTER_SITES= ftp://ftp.netlab.co.jp/pub/lang/ruby/1.0/ +MASTER_SITES= ftp://ftp.netlab.co.jp/pub/lang/ruby/${BRANCH_NAME}/ \ + ftp://ftp.TokyoNet.AD.JP/pub/misc/ruby/${BRANCH_NAME}/ \ + ftp://ftp.iij.ad.jp/pub/lang/ruby/${BRANCH_NAME}/ \ + ftp://blade.nagaokaut.ac.jp/pub/lang/ruby/${BRANCH_NAME}/ \ + ftp://ftp.krnet.ne.jp/pub/ruby/${BRANCH_NAME}/ \ + ftp://mirror.nucba.ac.jp/mirror/ruby/${BRANCH_NAME}/ -MAINTAINER= usagi@clave.gr.jp +MAINTAINER= yasuf@big.or.jp GNU_CONFIGURE= yes +#USE_AUTOCONF= yes MAN1= ruby.1 +BRANCH_NAME= 1.2 + +post-install: + strip ${PREFIX}/bin/ruby + test: @(cd ${WRKSRC}; make test) |