Skip site navigation (1)Skip section navigation (2)
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:   ports/94201: [PATCH] devel/cvs2cl: UNBREAK (fix fetching by updating to the latest version)
Message-ID:  <1141775810.32946@it.buh.tecnik93.com>
Resent-Message-ID: <200603080000.k2800JpJ071656@freefall.freebsd.org>

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

>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:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 08 00:00:18 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@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:
>Unformatted:



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