Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  7 Nov 2006 23:48:03 +0100 (CET)
From:      Matthias Andree <matthias.andree@gmx.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/105264: [MAINTAINER] net/cvsupchk: [SUMMARIZE CHANGES]
Message-ID:  <20061107224804.01D0C1B@libertas.emma.line.org>
Resent-Message-ID: <200611072250.kA7MoTeP024116@freefall.freebsd.org>

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

>Number:         105264
>Category:       ports
>Synopsis:       [MAINTAINER] net/cvsupchk: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 07 22:50:28 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Andree
>Release:        FreeBSD 6.1-SECURITY i386
>Organization:
>Environment:
System: FreeBSD libertas.emma.line.org 6.1-SECURITY FreeBSD 6.1-SECURITY #0: Mon Aug 28 05:21:08 UTC 2006
>Description:
Support file names that contains blanks.

Submitted by: Rudolf Cejka, Brno University of Technology, Brno, Czech Republic

Added file(s):
- files/patch-spaces-in-filenames

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

--- cvsupchk-19990209_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/cvsupchk/Makefile /usr/home/emma/ports/net/cvsupchk/Makefile
--- /usr/ports/net/cvsupchk/Makefile	Fri Nov 11 19:38:41 2005
+++ /usr/home/emma/ports/net/cvsupchk/Makefile	Tue Nov  7 23:43:13 2006
@@ -7,24 +7,26 @@
 
 PORTNAME=	cvsupchk
 PORTVERSION=	19990209
+PORTREVISION=	1
 CATEGORIES=	net
 DISTFILES=
 
 MAINTAINER=	matthias.andree@gmx.de
 COMMENT=	Check a CVSup directory hierarchy against the checkouts file
 
-BUILD_DEPENDS=	${NONEXISTENT}:${PORTSDIR}/net/cvsup:extract
+EXTRACT_DEPENDS=	${NONEXISTENT}:${PORTSDIR}/net/cvsup:extract
 
 PLIST_FILES=	bin/cvsupchk
 PORTDOCS=	*
 
 USE_PYTHON=	yes
+NO_BUILD=	yes
 
 .include <bsd.port.pre.mk>
 
 src!=		cd ${PORTSDIR}/net/cvsup && make -V WRKSRC
 
-do-build:
+do-extract:
 	${MKDIR} ${WRKSRC}
 	${SED} 's:^#!/usr/local/bin/python:#!${PYTHON_CMD}:' <${src}/contrib/cvsupchk/cvsupchk >${WRKSRC}/cvsupchk
 
diff -ruN --exclude=CVS /usr/ports/net/cvsupchk/files/patch-spaces-in-filenames /usr/home/emma/ports/net/cvsupchk/files/patch-spaces-in-filenames
--- /usr/ports/net/cvsupchk/files/patch-spaces-in-filenames	Thu Jan  1 01:00:00 1970
+++ /usr/home/emma/ports/net/cvsupchk/files/patch-spaces-in-filenames	Tue Nov  7 23:41:41 2006
@@ -0,0 +1,14 @@
+This patch by Rudolf Cejka aims to fix cvsupchk for names
+that contain spaces. -- Matthias Andree, 2006-11-07
+
+--- cvsupchk.orig	Tue Oct 31 14:51:57 2006
++++ cvsupchk	Tue Oct 31 14:57:47 2006
+@@ -396,6 +396,8 @@
+     
+     c = string.split(l)
+ 
++    c[1] = string.replace(c[1], "\_", " ")
++
+     if c[0] not in [ 'C', 'c', 'D', 'F', 'U', 'V', 'v' ]:
+       diag_fatal('Unrecognized line: "%s"' % l[0:-1])
+ 
--- cvsupchk-19990209_1.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?20061107224804.01D0C1B>