ports/115245: [Maintainer-update] devel/cvs2cl: SIZE mismatch fix, new MASTER_SITES mirror

Marcus von Appen mva at sysfault.org
Mon Aug 6 11:50:02 UTC 2007


>Number:         115245
>Category:       ports
>Synopsis:       [Maintainer-update] devel/cvs2cl: SIZE mismatch fix, new MASTER_SITES mirror
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 06 11:50:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Marcus von Appen
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD medusa.sysfault.org 6.2-STABLE FreeBSD 6.2-STABLE #0: Thu Aug  2 20:26:57 CEST
>Description:
- Fixed wrong SIZE and checksum entries.
- Fixed maintainer stupidity on patching.
- Fixed manpage generation.
- Use DIST_SUBDIR as recommended by sat at .
- Added new MIRROR_SITES entry to provide backwards compatibility from
  version 2.67 and above.

>How-To-Repeat:
>Fix:

diff -ruN --exclude=CVS /usr/ports/devel/cvs2cl/Makefile /usr/ports/devel/cvs2cl.new/Makefile
--- /usr/ports/devel/cvs2cl/Makefile	2007-08-05 23:28:31.000000000 +0200
+++ /usr/ports/devel/cvs2cl.new/Makefile	2007-08-06 13:37:38.000000000 +0200
@@ -8,9 +8,11 @@
 PORTNAME=	cvs2cl
 PORTVERSION=	2.67
 CATEGORIES=	devel
-MASTER_SITES=	http://www.red-bean.com/cvs2cl/
+MASTER_SITES=	http://www.red-bean.com/cvs2cl/ \
+		http://www.sysfault.org/freebsd/${DIST_SUBDIR}/
 DISTNAME=	${PORTNAME}
 EXTRACT_SUFX=	.pl
+DIST_SUBDIR=	${PORTNAME}/${PORTVERSION}
 EXTRACT_ONLY=	# none
 
 MAINTAINER=	mva at sysfault.org
@@ -29,8 +31,11 @@
 	@${CP} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${WRKSRC}/${PORTNAME}
 
 post-patch:
-	@${REINPLACE_CMD} -e "s|exec ${PERL} -w -x|exec ${PERL} -w -x|" \
-		-e "s|#!${PERL} -w|#!${PERL} -w|" ${WRKSRC}/${PORTNAME}
+	@${REINPLACE_CMD} -e "s|exec perl -w -x|exec ${PERL} -w -x|" \
+		-e "s|#!perl -w|#!${PERL} -w|" ${WRKSRC}/${PORTNAME}
+	@${REINPLACE_CMD} -e \
+		"s|=item, B<--group-within-date>|=item B<--group-within-date>|" \
+		${WRKSRC}/${PORTNAME}
 
 do-install:
 	@pod2man ${WRKSRC}/${PORTNAME} > ${WRKSRC}/${PORTNAME}.1
diff -ruN --exclude=CVS /usr/ports/devel/cvs2cl/distinfo /usr/ports/devel/cvs2cl.new/distinfo
--- /usr/ports/devel/cvs2cl/distinfo	2007-08-06 12:23:03.000000000 +0200
+++ /usr/ports/devel/cvs2cl.new/distinfo	2007-08-06 13:23:01.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (cvs2cl.pl) = cf85f85fdbb8d8d115895e955c46732c
-SHA256 (cvs2cl.pl) = c8762858a51a0ead8dcbc2bc566a5702267dc9a7285b4d0bb607a0ea7748732a
-SIZE (cvs2cl.pl) = 92626
+MD5 (cvs2cl/2.67/cvs2cl.pl) = cf85f85fdbb8d8d115895e955c46732c
+SHA256 (cvs2cl/2.67/cvs2cl.pl) = c8762858a51a0ead8dcbc2bc566a5702267dc9a7285b4d0bb607a0ea7748732a
+SIZE (cvs2cl/2.67/cvs2cl.pl) = 92626
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list