Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 May 2004 19:21:57 +0200 (CEST)
From:      Rob Evers <rob@debank.tv>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        pav@FreeBSD.org
Subject:   ports/66537: Fix fetching of the tarball
Message-ID:  <20040511172157.CEE9952BF@flappie.debank.tv>
Resent-Message-ID: <200405111730.i4BHUGCl084513@freefall.freebsd.org>

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

>Number:         66537
>Category:       ports
>Synopsis:       Fix fetching of the tarball
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 11 10:30:16 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Rob Evers
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD flappie.debank.tv 5.2-CURRENT FreeBSD 5.2-CURRENT #1: Sun Feb 29 20:35:15 CET 2004 rob@flappie.debank.tv:/usr/obj/usr/src/sys/FLAPPIE i386

>Description:
Fix fetching
>How-To-Repeat:
>Fix:


--- postfixadmin.patch begins here ---
diff -ruN postfixadmin.orig/Makefile postfixadmin/Makefile
--- postfixadmin.orig/Makefile	Tue May 11 19:04:24 2004
+++ postfixadmin/Makefile	Tue May 11 19:16:59 2004
@@ -18,6 +18,7 @@
 NO_BUILD=	yes
 FETCH_SITE=	http://high5.net/postfixadmin/download.php
 FETCH_BEFORE_ARGS=	-o ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}
+FETCH_CMD?=	/usr/bin/fetch -AR
 
 do-fetch:
 		@${ECHO_MSG} ">> Attempting to fetch from ${FETCH_SITE}."
--- postfixadmin.patch ends here ---


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



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