diff options
-rw-r--r-- | ports-mgmt/portaudit/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/portaudit/files/portaudit-cmd.sh | 2 | ||||
-rw-r--r-- | security/portaudit/Makefile | 2 | ||||
-rw-r--r-- | security/portaudit/files/portaudit-cmd.sh | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/ports-mgmt/portaudit/Makefile b/ports-mgmt/portaudit/Makefile index f315e2b847c..4b6c971e2ee 100644 --- a/ports-mgmt/portaudit/Makefile +++ b/ports-mgmt/portaudit/Makefile @@ -6,7 +6,7 @@ # PORTNAME= portaudit -PORTVERSION= 0.5.2 +PORTVERSION= 0.5.3 CATEGORIES= security DISTFILES= diff --git a/ports-mgmt/portaudit/files/portaudit-cmd.sh b/ports-mgmt/portaudit/files/portaudit-cmd.sh index b76be3fc258..e157fc3bcdd 100644 --- a/ports-mgmt/portaudit/files/portaudit-cmd.sh +++ b/ports-mgmt/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/"} diff --git a/security/portaudit/Makefile b/security/portaudit/Makefile index f315e2b847c..4b6c971e2ee 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 b76be3fc258..e157fc3bcdd 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/"} |