From owner-cvs-all Sat Apr 6 22:44:47 2002 Delivered-To: cvs-all@freebsd.org Received: from akaraka.yonsei.ac.kr (akaraka.yonsei.ac.kr [165.132.134.53]) by hub.freebsd.org (Postfix) with ESMTP id 9D17537B405; Sat, 6 Apr 2002 22:44:39 -0800 (PST) Received: from akaraka.yonsei.ac.kr (localhost.yonsei.ac.kr [127.0.0.1]) by akaraka.yonsei.ac.kr (8.12.2/8.12.2) with ESMTP id g376iYrn017344; Sun, 7 Apr 2002 15:44:34 +0900 (KST) (envelope-from perky@akaraka.yonsei.ac.kr) Received: (from perky@localhost) by akaraka.yonsei.ac.kr (8.12.2/8.12.2/Submit) id g376iNog017343; Sun, 7 Apr 2002 15:44:23 +0900 (KST) Date: Sun, 7 Apr 2002 15:44:23 +0900 From: Hye-Shik Chang To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/www/apache2 Makefile Message-ID: <20020407154423.A17314@akaraka.yonsei.ac.kr> References: <200204070621.g376LrE93198@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="MGYHOYXEY6WxJCY8" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200204070621.g376LrE93198@freefall.freebsd.org>; from obrien@FreeBSD.org on Sat, Apr 06, 2002 at 10:21:53PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --MGYHOYXEY6WxJCY8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, Apr 06, 2002 at 10:21:53PM -0800, David E. O'Brien wrote: > obrien 2002/04/06 22:21:53 PST > > Modified files: > www/apache2 Makefile > Log: > Don't try to fetch the "-beta" file. `make fetch' returns "Multiple files". > Hello! I'm a maintainer of this port. After new version of apache2 released, distfile was moved to old/ subdir. Port for new version is waiting for committer's care. (ports/36834) Until the time, please fix with attached patch for old version, temporarily. Thank you! -- Hye-Shik Yonsei University, Seoul --MGYHOYXEY6WxJCY8 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="apache2.diff" diff -ruN apache2.orig/Makefile apache2/Makefile --- apache2.orig/Makefile Sun Apr 7 15:34:33 2002 +++ apache2/Makefile Sun Apr 7 15:36:19 2002 @@ -8,16 +8,16 @@ PORTNAME= apache PORTVERSION= 2.0.32 CATEGORIES= www ipv6 -MASTER_SITES= http://www.apache.org/dist/httpd/ \ - http://www.freebsd.org/gifs/ \ - http://apache.mirrorcentral.com/dist/httpd/ \ - http://www2.freebsd.org/gifs/ \ - http://apache.missouri.edu/dist/httpd/ \ - http://ftp.epix.net/apache/dist/httpd/ \ - ftp://ftp.digex.net/pub/packages/network/apache/httpd/ \ - ftp://ftp.cuckoo.com/pub/mirrors/apache/dist/httpd/ -DISTNAME= httpd-${PORTVERSION} -DISTFILES= ${DISTNAME}.tar.gz powerlogo.gif +MASTER_SITES= http://www.apache.org/dist/httpd/old/ \ + http://apache.mirrorcentral.com/dist/httpd/old/ \ + http://apache.missouri.edu/dist/httpd/old/ \ + http://ftp.epix.net/apache/dist/httpd/old/ \ + ftp://ftp.digex.net/pub/packages/network/apache/httpd/old/ \ + ftp://ftp.cuckoo.com/pub/mirrors/apache/dist/httpd/old/ \ + http://www.freebsd.org/gifs/:freebsd \ + http://www2.freebsd.org/gifs/:freebsd +DISTNAME= httpd-${PORTVERSION}-beta +DISTFILES= ${DISTNAME}.tar.gz powerlogo.gif:freebsd EXTRACT_ONLY= ${DISTNAME}.tar.gz MAINTAINER?= perky@fallin.lv --MGYHOYXEY6WxJCY8-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message