From owner-cvs-all Sun Mar 11 11:13:54 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.musha.org (daemon.musha.org [61.122.44.178]) by hub.freebsd.org (Postfix) with ESMTP id B758137B719; Sun, 11 Mar 2001 11:13:41 -0800 (PST) (envelope-from knu@iDaemons.org) Received: from archon.local.idaemons.org (archon.local.idaemons.org [192.168.1.32]) by mail.musha.org (Postfix) with ESMTP id 8E1704DC79; Mon, 12 Mar 2001 04:13:39 +0900 (JST) Date: Mon, 12 Mar 2001 04:13:39 +0900 Message-ID: <86k85wktjw.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: FUJISHIMA Satsuki Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel/glib12 Makefile ports/devel/glib13 Makefile ports/x11-toolkits/gtk12 Makefile ports/x11-toolkits/gtk13 Makefile In-Reply-To: <200103111706.f2BH6dD35343@freefall.freebsd.org> References: <200103111706.f2BH6dD35343@freefall.freebsd.org> User-Agent: Wanderlust/2.5.4 (Smooth) SEMI/1.14.2 (=?ISO-8859-1?Q?Daish=F2?= =?ISO-8859-1?Q?ji?=) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 MULE XEmacs/21.1 (patch 14) (Cuyahoga Valley) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 081D 099C 1705 861D 4B70 B04A 920B EFC7 9FD9 E1EE MIME-Version: 1.0 (generated by SEMI 1.14.2 - =?ISO-8859-1?Q?=22Daish=F2ji=22?=) Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At Sun, 11 Mar 2001 09:06:39 -0800 (PST), FUJISHIMA Satsuki wrote: > sf 2001/03/11 09:06:39 PST > > Modified files: > devel/glib12 Makefile > devel/glib13 Makefile > x11-toolkits/gtk12 Makefile > x11-toolkits/gtk13 Makefile > Log: > add MASTER_SITE_RINGSERVER. To use MASTER_SITE_SUBDIR effectively, why not let it be the longest common path of all the MASTER_SITES? I'd suggest a patch as attached. -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "We're only at home when we're on the run, on the wing, on the fly" Index: devel/glib12/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/glib12/Makefile,v retrieving revision 1.34 diff -u -r1.34 Makefile --- devel/glib12/Makefile 2001/03/11 17:06:37 1.34 +++ devel/glib12/Makefile 2001/03/11 19:03:19 @@ -8,11 +8,11 @@ PORTNAME= glib PORTVERSION= 1.2.9 CATEGORIES= devel -MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.2/ \ - ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.2/ \ - http://www.ameth.org/gimp/gtk/v1.2/ \ - ${MASTER_SITE_RINGSERVER} -MASTER_SITE_SUBDIR= graphics/gimp/gtk/v1.2 +MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ + ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \ + http://www.ameth.org/gimp/%SUBDIR%/ \ + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/gimp/%SUBDIR%,} +MASTER_SITE_SUBDIR= gtk/v1.2 MAINTAINER= vanilla@FreeBSD.org Index: devel/glib13/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/glib13/Makefile,v retrieving revision 1.36 diff -u -r1.36 Makefile --- devel/glib13/Makefile 2001/03/11 17:06:37 1.36 +++ devel/glib13/Makefile 2001/03/11 19:03:45 @@ -8,11 +8,11 @@ PORTNAME= glib PORTVERSION= 1.3.2 CATEGORIES= devel -MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.3/ \ - ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.3/ \ - http://www.ameth.org/gimp/gtk/v1.3/ \ - ${MASTER_SITE_RINGSERVER} -MASTER_SITE_SUBDIR= graphics/gimp/gtk/v1.3 +MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ + ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \ + http://www.ameth.org/gimp/%SUBDIR%/ \ + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/gimp/%SUBDIR%,} +MASTER_SITE_SUBDIR= gtk/v1.3 MAINTAINER= vanilla@FreeBSD.org Index: x11-toolkits/gtk12/Makefile =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/gtk12/Makefile,v retrieving revision 1.69 diff -u -r1.69 Makefile --- x11-toolkits/gtk12/Makefile 2001/03/11 17:06:38 1.69 +++ x11-toolkits/gtk12/Makefile 2001/03/11 19:00:55 @@ -9,11 +9,11 @@ PORTVERSION= 1.2.9 #PORTREVISION= 1 CATEGORIES= x11-toolkits -MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.2/ \ - ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.2/ \ - http://www.ameth.org/gimp/gtk/v1.2/ \ - ${MASTER_SITE_RINGSERVER} -MASTER_SITE_SUBDIR= graphics/gimp/gtk/v1.2 +MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ + ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \ + http://www.ameth.org/gimp/%SUBDIR%/ \ + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/gimp/%SUBDIR%,} +MASTER_SITE_SUBDIR= gtk/v1.2 DISTNAME= gtk+-${PORTVERSION} MAINTAINER= vanilla@FreeBSD.org Index: x11-toolkits/gtk13/Makefile =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/gtk13/Makefile,v retrieving revision 1.71 diff -u -r1.71 Makefile --- x11-toolkits/gtk13/Makefile 2001/03/11 17:06:39 1.71 +++ x11-toolkits/gtk13/Makefile 2001/03/11 19:01:34 @@ -9,11 +9,11 @@ PORTVERSION= 1.3.2 PORTREVISION= 1 CATEGORIES= x11-toolkits -MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.3/ \ - ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.3/ \ - http://www.ameth.org/gimp/gtk/v1.3/ \ - ${MASTER_SITE_RINGSERVER} -MASTER_SITE_SUBDIR= graphics/gimp/gtk/v1.3 +MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ + ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \ + http://www.ameth.org/gimp/%SUBDIR%/ \ + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/gimp/%SUBDIR%,} +MASTER_SITE_SUBDIR= gtk/v1.3 DISTNAME= gtk+-${PORTVERSION} MAINTAINER= vanilla@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message