From 1dceeeac111842736d0403526518f9385f8c3ba0 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Tue, 1 Aug 2000 12:53:41 +0000 Subject: Update to 1.93.1.10. - Nothing but #!/usr/bin/perl -> #!/usr/bin/perl5 Define USE_PERL5 and substitute ${PERL} for /usr/bin/perl5. --- devel/cvsweb/Makefile | 5 ++++- devel/cvsweb/distinfo | 2 +- devel/cvsweb3/Makefile | 5 ++++- devel/cvsweb3/distinfo | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) (limited to 'devel') diff --git a/devel/cvsweb/Makefile b/devel/cvsweb/Makefile index 8a5480449b8f..e0ea233907c0 100644 --- a/devel/cvsweb/Makefile +++ b/devel/cvsweb/Makefile @@ -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; \ diff --git a/devel/cvsweb/distinfo b/devel/cvsweb/distinfo index c3a4c8f8cdad..242b0d2dea39 100644 --- a/devel/cvsweb/distinfo +++ b/devel/cvsweb/distinfo @@ -1 +1 @@ -MD5 (cvsweb-1.93.1.9.tar.gz) = d2dac48b0fba5c456df5d66e2beb89b6 +MD5 (cvsweb-1.93.1.10.tar.gz) = 467d3ff8079bd9c3fb4cf5d6f260f91e diff --git a/devel/cvsweb3/Makefile b/devel/cvsweb3/Makefile index 8a5480449b8f..e0ea233907c0 100644 --- a/devel/cvsweb3/Makefile +++ b/devel/cvsweb3/Makefile @@ -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; \ diff --git a/devel/cvsweb3/distinfo b/devel/cvsweb3/distinfo index c3a4c8f8cdad..242b0d2dea39 100644 --- a/devel/cvsweb3/distinfo +++ b/devel/cvsweb3/distinfo @@ -1 +1 @@ -MD5 (cvsweb-1.93.1.9.tar.gz) = d2dac48b0fba5c456df5d66e2beb89b6 +MD5 (cvsweb-1.93.1.10.tar.gz) = 467d3ff8079bd9c3fb4cf5d6f260f91e -- cgit v1.2.3