ports/94795: [PATCH] x11/xcut: add MASTER_SITES (use MASTER_SITE_SOURCEFORGE)

Ion-Mihai IOnut Tetcu itetcu at people.tecnik93.com
Tue Mar 21 17:20:17 UTC 2006


>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 at 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 at FreeBSD.org
 COMMENT=	Manipulate X cut buffers from the commandline
--- xcut.diff ends here ---



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



More information about the freebsd-ports-bugs mailing list