aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authormnag <mnag@FreeBSD.org>2005-10-07 04:48:47 +0800
committermnag <mnag@FreeBSD.org>2005-10-07 04:48:47 +0800
commit709c8c32dc9d1e9acc50028f1ea9bed46ddaca07 (patch)
tree2e77894b4040b8c6904218d4a425526ea11b5c89 /security
parentd10c35a619fab74e7f27dc5435ab7e8ea06a6020 (diff)
downloadfreebsd-ports-gnome-709c8c32dc9d1e9acc50028f1ea9bed46ddaca07.tar.gz
freebsd-ports-gnome-709c8c32dc9d1e9acc50028f1ea9bed46ddaca07.tar.zst
freebsd-ports-gnome-709c8c32dc9d1e9acc50028f1ea9bed46ddaca07.zip
Update to 4.6.1
PR: 87000 Submitted by: Tim Bishop <tim@bishnet.net> (maintainer)
Diffstat (limited to 'security')
-rw-r--r--security/f-prot/Makefile4
-rw-r--r--security/f-prot/distinfo4
-rw-r--r--security/f-prot/files/f-prot2
-rw-r--r--security/f-prot/pkg-plist3
4 files changed, 8 insertions, 5 deletions
diff --git a/security/f-prot/Makefile b/security/f-prot/Makefile
index b89044fd8006..2b1c8d6b85bb 100644
--- a/security/f-prot/Makefile
+++ b/security/f-prot/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= f-prot
-PORTVERSION= 4.5.4
+PORTVERSION= 4.6.1
CATEGORIES= security
MASTER_SITES= ftp://ftp.i-scream.org/pub/ftp.f-prot.com/pub/bsd/ \
http://ftp.i-scream.org/pub/ftp.f-prot.com/pub/bsd/
@@ -40,7 +40,7 @@ do-install:
--exclude install-f-prot.pl \
-cf - f-prot | ${TAR} -xf - -C ${PREFIX}
- ${INSTALL_SCRIPT} ${WRKSRC}/f-prot.sh ${PREFIX}/bin/f-prot
+ ${INSTALL_SCRIPT} ${FILESDIR}/f-prot ${PREFIX}/bin/f-prot
${INSTALL_MAN} ${WRKSRC}/man_pages/f-prot.1 ${MANPREFIX}/man/man1/
${CHMOD} 755 ${PREFIX}/f-prot/tools/check-updates.pl
diff --git a/security/f-prot/distinfo b/security/f-prot/distinfo
index dcb1c821eafb..1ca8ea8adefe 100644
--- a/security/f-prot/distinfo
+++ b/security/f-prot/distinfo
@@ -1,2 +1,2 @@
-MD5 (fp-freebsd-ws-4.5.4.tar.gz) = 9c7c58a974f13c3bdf225d5116b60352
-SIZE (fp-freebsd-ws-4.5.4.tar.gz) = 2942772
+MD5 (fp-freebsd-ws-4.6.1.tar.gz) = f55a7a311318d908a356b5b49137a684
+SIZE (fp-freebsd-ws-4.6.1.tar.gz) = 3752218
diff --git a/security/f-prot/files/f-prot b/security/f-prot/files/f-prot
new file mode 100644
index 000000000000..46919fc92bfe
--- /dev/null
+++ b/security/f-prot/files/f-prot
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /usr/local/f-prot/f-prot ${@+"$@"}
diff --git a/security/f-prot/pkg-plist b/security/f-prot/pkg-plist
index 595688b25e63..aaa301f8fa72 100644
--- a/security/f-prot/pkg-plist
+++ b/security/f-prot/pkg-plist
@@ -4,6 +4,7 @@ f-prot/ENGLISH.TX0
f-prot/LICENSE
f-prot/README
f-prot/f-prot
+f-prot/etc/f-prot.conf.default
f-prot/tools/check-updates.pl
%%PORTDOCS%%%%DOCSDIR%%/add_info.html
%%PORTDOCS%%%%DOCSDIR%%/auto_updt.html
@@ -16,7 +17,6 @@ f-prot/tools/check-updates.pl
%%PORTDOCS%%%%DOCSDIR%%/macro_scanning_options.html
%%PORTDOCS%%%%DOCSDIR%%/main_feat.html
%%PORTDOCS%%%%DOCSDIR%%/man_updt.html
-%%PORTDOCS%%%%DOCSDIR%%/norm_scan.gif
%%PORTDOCS%%%%DOCSDIR%%/per_scan.html
%%PORTDOCS%%%%DOCSDIR%%/reporting_options.html
%%PORTDOCS%%%%DOCSDIR%%/scanning_options.html
@@ -31,4 +31,5 @@ f-prot/tools/check-updates.pl
%%PORTDOCS%%%%DOCSDIR%%/updt_signature.gif
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm f-prot/tools
+@dirrm f-prot/etc
@unexec rmdir %D/f-prot 2>/dev/null || true