From matthias.andree@gmx.de  Tue Nov  7 22:48:13 2006
Return-Path: <matthias.andree@gmx.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id EC7BF16A40F
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  7 Nov 2006 22:48:13 +0000 (UTC)
	(envelope-from matthias.andree@gmx.de)
Received: from mail.gmx.net (mail.gmx.de [213.165.64.20])
	by mx1.FreeBSD.org (Postfix) with SMTP id ABCC243D68
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  7 Nov 2006 22:48:07 +0000 (GMT)
	(envelope-from matthias.andree@gmx.de)
Received: (qmail invoked by alias); 07 Nov 2006 22:48:06 -0000
Received: from p50912047.dip0.t-ipconnect.de (EHLO m2a2.dyndns.org) [80.145.32.71]
  by mail.gmx.net (mp028) with SMTP; 07 Nov 2006 23:48:06 +0100
Received: from localhost (localhost [127.0.0.1])
	by merlin.emma.line.org (Postfix) with ESMTP id A10C3200A38;
	Tue,  7 Nov 2006 23:48:04 +0100 (CET)
Received: from m2a2.dyndns.org ([127.0.0.1])
 by localhost (m2a2.dyndns.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 23368-13; Tue,  7 Nov 2006 23:48:04 +0100 (CET)
Received: from libertas.emma.line.org (libertas.emma.line.org [192.168.1.2])
	by merlin.emma.line.org (Postfix) with ESMTP id 6547E200706;
	Tue,  7 Nov 2006 23:48:04 +0100 (CET)
Received: by libertas.emma.line.org (Postfix, from userid 1001)
	id 01D0C1B; Tue,  7 Nov 2006 23:48:03 +0100 (CET)
Message-Id: <20061107224804.01D0C1B@libertas.emma.line.org>
Date: Tue,  7 Nov 2006 23:48:03 +0100 (CET)
From: Matthias Andree <matthias.andree@gmx.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] net/cvsupchk: [SUMMARIZE CHANGES]
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         105264
>Category:       ports
>Synopsis:       [MAINTAINER] net/cvsupchk: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rafan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 07 22:50:28 GMT 2006
>Closed-Date:    Wed Nov 08 23:40:41 GMT 2006
>Last-Modified:  Wed Nov 08 23:40:41 GMT 2006
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->rafan 
Responsible-Changed-By: rafan 
Responsible-Changed-When: Wed Nov 8 00:22:04 UTC 2006 
Responsible-Changed-Why:  
Eat. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=105264 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/105264: commit references a PR
Date: Wed,  8 Nov 2006 23:39:00 +0000 (UTC)

 rafan       2006-11-08 23:38:52 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/cvsupchk         Makefile 
   Added files:
     net/cvsupchk/files   patch-spaces-in-filenames 
   Log:
   - Support file names that contains blanks
   
   PR:             ports/105264
   Submitted by:   Rudolf Cejka, Brno University of Technology, Brno, Czech Republic
   Approved by:    Matthias Andree (maintainer)
   
   Revision  Changes    Path
   1.2       +4 -2      ports/net/cvsupchk/Makefile
   1.1       +14 -0     ports/net/cvsupchk/files/patch-spaces-in-filenames (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: rafan 
State-Changed-When: Wed Nov 8 23:40:39 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=105264 
>Unformatted:
