Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Aug 2009 21:37:13 -0300 (BRT)
From:      Sylvio Cesar <scjamorim@bsd.com.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/138295: [PATCH] textproc/csvdiff: Changed MASTER_SITES. Take maintainership.
Message-ID:  <20090829003713.96C95228001@fbsd72.scjamorim.org>
Resent-Message-ID: <200908290040.n7T0e2c2067934@freefall.freebsd.org>

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

>Number:         138295
>Category:       ports
>Synopsis:       [PATCH] textproc/csvdiff: Changed MASTER_SITES. Take maintainership.
>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:   Sat Aug 29 00:40:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Sylvio Cesar
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD fbsd72.scjamorim.org 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Mon Aug  3 22:10:47 BRT
>Description:
- Changed MASTER_SITES, now only SF
- Replaced "i" by "docs" in "for docs in ${PORTDOCS}"
- Take maintainership.

You can see log in mine tinderbox:
7-stable - i386
http://www.scjamorim.org/Home/csvdiff-1.3.log
7-stable - amd64
http://www.scjamorim.org/Home/csvdiff-1.3_amd64.log

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- csvdiff-1.3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/csvdiff/Makefile,v
retrieving revision 1.6
diff -u -u -r1.6 Makefile
--- Makefile	28 Aug 2009 17:37:09 -0000	1.6
+++ Makefile	29 Aug 2009 00:32:44 -0000
@@ -8,10 +8,10 @@
 PORTNAME=	csvdiff
 PORTVERSION=	1.3
 CATEGORIES=	textproc perl5
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
+MASTER_SITES=	SF
 DISTNAME=	${PORTNAME}_${PORTVERSION:S,.,-,g}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	scjamorim@bsd.com.br
 COMMENT=	Compare/diff two (comma) seperated files with each other
 
 NO_BUILD=	yes
@@ -27,8 +27,8 @@
 		${PREFIX}/bin/${PORTNAME}
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
-.for i in ${PORTDOCS}
-	${INSTALL_DATA} ${WRKSRC}/$i ${DOCSDIR}
+.for docs in ${PORTDOCS}
+	${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR}
 .endfor
 .endif
 
--- csvdiff-1.3.patch ends here ---

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



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