aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-08-19 19:00:25 +0800
committermiwi <miwi@FreeBSD.org>2007-08-19 19:00:25 +0800
commit39251c62816e7548c92b0eeb3dc07e537356501f (patch)
tree02707b68a3681ccb1cb5b97e15fdce514fc14cad /devel
parentfd478cddaf840c01c86bc45062a75fe4e685c513 (diff)
downloadfreebsd-ports-graphics-39251c62816e7548c92b0eeb3dc07e537356501f.tar.gz
freebsd-ports-graphics-39251c62816e7548c92b0eeb3dc07e537356501f.tar.zst
freebsd-ports-graphics-39251c62816e7548c92b0eeb3dc07e537356501f.zip
- Fixed wrong SIZE and checksum entries.
- Fixed maintainer stupidity on patching. - Fixed manpage generation. - Use DIST_SUBDIR as recommended by sat@. - Added new MIRROR_SITES entry to provide backwards compatibility from version 2.67 and above. PR: 115245 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
Diffstat (limited to 'devel')
-rw-r--r--devel/cvs2cl/Makefile11
-rw-r--r--devel/cvs2cl/distinfo6
2 files changed, 11 insertions, 6 deletions
diff --git a/devel/cvs2cl/Makefile b/devel/cvs2cl/Makefile
index 964faf8a4f8..95ccdfbd8d9 100644
--- a/devel/cvs2cl/Makefile
+++ b/devel/cvs2cl/Makefile
@@ -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@sysfault.org
@@ -29,8 +31,11 @@ do-extract:
@${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 --git a/devel/cvs2cl/distinfo b/devel/cvs2cl/distinfo
index 6f6d4b676e8..31aff69d268 100644
--- a/devel/cvs2cl/distinfo
+++ b/devel/cvs2cl/distinfo
@@ -1,3 +1,3 @@
-MD5 (cvs2cl.pl) = 2267d1023719f72358d2739e41ca984c
-SHA256 (cvs2cl.pl) = a926b4b35f71f74b4d7ad0450407bdd84b366cec56b6b3803d9e205f434fbd25
-SIZE (cvs2cl.pl) = 91774
+MD5 (cvs2cl/2.67/cvs2cl.pl) = cf85f85fdbb8d8d115895e955c46732c
+SHA256 (cvs2cl/2.67/cvs2cl.pl) = c8762858a51a0ead8dcbc2bc566a5702267dc9a7285b4d0bb607a0ea7748732a
+SIZE (cvs2cl/2.67/cvs2cl.pl) = 92626