diff options
author | max <max@FreeBSD.org> | 1998-02-12 07:56:30 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1998-02-12 07:56:30 +0800 |
commit | d259aaaca38ea5c2bdd8b527fb5c2b7260d431cc (patch) | |
tree | 4b0b14e02f2298e0d479bc3613f97636a8f15286 /lang/ruby | |
parent | 232a735709b18affdacbc4e3ced733231ab256d4 (diff) | |
download | freebsd-ports-gnome-d259aaaca38ea5c2bdd8b527fb5c2b7260d431cc.tar.gz freebsd-ports-gnome-d259aaaca38ea5c2bdd8b527fb5c2b7260d431cc.tar.zst freebsd-ports-gnome-d259aaaca38ea5c2bdd8b527fb5c2b7260d431cc.zip |
Upgrade, 1.0-971125 -> 1.0-971225.
PR: 5684
Submitted by: maintainer
While at this, some cleanup:
1. Compress the man page by using MAN1, instead of patching up
Makefile.in.
2. HAS_CONFIGURE -> GNU_CONFIGUURE to better reflect the reality as
well as to respect the value of ${PREFIX}.
Diffstat (limited to 'lang/ruby')
-rw-r--r-- | lang/ruby/Makefile | 9 | ||||
-rw-r--r-- | lang/ruby/distinfo | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index 76011f808770..180b83e9fd27 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -1,19 +1,20 @@ # New ports collection makefile for: ruby -# Version required: 1.0-971125 +# Version required: 1.0-971225 # Date created: 04 September 1997 # Whom: Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp> # -# $Id: Makefile,v 1.3 1997/09/22 13:59:37 tg Exp $ +# $Id: Makefile,v 1.4 1997/12/01 08:09:37 vanilla Exp $ # -DISTNAME= ruby-1.0-971125 +DISTNAME= ruby-1.0-971225 PKGNAME= ruby-1.0 CATEGORIES= lang MASTER_SITES= ftp://ftp.netlab.co.jp/pub/lang/ruby/ MAINTAINER= usagi@ruby.club.or.jp -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes +MAN1= ruby.1 test: @(cd ${WRKSRC}; make test) diff --git a/lang/ruby/distinfo b/lang/ruby/distinfo index f1e296ed4371..58c39780047b 100644 --- a/lang/ruby/distinfo +++ b/lang/ruby/distinfo @@ -1 +1 @@ -MD5 (ruby-1.0-971125.tar.gz) = 832404a835e8b9c6681bf85410ff5975 +MD5 (ruby-1.0-971225.tar.gz) = ae6508e0dc9c26ded7221e5200c34493 |