mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Update to 1.93.1.10.
- Nothing but #!/usr/bin/perl -> #!/usr/bin/perl5 Define USE_PERL5 and substitute ${PERL} for /usr/bin/perl5.
This commit is contained in:
parent
681166e997
commit
1dceeeac11
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31207
@ -15,9 +15,11 @@ MAINTAINER= knu@FreeBSD.org
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
USE_PERL5= yes
|
||||
|
||||
# This version of cvsweb is Zeller's version + knu's enhancements.
|
||||
REV_ZELLER= 1.93
|
||||
REV_KNU= 1.9
|
||||
REV_KNU= 1.10
|
||||
|
||||
# Specify where your repository belongs.
|
||||
# (You can reconfigure it after installation anyway)
|
||||
@ -38,6 +40,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
do-configure:
|
||||
cd ${WRKSRC} && ${PERL} -i -pe "\
|
||||
s;/usr/bin/perl5;${PERL};g; \
|
||||
s;/usr/local;${PREFIX};g; \
|
||||
s;/home/cvs;${CVSROOT};g; \
|
||||
s;'Local Repository';'${TITLE}';g; \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (cvsweb-1.93.1.9.tar.gz) = d2dac48b0fba5c456df5d66e2beb89b6
|
||||
MD5 (cvsweb-1.93.1.10.tar.gz) = 467d3ff8079bd9c3fb4cf5d6f260f91e
|
||||
|
@ -15,9 +15,11 @@ MAINTAINER= knu@FreeBSD.org
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
USE_PERL5= yes
|
||||
|
||||
# This version of cvsweb is Zeller's version + knu's enhancements.
|
||||
REV_ZELLER= 1.93
|
||||
REV_KNU= 1.9
|
||||
REV_KNU= 1.10
|
||||
|
||||
# Specify where your repository belongs.
|
||||
# (You can reconfigure it after installation anyway)
|
||||
@ -38,6 +40,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
do-configure:
|
||||
cd ${WRKSRC} && ${PERL} -i -pe "\
|
||||
s;/usr/bin/perl5;${PERL};g; \
|
||||
s;/usr/local;${PREFIX};g; \
|
||||
s;/home/cvs;${CVSROOT};g; \
|
||||
s;'Local Repository';'${TITLE}';g; \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (cvsweb-1.93.1.9.tar.gz) = d2dac48b0fba5c456df5d66e2beb89b6
|
||||
MD5 (cvsweb-1.93.1.10.tar.gz) = 467d3ff8079bd9c3fb4cf5d6f260f91e
|
||||
|
Loading…
Reference in New Issue
Block a user