Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Mar 2006 18:33:11 +0200
From:      "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/94790: [PATCH] add MASTER_SITES; portlint
Message-ID:  <1142958791.95811@it.buh.tecnik93.com>
Resent-Message-ID: <200603211640.k2LGeD0R016509@freefall.freebsd.org>

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

>Number:         94790
>Category:       ports
>Synopsis:       [PATCH] add MASTER_SITES; portlint
>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 16:40:13 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:


Use MASTER_SITE_XORG.
s/file/_file/ to silence portlint.


>How-To-Repeat:





>Fix:


--- xkbctrl.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11/xkbctrl/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile	6 Feb 2004 13:12:51 -0000	1.8
+++ Makefile	21 Mar 2006 16:31:53 -0000
@@ -8,7 +8,8 @@
 PORTNAME=	xkbctrl
 PORTVERSION=	1.0
 CATEGORIES=	x11
-MASTER_SITES=	ftp://ftp.x.org/pub/unsupported/test/Xkb/programs/
+MASTER_SITES=	${MASTER_SITE_XORG}
+MASTER_SITE_SUBDIR=	pub/unsupported/test/Xkb/programs
 DISTFILES=	Imakefile xkbctrl.c
 
 MAINTAINER=	sanpei@FreeBSD.org
@@ -22,8 +23,8 @@
 do-extract:
 		@${RM} -rf ${WRKDIR}
 		@${MKDIR} ${WRKDIR}
-		@for file in ${DISTFILES}; do \
-			${CP} ${DISTDIR}/${DIST_SUBDIR}/$${file} ${WRKSRC}; \
+		@for _file in ${DISTFILES}; do \
+			${CP} ${DISTDIR}/${DIST_SUBDIR}/$${_file} ${WRKSRC}; \
 		done
 
 do-install:
--- xkbctrl.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?1142958791.95811>