Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Dec 2003 15:10:39 +0100 (CET)
From:      Alex Dupre <ale@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        nork@FreeBSD.org
Subject:   ports/60692: [Unfetchable Distfile] Port: lang/php5
Message-ID:  <200312291410.hBTEAd2N002297@armada.alexdupre.com>
Resent-Message-ID: <200312291420.hBTEKIcZ083787@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         60692
>Category:       ports
>Synopsis:       [Unfetchable Distfile] Port: lang/php5
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 29 06:20:18 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Alex Dupre
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD armada.alexdupre.com 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Mon Dec 29 03:34:41 CET 2003 alex@armada.alexdupre.com:/usr/obj/usr/src/sys/ARMADA i386


	
>Description:
I uploaded the distfile on my new home :)
Change MASTER_SITES to reflect it and fix the unfetchable distfile.
	
>How-To-Repeat:
	
>Fix:

	

--- php5.diff begins here ---
Index: ports/lang/php5/Makefile
===================================================================
RCS file: /home/ncvs/ports/lang/php5/Makefile,v
retrieving revision 1.35
diff -u -r1.35 Makefile
--- ports/lang/php5/Makefile	22 Dec 2003 18:45:22 -0000	1.35
+++ ports/lang/php5/Makefile	29 Dec 2003 14:07:32 -0000
@@ -31,8 +31,8 @@
 		http://fr.php.net/distributions/:release \
 		http://es.php.net/distributions/:release \
 		http://se.php.net/distributions/:release \
-		http://www.sm.FreeBSD.org/~alex/:rc \
-		http://downloads.php.net/jani/:rc
+		${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR=	ale
 .if defined(WITHOUT_CLI) && !defined(WITHOUT_APACHE)
 PKGNAMEPREFIX=	mod_
 .else
@@ -45,7 +45,7 @@
 .endif
 .endif
 DISTNAME=	php-${PORTVERSION:S/.a/a/}
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:rc
+DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
 
 MAINTAINER?=	sysadmin@alexdupre.com
 COMMENT?=	PHP Scripting Language (Apache Module and CLI)
--- php5.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312291410.hBTEAd2N002297>