svn commit: r440409 - head/security/openvas-manager
Martin Wilke
miwi at FreeBSD.org
Mon May 8 10:16:45 UTC 2017
Author: miwi
Date: Mon May 8 10:16:43 2017
New Revision: 440409
URL: https://svnweb.freebsd.org/changeset/ports/440409
Log:
- Fix shebangs
- Bump PORTREVISION
Modified:
head/security/openvas-manager/Makefile
Modified: head/security/openvas-manager/Makefile
==============================================================================
--- head/security/openvas-manager/Makefile Mon May 8 10:07:34 2017 (r440408)
+++ head/security/openvas-manager/Makefile Mon May 8 10:16:43 2017 (r440409)
@@ -2,7 +2,7 @@
PORTNAME= openvas-manager
PORTVERSION= 6.0.8
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= security
MASTER_SITES= http://wald.intevation.org/frs/download.php/2295/
@@ -20,9 +20,13 @@ LIB_DEPENDS= libgnutls.so:security/gnutl
USES= cmake:outsource execinfo gnome pkgconfig sqlite
USE_GNOME= glib20
USE_RC_SUBR= openvasmd
+REINPLACE_ARGS= -i ''
OPTIONS_DEFINE= DOCS
+post-patch:
+ @${REINPLACE_CMD} -e '1d' ${WRKSRC}/tools/extra/xml_split
+
post-install:
${INSTALL_DATA} ${WRKSRC}/INSTALL ${STAGEDIR}${DOCSDIR}
More information about the svn-ports-all
mailing list