ports/94790: [PATCH] add MASTER_SITES; portlint
Ion-Mihai IOnut Tetcu
itetcu at people.tecnik93.com
Tue Mar 21 16:40:25 UTC 2006
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list