From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 20 13:00:47 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B98E416A4CE for ; Thu, 20 May 2004 13:00:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B368543D45 for ; Thu, 20 May 2004 13:00:47 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i4KK0RTj039587 for ; Thu, 20 May 2004 13:00:27 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i4KK0RUR039586; Thu, 20 May 2004 13:00:27 -0700 (PDT) (envelope-from gnats) Date: Thu, 20 May 2004 13:00:27 -0700 (PDT) Message-Id: <200405202000.i4KK0RUR039586@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Oliver Eikemeier Subject: Re: ports/66956: [MAINTAINER] lang/pike72: Update MASTER_SITES X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Oliver Eikemeier List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 May 2004 20:00:47 -0000 The following reply was made to PR ports/66956; it has been noted by GNATS. From: Oliver Eikemeier To: Xavier Beaudouin Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/66956: [MAINTAINER] lang/pike72: Update MASTER_SITES Date: Thu, 20 May 2004 21:57:30 +0200 Xavier Beaudouin wrote: > --- pike72-7.2.570_1.patch begins here --- > diff -ruN --exclude=CVS /usr/ports/lang/pike72.old/Makefile /usr/ports/lang/pike72/Makefile > --- /usr/ports/lang/pike72.old/Makefile Thu May 20 21:16:03 2004 > +++ /usr/ports/lang/pike72/Makefile Thu May 20 21:18:40 2004 > @@ -7,10 +7,10 @@ > > PORTNAME= pike72 > PORTVERSION= 7.2.570 > +PORTREVISION= 1 > CATEGORIES= lang > -MASTER_SITES= ftp://ftp.oav.net/pkg_freebsd/distfiles/ \ > - ftp://ftp.oav.net/pike/7.2/unofficial/ \ > - http://grendel.firewall.com/caudium-pkg/ > +MASTER_SITES= ftp://ftp.oav.net/pike/7.2/unofficial/ \ > + ftp://ftp.us.caudium.net/pub/pike/7.2/unofficial/ > DISTNAME= pike-${PORTVERSION} > > MAINTAINER= kiwi@oav.net > --- pike72-7.2.570_1.patch ends here --- You don't need to bump the PORTREVISION if you just change the MASTER_SITES. Uses that have pike installed won't care, and those who don't neither. -Oliver