Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 08 Jan 2004 01:26:30 +0100
From:      Matthias Andree <matthias.andree@gmx.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        pav@FreeBSD.org
Subject:   ports/61049: [MAINTAINER] audio/squash: make port fetch
Message-ID:  <E1AeO0M-000Jus-Jn@libertas.emma.line.org>
Resent-Message-ID: <200401080030.i080UHes076760@freefall.freebsd.org>

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

>Number:         61049
>Category:       ports
>Synopsis:       [MAINTAINER] audio/squash: make port fetch
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 07 16:30:17 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Andree
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD libertas.emma.line.org 4.9-STABLE FreeBSD 4.9-STABLE #70: Sat Jan  3 13:14:20 CET
>Description:
Add MASTER_SITE_LOCAL to make port fetch while savannah's projects/squash/
has not been restored.

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- squash-1.0.p1_3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/audio/squash/Makefile /root/ports/audio/squash/Makefile
--- /usr/ports/audio/squash/Makefile	Sat Jan  3 13:08:59 2004
+++ /root/ports/audio/squash/Makefile	Thu Jan  8 01:23:22 2004
@@ -8,9 +8,12 @@
 PORTVERSION=		1.0.p1
 PORTREVISION=		3
 CATEGORIES=		audio
-MASTER_SITES=		${MASTER_SITE_SAVANNAH}
-MASTER_SITE_SUBDIR=	squash
+MASTER_SITES=		${MASTER_SITE_SAVANNAH} \
+       			${MASTER_SITE_LOCAL:S/$/:local/}
+MASTER_SITE_SUBDIR=	${PORTNAME} \
+			pav/:local
 DISTNAME=		squash-1.0pre1
+DISTFILES=		${DISTNAME}${EXTRACT_SUFX}:DEFAULT,local
 
 MAINTAINER=	matthias.andree@gmx.de
 COMMENT=	Learning console-based MP3/OGG player
--- squash-1.0.p1_3.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?E1AeO0M-000Jus-Jn>