Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Mar 2006 19:11:49 +0200
From:      "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/94795: [PATCH] x11/xcut: add MASTER_SITES (use MASTER_SITE_SOURCEFORGE)
Message-ID:  <1142961109.97930@it.buh.tecnik93.com>
Resent-Message-ID: <200603211720.k2LHKFNJ019119@freefall.freebsd.org>

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

>Number:         94795
>Category:       ports
>Synopsis:       [PATCH] x11/xcut: add MASTER_SITES (use MASTER_SITE_SOURCEFORGE)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 21 17:20:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Ion-Mihai "IOnut" Tetcu
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
Tecnik'93 
>Environment:


System: FreeBSD 6.1-PRERELEASE #0: Fri Feb 24 07:01:54 EET 2006
    root@it.buh.tecnik93.com:/usr/obj/usr/src/sys/IT6_B_P



>Description:


Fix the broken MASTER_SITES [1] by replaceing:
http://download.sourceforge.net/xcut/ with ${MASTER_SITE_SOURCEFORGE}

Reported by:		fenner's distfiles survey [1]


>How-To-Repeat:





>Fix:


--- xcut.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11/xcut/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile	29 Sep 2004 22:21:49 -0000	1.10
+++ Makefile	21 Mar 2006 17:09:23 -0000
@@ -9,8 +9,9 @@
 PORTVERSION=	0.2
 PORTREVISION=	1
 CATEGORIES=	x11
-MASTER_SITES=	http://download.sourceforge.net/xcut/ \
-		http://acsys.anu.edu.au/~tpot/xcut/
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
+		http://acsys.anu.edu.au/~tpot/%SUBDIR%/
+MASTER_SITE_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	cy@FreeBSD.org
 COMMENT=	Manipulate X cut buffers from the commandline
--- xcut.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?1142961109.97930>