From itetcu@people.tecnik93.com  Tue Mar  7 23:56:55 2006
Return-Path: <itetcu@people.tecnik93.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id F357016A420
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  7 Mar 2006 23:56:54 +0000 (GMT)
	(envelope-from itetcu@people.tecnik93.com)
Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 884F443D53
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  7 Mar 2006 23:56:54 +0000 (GMT)
	(envelope-from itetcu@people.tecnik93.com)
Received: from it.buh.tecnik93.com (localhost [127.0.0.1])
	by it.buh.tecnik93.com (Postfix) with ESMTP id 477B2174A0
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  8 Mar 2006 01:56:50 +0200 (EET)
Message-Id: <1141775810.32946@it.buh.tecnik93.com>
Date: Wed, 8 Mar 2006 01:56:50 +0200
From: "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: [PATCH] devel/cvs2cl: UNBREAK (fix fetching by updating to the latest version)
X-Send-Pr-Version: gtk-send-pr 0.4.7 
X-GNATS-Notify:

>Number:         94201
>Category:       ports
>Synopsis:       [PATCH] devel/cvs2cl: UNBREAK (fix fetching by updating to the latest version)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mnag
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 08 00:00:18 GMT 2006
>Closed-Date:    Sat Mar 11 17:49:45 GMT 2006
>Last-Modified:  Sat Mar 11 17:49:45 GMT 2006
>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:


Point MATER_STIES to a new location.
Relpace 'perl' with ${PREL}.

Reported by:    fenner's distfile survey


>How-To-Repeat:





>Fix:


--- cvs2cl.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/cvs2cl/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- Makefile	24 Nov 2005 14:40:15 -0000	1.21
+++ Makefile	7 Mar 2006 23:54:18 -0000
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	cvs2cl
-PORTVERSION=	2.58
+PORTVERSION=	2.59
 CATEGORIES=	devel
-MASTER_SITES=	ftp://ftp.iDaemons.org/pub/distfiles/
-DISTFILES=	${PORTNAME}.pl-${PORTVERSION}.gz
+MASTER_SITES=	http://www.red-bean.com/cvs2cl/
+DISTFILES=	${PORTNAME}.pl
 EXTRACT_ONLY=	# none
 
 MAINTAINER=	ports@FreeBSD.org
@@ -24,10 +24,10 @@
 
 do-extract:
 	${MKDIR} ${WRKSRC}
-	${GZCAT} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} > ${WRKSRC}/${PORTNAME}
 
 do-build:
-	pod2man ${WRKSRC}/${PORTNAME} > ${WRKSRC}/${PORTNAME}.1
+	@${SED} -e "s^exec perl -w -x^exec /usr/local/bin/perl -w -x^; s^#!perl -w^#!/usr/local/bin/perl -w^ " ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} > ${WRKSRC}/${PORTNAME}
+	@pod2man ${WRKSRC}/${PORTNAME} > ${WRKSRC}/${PORTNAME}.1
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/cvs2cl/distinfo,v
retrieving revision 1.15
diff -u -r1.15 distinfo
--- distinfo	24 Nov 2005 15:39:09 -0000	1.15
+++ distinfo	7 Mar 2006 23:54:18 -0000
@@ -1,3 +1,3 @@
-MD5 (cvs2cl.pl-2.58.gz) = e764e365c109209fdacac13ac6ce08a9
-SHA256 (cvs2cl.pl-2.58.gz) = b2e634d820a738e7a2372471135e7288c4f4294d9c564724289769bb1681bbc4
-SIZE (cvs2cl.pl-2.58.gz) = 28127
+MD5 (cvs2cl.pl) = 2267d1023719f72358d2739e41ca984c
+SHA256 (cvs2cl.pl) = a926b4b35f71f74b4d7ad0450407bdd84b366cec56b6b3803d9e205f434fbd25
+SIZE (cvs2cl.pl) = 91774
--- cvs2cl.diff ends here ---



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->mnag 
Responsible-Changed-By: mnag 
Responsible-Changed-When: Thu Mar 9 14:13:12 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=94201 
State-Changed-From-To: open->closed 
State-Changed-By: mnag 
State-Changed-When: Sat Mar 11 17:49:44 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

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