aboutsummaryrefslogtreecommitdiffstats
path: root/security/portaudit
diff options
context:
space:
mode:
authoreik <eik@FreeBSD.org>2004-08-15 20:26:16 +0800
committereik <eik@FreeBSD.org>2004-08-15 20:26:16 +0800
commitc17fdf3112c8b5907d09fd632980989e15a6d45b (patch)
tree1c165a57e5c9e4428abb8a09576e631924b0d20b /security/portaudit
parent9c6827ce6a633c510c5ffc075cd7354e3e947990 (diff)
downloadfreebsd-ports-gnome-c17fdf3112c8b5907d09fd632980989e15a6d45b.tar.gz
freebsd-ports-gnome-c17fdf3112c8b5907d09fd632980989e15a6d45b.tar.zst
freebsd-ports-gnome-c17fdf3112c8b5907d09fd632980989e15a6d45b.zip
Remove -a from the default fetch(1) flags, so that the daily security
report is not delayed when the distribution site is down. Submitted by: kuriyama
Diffstat (limited to 'security/portaudit')
-rw-r--r--security/portaudit/Makefile2
-rw-r--r--security/portaudit/files/portaudit-cmd.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/security/portaudit/Makefile b/security/portaudit/Makefile
index f315e2b847c1..4b6c971e2eec 100644
--- a/security/portaudit/Makefile
+++ b/security/portaudit/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= portaudit
-PORTVERSION= 0.5.2
+PORTVERSION= 0.5.3
CATEGORIES= security
DISTFILES=
diff --git a/security/portaudit/files/portaudit-cmd.sh b/security/portaudit/files/portaudit-cmd.sh
index b76be3fc2581..e157fc3bcdd4 100644
--- a/security/portaudit/files/portaudit-cmd.sh
+++ b/security/portaudit/files/portaudit-cmd.sh
@@ -37,7 +37,7 @@ portaudit_confs()
portaudit_filename=${portaudit_filename:-"auditfile.tbz"}
portaudit_fetch_env=${portaudit_fetch_env:-}
- portaudit_fetch_cmd=${portaudit_fetch_cmd:-"fetch -1amp"}
+ portaudit_fetch_cmd=${portaudit_fetch_cmd:-"fetch -1mp"}
portaudit_sites=${portaudit_sites:-"http://www.FreeBSD.org/ports/"}