svn commit: r361260 - head/security/nessus-plugins

Tijl Coosemans tijl at FreeBSD.org
Tue Jul 8 15:57:06 UTC 2014


Author: tijl
Date: Tue Jul  8 15:57:05 2014
New Revision: 361260
URL: http://svnweb.freebsd.org/changeset/ports/361260
QAT: https://qat.redports.org/buildarchive/r361260/

Log:
  - Move post-install message to pkg-message
  - Allow installation as non-root

Added:
  head/security/nessus-plugins/pkg-message   (contents, props changed)
Modified:
  head/security/nessus-plugins/Makefile

Modified: head/security/nessus-plugins/Makefile
==============================================================================
--- head/security/nessus-plugins/Makefile	Tue Jul  8 15:51:09 2014	(r361259)
+++ head/security/nessus-plugins/Makefile	Tue Jul  8 15:57:05 2014	(r361260)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nessus-plugins
 PORTVERSION=	2.2.9
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	security
 MASTER_SITES=	ftp://ftp.nessus.org/pub/nessus/nessus-${PORTVERSION}/src/ \
 		ftp://ftp.gwdg.de/pub/linux/misc/nessus/nessus-${PORTVERSION}/src/ \
@@ -26,12 +26,7 @@ WRKSRC=		${WRKDIR}/nessus-plugins
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-fetchcmd=wget
 
-.include <bsd.port.pre.mk>
+post-patch:
+	@${REINPLACE_CMD} 's/-o $$(installuser)//' ${WRKSRC}/Makefile
 
-post-install:
-	@${ECHO} "================================================================================"
-	@${ECHO} "Use ${PREFIX}/sbin/nessus-update-plugins to update your plugin"
-	@${ECHO} "collection."
-	@${ECHO} "================================================================================"
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Added: head/security/nessus-plugins/pkg-message
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/nessus-plugins/pkg-message	Tue Jul  8 15:57:05 2014	(r361260)
@@ -0,0 +1,3 @@
+=============================================================================
+Run nessus-update-plugins to update your plugin collection.
+=============================================================================


More information about the svn-ports-head mailing list