diff options
author | knu <knu@FreeBSD.org> | 2000-08-01 20:53:41 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-08-01 20:53:41 +0800 |
commit | 1aecdbf3d0a4c43d55807d33694a302a1041ad6e (patch) | |
tree | f27c2e3ab72f5dced55524eb3401d1b94de74f7e /devel | |
parent | fcee2e91e1ee941629d80a0fb8a2de580b6a8750 (diff) | |
download | freebsd-ports-gnome-1aecdbf3d0a4c43d55807d33694a302a1041ad6e.tar.gz freebsd-ports-gnome-1aecdbf3d0a4c43d55807d33694a302a1041ad6e.tar.zst freebsd-ports-gnome-1aecdbf3d0a4c43d55807d33694a302a1041ad6e.zip |
Update to 1.93.1.10.
- Nothing but #!/usr/bin/perl -> #!/usr/bin/perl5
Define USE_PERL5 and substitute ${PERL} for /usr/bin/perl5.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cvsweb/Makefile | 5 | ||||
-rw-r--r-- | devel/cvsweb/distinfo | 2 | ||||
-rw-r--r-- | devel/cvsweb3/Makefile | 5 | ||||
-rw-r--r-- | devel/cvsweb3/distinfo | 2 |
4 files changed, 10 insertions, 4 deletions
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 |