Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Nov 2000 13:48:36 +0000
From:      David Lebel <lebel@lebel.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/22738: Use ${MASTER_SITE_SOURCEFORGE} for audio/cdrdao (from maintainer)
Message-ID:  <20001110134836.18419.qmail@frodo.lebel.org>

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

>Number:         22738
>Category:       ports
>Synopsis:       Use ${MASTER_SITE_SOURCEFORGE} for audio/cdrdao
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 10 05:50:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     David Lebel
>Release:        FreeBSD 4.2-BETA i386
>Organization:
None whatsoever.
>Environment:

>Description:

	Use ${MASTER_SITE_SOURCEFORGE} instead of hard-coding the MASTER_SITES
	in the Makefile.

>How-To-Repeat:

>Fix:

diff -ruN cdrdao/Makefile cdrdao.new/Makefile
--- cdrdao/Makefile	Tue Nov  7 07:47:02 2000
+++ cdrdao.new/Makefile	Thu Nov  9 14:16:51 2000
@@ -5,18 +5,20 @@
 # $FreeBSD: ports/audio/cdrdao/Makefile,v 1.21 2000/11/07 06:56:03 dougb Exp $
 #
 
-PORTNAME=	cdrdao
-PORTVERSION=	1.1.4
-CATEGORIES=	audio
-MASTER_SITES=	ftp://cdrdao.sourceforge.net/pub/cdrdao/
-EXTRACT_SUFX=	.src.tar.gz
+PORTNAME=		cdrdao
+PORTVERSION=		1.1.4
+CATEGORIES=		audio
+MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=	cdrdao
 
-MAINTAINER=	lebel@lebel.org
+EXTRACT_SUFX=		.src.tar.gz
 
-BUILD_DEPENDS=	antlr:${PORTSDIR}/devel/pccts\
-		dlg:${PORTSDIR}/devel/pccts
+MAINTAINER=		lebel@lebel.org
 
-WRKSRC=		${WRKDIR}/cdrdao-1.1.4
+BUILD_DEPENDS=		antlr:${PORTSDIR}/devel/pccts\
+			dlg:${PORTSDIR}/devel/pccts
+
+WRKSRC=			${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes


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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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