aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-12-07 09:03:26 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-12-07 09:03:26 +0000
commitac6567bc09306185b813e35c466527b4627bcb31 (patch)
tree63bdcfa9462725c3111a37936294a6ff810c1afb /security
parent20cda628f452ca4fb29678e4c4f98b85ceb29272 (diff)
downloadports-ac6567bc09306185b813e35c466527b4627bcb31.tar.gz
ports-ac6567bc09306185b813e35c466527b4627bcb31.zip
upgrade to 1.10
Notes
Notes: svn path=/head/; revision=51169
Diffstat (limited to 'security')
-rw-r--r--security/cfv/Makefile2
-rw-r--r--security/cfv/distinfo2
-rw-r--r--security/cfv/files/patch-Makefile13
3 files changed, 4 insertions, 13 deletions
diff --git a/security/cfv/Makefile b/security/cfv/Makefile
index 112cb0c060ee..b66e198e3095 100644
--- a/security/cfv/Makefile
+++ b/security/cfv/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= cfv
-PORTVERSION= 1.8
+PORTVERSION= 1.10
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/security/cfv/distinfo b/security/cfv/distinfo
index 58cc643baea9..6ce0abbc3077 100644
--- a/security/cfv/distinfo
+++ b/security/cfv/distinfo
@@ -1 +1 @@
-MD5 (cfv-1.8.tar.gz) = ab9aeb688709187e42c995c97ef4411a
+MD5 (cfv-1.10.tar.gz) = 88c5e39feaecfce678f579c046aab80e
diff --git a/security/cfv/files/patch-Makefile b/security/cfv/files/patch-Makefile
index 1a0d0e66a7ff..6b1134bb4948 100644
--- a/security/cfv/files/patch-Makefile
+++ b/security/cfv/files/patch-Makefile
@@ -1,5 +1,5 @@
---- Makefile.orig Fri Jul 20 16:53:10 2001
-+++ Makefile Fri Jul 20 16:53:53 2001
+--- Makefile.orig Fri Dec 7 17:01:19 2001
++++ Makefile Fri Dec 7 17:01:56 2001
@@ -1,5 +1,5 @@
PYTHON=python
-prefix=/usr/local
@@ -7,12 +7,3 @@
exec_prefix=${prefix}
#finds the site-packages dir that matches the selected prefix, or if none do, falls back to wherever it can find one..
-@@ -10,7 +10,7 @@
- mandir=${prefix}/man
- install=/usr/bin/install -c
- user=root
--group=root
-+group=wheel
-
- foo:
- @echo 'to install cfv, type make install or install-wrapper.'