diff options
author | Rene Ladan <rene@FreeBSD.org> | 2021-02-08 11:48:04 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2021-02-08 11:48:04 +0000 |
commit | 5ee79155e0e5ccd0621983c4d63d4f1afcdee277 (patch) | |
tree | d064fe3c4b81ae77ed19b1b0e9d6910a5cda116a /security/openvas9-cli | |
parent | 1241709b602c6d84dc12500cc61b52197d45abc2 (diff) |
Notes
Diffstat (limited to 'security/openvas9-cli')
-rw-r--r-- | security/openvas9-cli/Makefile | 19 | ||||
-rw-r--r-- | security/openvas9-cli/distinfo | 3 | ||||
-rw-r--r-- | security/openvas9-cli/files/patch-CMakeLists.txt | 11 | ||||
-rw-r--r-- | security/openvas9-cli/files/patch-doc-CMakeLists.txt | 8 | ||||
-rw-r--r-- | security/openvas9-cli/pkg-descr | 8 | ||||
-rw-r--r-- | security/openvas9-cli/pkg-plist | 6 |
6 files changed, 0 insertions, 55 deletions
diff --git a/security/openvas9-cli/Makefile b/security/openvas9-cli/Makefile deleted file mode 100644 index 1654e6985a20..000000000000 --- a/security/openvas9-cli/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= openvas9-cli -PORTVERSION= 1.4.5 -MASTER_SITES= http://wald.intevation.org/frs/download.php/2397/ - -COMMENT= OpenVAS 9 command-line interface and Nagios plugin - -CONFLICTS?= ${PORTNAME:S/${OPENVAS_VER}/8/}-* - -MASTERDIR= ${.CURDIR}/../../security/openvas8-cli - -DISTINFO_FILE= ${.CURDIR}/distinfo -PATCHDIR= ${.CURDIR}/files -PLIST= ${.CURDIR}/pkg-plist - -OPENVAS_VER= 9 - -.include "${MASTERDIR}/Makefile" diff --git a/security/openvas9-cli/distinfo b/security/openvas9-cli/distinfo deleted file mode 100644 index 524ffd26003e..000000000000 --- a/security/openvas9-cli/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1501780188 -SHA256 (openvas9/openvas-cli-1.4.5.tar.gz) = 55d9beaee0161686c452805428af50c1d6e07835621297afbca789f45a1e86a4 -SIZE (openvas9/openvas-cli-1.4.5.tar.gz) = 113958 diff --git a/security/openvas9-cli/files/patch-CMakeLists.txt b/security/openvas9-cli/files/patch-CMakeLists.txt deleted file mode 100644 index 0476f72549ed..000000000000 --- a/security/openvas9-cli/files/patch-CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- CMakeLists.txt.orig 2015-10-12 12:46:59 UTC -+++ CMakeLists.txt -@@ -134,7 +134,7 @@ if (NOT LIBDIR) - endif (NOT LIBDIR) - - if (NOT LOCALSTATEDIR) -- set (LOCALSTATEDIR "${CMAKE_INSTALL_PREFIX}/var") -+ set (LOCALSTATEDIR "/var") - endif (NOT LOCALSTATEDIR) - - if (NOT DATADIR) diff --git a/security/openvas9-cli/files/patch-doc-CMakeLists.txt b/security/openvas9-cli/files/patch-doc-CMakeLists.txt deleted file mode 100644 index f78c115f1331..000000000000 --- a/security/openvas9-cli/files/patch-doc-CMakeLists.txt +++ /dev/null @@ -1,8 +0,0 @@ ---- doc/CMakeLists.txt 2016-07-21 01:33:19.000000000 -0500 -+++ doc/CMakeLists.txt 2017-08-03 12:02:21.673557000 -0500 -@@ -131,4 +131,4 @@ - endif (XMLMANTOHTML_EXECUTABLE) - - install (FILES omp.8 check_omp.8 omp-dialog.8 -- DESTINATION ${DATADIR}/man/man8 ) -+ DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man8 ) diff --git a/security/openvas9-cli/pkg-descr b/security/openvas9-cli/pkg-descr deleted file mode 100644 index 215b12ce96d9..000000000000 --- a/security/openvas9-cli/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -The Open Vulnerability Assessment System (OpenVAS) is a framework of several -services and tools offering a comprehensive and powerful vulnerability -scanning and vulnerability management solution. - -This package contains a command-line tool to control the OpenVAS Manager and -a Nagios plugin. - -WWW: https://www.openvas.org/ diff --git a/security/openvas9-cli/pkg-plist b/security/openvas9-cli/pkg-plist deleted file mode 100644 index 90ffc0c24d52..000000000000 --- a/security/openvas9-cli/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/omp -bin/omp-dialog -libexec/nagios/check_omp -man/man8/check_omp.8.gz -man/man8/omp-dialog.8.gz -man/man8/omp.8.gz |