Date: Mon, 26 Aug 2002 14:37:24 +0900 From: "Akinori MUSHA" <knu@iDaemons.org> To: Munechika SUMIKAWA <sumikawa@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel/cvs+ipv6 Makefile distinfo pkg-plist ports/devel/cvs+ipv6/files patch-freebsdlocal patch-lib-Makefile.in patch-src-Makefile.in Message-ID: <86fzx2p4dn.wl@archon.local.idaemons.org> In-Reply-To: <200208260450.g7Q4okP4047952@freefall.freebsd.org> References: <200208260450.g7Q4okP4047952@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
At Sun, 25 Aug 2002 21:50:46 -0700 (PDT), Munechika SUMIKAWA wrote: > sumikawa 2002/08/25 21:50:46 PDT > > Modified files: > devel/cvs+ipv6 Makefile distinfo pkg-plist > devel/cvs+ipv6/files patch-freebsdlocal patch-lib-Makefile.in > patch-src-Makefile.in > Log: > Upgrade to 1.11.2. > > Submitted by: knu Thanks, but I found one conflict with my patch.. > 1.2 +2 -2 ports/devel/cvs+ipv6/distinfo Are you sure that the checksum is correct? What I submitted was "c216ceed38a2fbc1e9566ed2187b1f8e", which is reproducible on my local box: knu@archon[2]% fetch -o - http://ftp.cvshome.org/cvs-1.11.2/cvs-1.11.2.tar.gz | md5 Receiving - (2695311 bytes): 100% 2695311 bytes transferred in 6.1 seconds (430.76 kBps) c216ceed38a2fbc1e9566ed2187b1f8e And on freefall: knu@freefall[1]% fetch -o - http://ftp.cvshome.org/cvs-1.11.2/cvs-1.11.2.tar.gz | md5 ~ Receiving - (2695311 bytes): 100% 2695311 bytes transferred in 0.3 seconds (8.01 MBps) c216ceed38a2fbc1e9566ed2187b1f8e So please check again. Also, the MASTER_SITE_GNU sites seem to be carrying the cvs distfiles, which I think can be added to the MASTER_SITES. Here's a suggested patch as follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/cvs+ipv6/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 26 Aug 2002 04:50:46 -0000 1.2 +++ Makefile 26 Aug 2002 05:22:20 -0000 @@ -8,7 +8,9 @@ PORTNAME= cvs+ipv6 PORTVERSION= 1.11.2 CATEGORIES= devel ipv6 -MASTER_SITES= http://ftp.cvshome.org/cvs-1.11.2/ +MASTER_SITES= http://ftp.cvshome.org/cvs-1.11.2/ \ + ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= non-gnu/cvs DISTNAME= cvs-${PORTVERSION} PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/cvs+ipv6/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 26 Aug 2002 04:50:46 -0000 1.2 +++ distinfo 26 Aug 2002 05:22:20 -0000 @@ -1,2 +1,2 @@ -MD5 (cvs-1.11.2.tar.gz) = b115a7fbf32c4854c77d6bc334cfb4bc +MD5 (cvs-1.11.2.tar.gz) = c216ceed38a2fbc1e9566ed2187b1f8e MD5 (cvs-1.11.2-v6-20020709.diff.gz) = 126a2d194f390be0ca3b6f16ef8eba74 Regards, -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "When I leave I don't know what I'm hoping to find When I leave I don't know what I'm leaving behind.." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86fzx2p4dn.wl>