diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-06-14 17:13:49 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-06-14 17:13:49 +0000 |
commit | 39ef4085be3f608c7d16addb95618141dff23f1e (patch) | |
tree | f43ff433d0e0170ae2fced14ebf2a74346afe090 | |
parent | Point all vulnerabilities to the base URL, so that entries (diff) |
typo
Notes
Notes:
svn path=/head/; revision=111472
-rw-r--r-- | ports-mgmt/portaudit-db/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/portaudit-db/files/packaudit.sh | 2 | ||||
-rw-r--r-- | security/portaudit-db/Makefile | 2 | ||||
-rw-r--r-- | security/portaudit-db/files/packaudit.sh | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/ports-mgmt/portaudit-db/Makefile b/ports-mgmt/portaudit-db/Makefile index a14df35ecfbc..51198fe644f2 100644 --- a/ports-mgmt/portaudit-db/Makefile +++ b/ports-mgmt/portaudit-db/Makefile @@ -6,7 +6,7 @@ # PORTNAME= portaudit-db -PORTVERSION= 0.1.2 +PORTVERSION= 0.1.3 CATEGORIES= security DISTFILES= diff --git a/ports-mgmt/portaudit-db/files/packaudit.sh b/ports-mgmt/portaudit-db/files/packaudit.sh index 0ec066ae7d26..5695124e5f6b 100644 --- a/ports-mgmt/portaudit-db/files/packaudit.sh +++ b/ports-mgmt/portaudit-db/files/packaudit.sh @@ -104,7 +104,7 @@ cd "$TMPDIR" || exit 1 } { if ($4) - print $1 FS $2 FS "'"$BASEURL"'" $4 ".html" FS $4 + print $1 FS "'"$BASEURL"'" $4 ".html" FS $3 FS $4 else print } diff --git a/security/portaudit-db/Makefile b/security/portaudit-db/Makefile index a14df35ecfbc..51198fe644f2 100644 --- a/security/portaudit-db/Makefile +++ b/security/portaudit-db/Makefile @@ -6,7 +6,7 @@ # PORTNAME= portaudit-db -PORTVERSION= 0.1.2 +PORTVERSION= 0.1.3 CATEGORIES= security DISTFILES= diff --git a/security/portaudit-db/files/packaudit.sh b/security/portaudit-db/files/packaudit.sh index 0ec066ae7d26..5695124e5f6b 100644 --- a/security/portaudit-db/files/packaudit.sh +++ b/security/portaudit-db/files/packaudit.sh @@ -104,7 +104,7 @@ cd "$TMPDIR" || exit 1 } { if ($4) - print $1 FS $2 FS "'"$BASEURL"'" $4 ".html" FS $4 + print $1 FS "'"$BASEURL"'" $4 ".html" FS $3 FS $4 else print } |