Date: Thu, 8 Apr 1999 15:50:03 -0700 (PDT) From: Yasuhiro Fukuma <yasuf@big.or.jp> To: freebsd-ports@FreeBSD.org Subject: Re: ports/10907: New port: x11-toolkits/rubytk Message-ID: <199904082250.PAA08805@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/10907; it has been noted by GNATS. From: Yasuhiro Fukuma <yasuf@big.or.jp> To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/10907: New port: x11-toolkits/rubytk Date: Fri, 09 Apr 1999 07:35:19 +0900 Ruby 1.2.4 was released. Here is an update patch. diff -ruN rubytk-1.2.3.19990402/Makefile rubytk/Makefile --- rubytk-1.2.3.19990402/Makefile Fri Apr 2 01:10:40 1999 +++ rubytk/Makefile Fri Apr 9 07:26:03 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: rubytk -# Version required: 1.2.3 +# Version required: 1.2.4 # Date created: 15 March 1999 # Whom: Yasuhiro Fukuma <yasuf@big.or.jp> # # $Id$ # -DISTNAME= ruby-1.2.3 -PKGNAME?= rubytk-1.2.3 +DISTNAME= ruby-${VERSION} +PKGNAME?= rubytk-${VERSION} CATEGORIES?= x11-toolkits MASTER_SITES= ftp://ftp.netlab.co.jp/pub/lang/ruby/${BRANCH_NAME}/ \ ftp://ftp.TokyoNet.AD.JP/pub/misc/ruby/${BRANCH_NAME}/ \ @@ -31,6 +31,7 @@ RUBY_ARCH= ${ARCH}-freebsd${OSREL} +VERSION= 1.2.4 BRANCH_NAME= 1.2 # Set these vars as the version numbers (without decimal points) of Tcl/Tk diff -ruN rubytk-1.2.3.19990402/files/md5 rubytk/files/md5 --- rubytk-1.2.3.19990402/files/md5 Thu Mar 25 16:04:02 1999 +++ rubytk/files/md5 Fri Apr 9 02:40:59 1999 @@ -1 +1 @@ -MD5 (ruby-1.2.3.tar.gz) = 8a6b13a9751d83bba5c638a718ffaad2 +MD5 (ruby-1.2.4.tar.gz) = 1d72ba25cb35fecb7e910f6ce2034232 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904082250.PAA08805>