aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2015-07-19 16:54:40 +0000
committerAlex Kozlov <ak@FreeBSD.org>2015-07-19 16:54:40 +0000
commit1507f637407e57268cb461988cb442fadd226255 (patch)
treea76d04c448fc1b3fadcac31a46d815e2a79fb617
parent04c482dae0963ec89e99d6a60fbba46ca5250936 (diff)
- Remove ports-mgmt/vulnerability-test-port as it is part of portaudit suite and useless after its retierment.
Notes
Notes: svn path=/head/; revision=392522
-rw-r--r--ports-mgmt/Makefile1
-rw-r--r--ports-mgmt/vulnerability-test-port/Makefile31
-rw-r--r--ports-mgmt/vulnerability-test-port/pkg-descr18
3 files changed, 0 insertions, 50 deletions
diff --git a/ports-mgmt/Makefile b/ports-mgmt/Makefile
index 78e941e7bef7..7f8bf817b912 100644
--- a/ports-mgmt/Makefile
+++ b/ports-mgmt/Makefile
@@ -65,7 +65,6 @@
SUBDIR += symports
SUBDIR += tinderbox
SUBDIR += tinderbox-devel
- SUBDIR += vulnerability-test-port
SUBDIR += wanted-ports
SUBDIR += xps
diff --git a/ports-mgmt/vulnerability-test-port/Makefile b/ports-mgmt/vulnerability-test-port/Makefile
deleted file mode 100644
index 1c2618b594c5..000000000000
--- a/ports-mgmt/vulnerability-test-port/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# Created by: Oliver Eikemeier
-# $FreeBSD$
-
-PORTNAME= vulnerability-test-port
-PORTVERSION= ${INSTALLATION_DATE}
-CATEGORIES= ports-mgmt
-DISTFILES=
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Standard vulnerability test for port auditing systems
-
-NO_BUILD= yes
-NO_MTREE= yes
-
-.if defined(PACKAGE_BUILDING)
-IGNORE= is disabled on package building systems
-INSTALLATION_DATE= 2004.01.25
-.else
-.ifdef INSTALLATION_DATE
-MYDATE!= date -j -f "%Y.%m.%d" "${INSTALLATION_DATE}" "+%Y.%m.%d" 2>/dev/null
-.if ${MYDATE} != ${INSTALLATION_DATE}
-IGNORE= : "${INSTALLATION_DATE}" is not a legal date. INSTALLATION_DATE must be in the form YYYY.MM.DD
-.endif
-.else
-INSTALLATION_DATE!= date -u "+%Y.%m.%d"
-.endif
-.endif
-
-do-install:
-
-.include <bsd.port.mk>
diff --git a/ports-mgmt/vulnerability-test-port/pkg-descr b/ports-mgmt/vulnerability-test-port/pkg-descr
deleted file mode 100644
index ca3d54bf73b0..000000000000
--- a/ports-mgmt/vulnerability-test-port/pkg-descr
+++ /dev/null
@@ -1,18 +0,0 @@
-This is a package to test FreeBSD port auditing systems, e.g. portaudit
-and the upcoming VuXML based system. Even though it installs no files,
-it is registered in the local package database.
-
-Its version number is automagically the installation date, so that you
-can update it every day ;-) If the date is off by one day keep in mind
-that the date is in UTC which may differ from your local time up to
-twelve hours, depending on the time zone you live in.
-
-The portaudit database lists yesterday's vulnerability test port as
-vulnerable so that it should appear in your security report approximately
-after a week, depending on the synchronization schedule of your database.
-
-If you try install the port with
- make INSTALLATION_DATE=`date -u -v-14d "+%Y.%m.%d"` install
-the port is instantly flagged as vulnerable and the ports system should
-hinder you installing it (currently not implemented), otherwise your
-vulnerability database is too old.