Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jul 2014 15:57:05 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361260 - head/security/nessus-plugins
Message-ID:  <201407081557.s68Fv54Z046301@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.
+=============================================================================



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407081557.s68Fv54Z046301>