Date: Wed, 20 Sep 2000 11:30:03 -0700 (PDT) From: Makoto MATSUSHITA <matusita@jp.FreeBSD.org> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/21404: bug fix version of GLOBAL (3.56) released. Message-ID: <200009201830.LAA07331@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/21404; it has been noted by GNATS. From: Makoto MATSUSHITA <matusita@jp.FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org, shigio@tamacom.com Cc: chuckr@FreeBSD.org Subject: Re: bin/21404: bug fix version of GLOBAL (3.56) released. Date: Thu, 21 Sep 2000 03:19:07 +0900 > I have released GLOBAL-3.56 which is a bug fix version of 3.55. > It is available at: > http://www.tamacom.com/global/global-3.56.tar.gz There is nothing mentioned about version 3.56... only 4.0 (New GPLed version) is announced. However, that file is actually exists and it is *not* the same of 4.0 (I've fetched 3.56 and 4.0 and confirmed with diff(1) command). Anyway, we have ports/devel/global. Here is a patch to update version 3.56 (PORTVERSION, MASTER_SITES, and MD5 checksum was changed.) BTW, maybe this PR should be categorized as 'ports'. -- - Makoto `MAR' MATSUSHITA Index: Makefile =================================================================== RCS file: /pub/cvsup/FreeBSD.cvs/ports/devel/global/Makefile,v retrieving revision 1.1.1.1 diff -c -r1.1.1.1 Makefile *** Makefile 2000/06/28 01:04:12 1.1.1.1 --- Makefile 2000/09/20 18:01:56 *************** *** 6,14 **** # PORTNAME= global ! PORTVERSION= 3.55 CATEGORIES= devel ! MASTER_SITES= http://www.tamacom.com/unix/ MAINTAINER= chuckr@freebsd.org --- 6,14 ---- # PORTNAME= global ! PORTVERSION= 3.56 CATEGORIES= devel ! MASTER_SITES= http://www.tamacom.com/global/ MAINTAINER= chuckr@freebsd.org Index: files/md5 =================================================================== RCS file: /pub/cvsup/FreeBSD.cvs/ports/devel/global/files/md5,v retrieving revision 1.1.1.1 diff -c -r1.1.1.1 md5 *** files/md5 2000/06/28 01:04:12 1.1.1.1 --- files/md5 2000/09/20 18:05:52 *************** *** 1 **** ! MD5 (global-3.55.tar.gz) = 7d70e8543f50be33172239fe69958c49 --- 1 ---- ! MD5 (global-3.56.tar.gz) = 51d4cccd2524754e4903a8a24ae786ec To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009201830.LAA07331>