From owner-svn-ports-all@FreeBSD.ORG Tue Jul 8 15:57:06 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 696D6821; Tue, 8 Jul 2014 15:57:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3C9E52285; Tue, 8 Jul 2014 15:57:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s68Fv62F046304; Tue, 8 Jul 2014 15:57:06 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s68Fv54Z046301; Tue, 8 Jul 2014 15:57:05 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201407081557.s68Fv54Z046301@svn.freebsd.org> From: Tijl Coosemans Date: Tue, 8 Jul 2014 15:57:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361260 - head/security/nessus-plugins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2014 15:57:06 -0000 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 +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 +.include 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. +=============================================================================