aboutsummaryrefslogtreecommitdiff
path: root/devel/cvsweb
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2004-02-24 14:18:50 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2004-02-24 14:18:50 +0000
commit22c13d6e03be0a527f1bd3c86ab20e3d5912cc84 (patch)
tree3050cdbd6eb3c27aa6caf4f8249e7a56b95910b9 /devel/cvsweb
parent2203e2a3736eccbf2a3d66dff04804f156079209 (diff)
downloadports-22c13d6e03be0a527f1bd3c86ab20e3d5912cc84.tar.gz
ports-22c13d6e03be0a527f1bd3c86ab20e3d5912cc84.zip
Turn off perl's -T flag for the moment, for CVSweb 2.0.6's code does
not pass Perl 5.8's stricter taint checks. The flag will be turned on again when the port is updated to the next release. PR: ports/62650, ports/62743 Submitted by: naddy, Palle Girgensohn <girgen@pingpong.net>
Notes
Notes: svn path=/head/; revision=101981
Diffstat (limited to 'devel/cvsweb')
-rw-r--r--devel/cvsweb/Makefile1
-rw-r--r--devel/cvsweb/files/patch-cvsweb.cgi11
2 files changed, 4 insertions, 8 deletions
diff --git a/devel/cvsweb/Makefile b/devel/cvsweb/Makefile
index 186ecae0f74c..a5376b1eead9 100644
--- a/devel/cvsweb/Makefile
+++ b/devel/cvsweb/Makefile
@@ -7,6 +7,7 @@
PORTNAME= cvsweb
PORTVERSION= 2.0.6
+PORTREVISION= 1
CATEGORIES= devel www
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://people.FreeBSD.org/~scop/cvsweb/
diff --git a/devel/cvsweb/files/patch-cvsweb.cgi b/devel/cvsweb/files/patch-cvsweb.cgi
index baf8486b18c0..d1f55a60f264 100644
--- a/devel/cvsweb/files/patch-cvsweb.cgi
+++ b/devel/cvsweb/files/patch-cvsweb.cgi
@@ -1,13 +1,8 @@
-Index: cvsweb.cgi
-===================================================================
-RCS file: /home/ncvs/projects/cvsweb/cvsweb.cgi,v
-retrieving revision 1.119
-diff -a -u -r1.119 cvsweb.cgi
---- cvsweb.cgi 23 Jul 2002 13:58:32 -0000 1.119
-+++ cvsweb.cgi 23 Jul 2002 14:16:12 -0000
+--- cvsweb.cgi.orig Fri Sep 27 05:56:05 2002
++++ cvsweb.cgi Tue Feb 24 23:12:51 2004
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -wT
-+#!!!PERL!! -wT
++#!!!PERL!! -w
#
# cvsweb - a CGI interface to CVS trees.
#