From owner-freebsd-ports Sun Nov 30 19:40:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA28796 for ports-outgoing; Sun, 30 Nov 1997 19:40:05 -0800 (PST) (envelope-from owner-freebsd-ports) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA28768; Sun, 30 Nov 1997 19:40:01 -0800 (PST) (envelope-from gnats) Resent-Date: Sun, 30 Nov 1997 19:40:01 -0800 (PST) Resent-Message-Id: <199712010340.TAA28768@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, usagi@ruby.club.or.jp Received: from nejimaki2.pfu.co.jp (nejimaki2.pfu.co.jp [202.248.171.130]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA28436 for ; Sun, 30 Nov 1997 19:36:52 -0800 (PST) (envelope-from ematsu@pfu.co.jp) Received: from nejimaki.pfu.co.jp ([202.248.171.134]) by nejimaki2.pfu.co.jp (8.8.8+2.7Wbeta7/3.6Wbeta7-97111523) with ESMTP id MAA01035; Mon, 1 Dec 1997 12:36:33 +0900 (JST) Received: from Io.unoke.pfu.co.jp by nejimaki.pfu.co.jp (8.8.7/3.4W5-MX971008-PFU Domain Mail Master) id MAA23337; Mon, 1 Dec 1997 12:37:03 +0900 (JST) Received: (from ematsu@localhost) by Io.unoke.pfu.co.jp (8.8.5/3.5Wpl7) id MAA21630; Mon, 1 Dec 1997 12:41:19 +0900 (JST) Message-Id: <199712010341.MAA21630@Io.unoke.pfu.co.jp> Date: Mon, 1 Dec 1997 12:41:19 +0900 (JST) From: usagi@ruby.club.or.jp Reply-To: usagi@ruby.club.or.jp To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/5185: Upgrading ruby-1.0 port Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 5185 >Category: ports >Synopsis: Upgrading ruby-1.0 port >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Nov 30 19:40:01 PST 1997 >Last-Modified: >Originator: Eiji-usagi-MATSUmoto >Organization: Ruby Club member >Release: FreeBSD 2.2.1-RELEASE i386 >Environment: I would like to upgrade ruby-1.0 port collection that I maintain. >Description: Changes - catch-up new version (ruby-1.0-971125) - Some sample scripts are added. - delete @dirrm from PLIST. >How-To-Repeat: >Fix: Here is the 'diff -ruN' results. -----------------8< -----------------8< -----------------8< -----------------8< diff -ruN ruby.old/Makefile ruby/Makefile --- ruby.old/Makefile Tue Nov 18 14:24:42 1997 +++ ruby/Makefile Mon Dec 1 12:10:10 1997 @@ -1,12 +1,12 @@ # New ports collection makefile for: ruby -# Version required: 1.0-970919 +# Version required: 1.0-971125 # Date created: 04 September 1997 # Whom: Eiji-usagi-MATSUmoto # # $Id: Makefile,v 1.3 1997/09/22 13:59:37 tg Exp $ # -DISTNAME= ruby-1.0-970919 +DISTNAME= ruby-1.0-971125 PKGNAME= ruby-1.0 CATEGORIES= lang MASTER_SITES= ftp://ftp.netlab.co.jp/pub/lang/ruby/ diff -ruN ruby.old/files/md5 ruby/files/md5 --- ruby.old/files/md5 Tue Nov 18 14:24:41 1997 +++ ruby/files/md5 Mon Dec 1 10:53:08 1997 @@ -1 +1 @@ -MD5 (ruby-1.0-970919.tar.gz) = 667a4927fc11e7d37d3a86104b7eaa53 +MD5 (ruby-1.0-971125.tar.gz) = 832404a835e8b9c6681bf85410ff5975 diff -ruN ruby.old/patches/patch-ag ruby/patches/patch-ag --- ruby.old/patches/patch-ag Thu Jan 1 09:00:00 1970 +++ ruby/patches/patch-ag Mon Dec 1 11:30:34 1997 @@ -0,0 +1,13 @@ +--- Makefile.in.orig Mon Dec 1 11:23:04 1997 ++++ Makefile.in Mon Dec 1 11:30:16 1997 +@@ -106,6 +106,10 @@ + done + gzip ruby.1 + $(INSTALL_DATA) ruby.1.gz $(man1dir) ++ @test -d $(libdir)/sample || mkdir $(libdir)/sample ++ @for rb in `grep '^sample/' @srcdir@/MANIFEST`; do \ ++ $(INSTALL_DATA) @srcdir@/$$rb $(libdir)/sample; \ ++ done + + clean:; @rm -f $(OBJS) $(LIBRUBY) $(MAINOBJ) + @rm -f ext/extinit.c ext/extinit.o dmyext.o diff -ruN ruby.old/pkg/PLIST ruby/pkg/PLIST --- ruby.old/pkg/PLIST Tue Nov 18 14:24:42 1997 +++ ruby/pkg/PLIST Mon Dec 1 12:04:08 1997 @@ -6,6 +6,7 @@ lib/ruby/date.rb lib/ruby/debug.rb lib/ruby/e2mmap.rb +lib/ruby/e2mmap1_0.rb lib/ruby/finalize.rb lib/ruby/find.rb lib/ruby/ftplib.rb @@ -41,6 +42,55 @@ lib/ruby/i386-freebsd/md5.so lib/ruby/i386-freebsd/socket.so lib/ruby/i386-freebsd/tkutil.so +lib/ruby/sample/biorhythm.rb +lib/ruby/sample/clnt.rb +lib/ruby/sample/dbmtest.rb +lib/ruby/sample/dir.rb +lib/ruby/sample/eval.rb +lib/ruby/sample/export.rb +lib/ruby/sample/exyacc.rb +lib/ruby/sample/fact.rb +lib/ruby/sample/fib.awk +lib/ruby/sample/fib.pl +lib/ruby/sample/fib.rb +lib/ruby/sample/fib.scm +lib/ruby/sample/freq.rb +lib/ruby/sample/from.rb +lib/ruby/sample/fullpath.rb +lib/ruby/sample/getopts.test +lib/ruby/sample/io.rb +lib/ruby/sample/less.rb +lib/ruby/sample/list.rb +lib/ruby/sample/list2.rb +lib/ruby/sample/list3.rb +lib/ruby/sample/mrshtest.rb +lib/ruby/sample/mkproto.rb +lib/ruby/sample/mpart.rb +lib/ruby/sample/observ.rb +lib/ruby/sample/occur.pl +lib/ruby/sample/occur.rb +lib/ruby/sample/occur2.rb +lib/ruby/sample/philos.rb +lib/ruby/sample/pi.rb +lib/ruby/sample/rcs.awk +lib/ruby/sample/rcs.dat +lib/ruby/sample/rcs.rb +lib/ruby/sample/regx.rb +lib/ruby/sample/ruby-mode.el +lib/ruby/sample/rubydb2x.el +lib/ruby/sample/rubydb3x.el +lib/ruby/sample/sieve.rb +lib/ruby/sample/svr.rb +lib/ruby/sample/test.rb +lib/ruby/sample/time.rb +lib/ruby/sample/tkbiff.rb +lib/ruby/sample/tkbrowse.rb +lib/ruby/sample/tkdialog.rb +lib/ruby/sample/tkfrom.rb +lib/ruby/sample/tkhello.rb +lib/ruby/sample/tkline.rb +lib/ruby/sample/tktimer.rb +lib/ruby/sample/trojan.rb +lib/ruby/sample/tsvr.rb +lib/ruby/sample/uumerge.rb man/man1/ruby.1.gz -@dirrm lib/ruby/i386-freebsd -@dirrm lib/ruby -----------------8< -----------------8< -----------------8< -----------------8< >Audit-Trail: >Unformatted: