- 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)
This commit is contained in:
parent
cb8c95ff59
commit
e7101cc378
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197912
2 changed files with 11 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue