From owner-svn-ports-all@freebsd.org Thu Dec 31 15:29:24 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C757A57498; Thu, 31 Dec 2015 15:29:24 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 15E181219; Thu, 31 Dec 2015 15:29:24 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBVFTNfZ048080; Thu, 31 Dec 2015 15:29:23 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBVFTNI3048078; Thu, 31 Dec 2015 15:29:23 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201512311529.tBVFTNI3048078@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 31 Dec 2015 15:29:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404950 - head/net-mgmt/nfsen 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.20 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: Thu, 31 Dec 2015 15:29:24 -0000 Author: feld Date: Thu Dec 31 15:29:22 2015 New Revision: 404950 URL: https://svnweb.freebsd.org/changeset/ports/404950 Log: net-mgmt/nfsen: port cleanup - Add NO_ARCH - Sort plist - Switch to @sample - Drop @dirrms from plist, switch to @dir where needed This is a no-op update to the port. PR: 205572 Modified: head/net-mgmt/nfsen/Makefile head/net-mgmt/nfsen/pkg-plist Modified: head/net-mgmt/nfsen/Makefile ============================================================================== --- head/net-mgmt/nfsen/Makefile Thu Dec 31 15:22:56 2015 (r404949) +++ head/net-mgmt/nfsen/Makefile Thu Dec 31 15:29:22 2015 (r404950) @@ -19,11 +19,12 @@ RUN_DEPENDS= rrdtool>=0:${PORTSDIR}/data p5-Socket6>=0:${PORTSDIR}/net/p5-Socket6 \ nfdump>=0:${PORTSDIR}/net-mgmt/nfdump -USES= cpe iconv shebangfix perl5 +USES= cpe iconv shebangfix perl5 CPE_VENDOR= nfsen CPE_PRODUCT= nfsen USE_PHP= session pcre sockets NO_BUILD= yes +NO_ARCH= yes PLIST_SUB+= PORTNAME=${PORTNAME} USE_RC_SUBR= nfsen perl_OLD_CMD= %%PERL%% Modified: head/net-mgmt/nfsen/pkg-plist ============================================================================== --- head/net-mgmt/nfsen/pkg-plist Thu Dec 31 15:22:56 2015 (r404949) +++ head/net-mgmt/nfsen/pkg-plist Thu Dec 31 15:29:22 2015 (r404950) @@ -1,3 +1,26 @@ +bin/testPlugin +bin/nfsend +bin/nfsen +bin/RebuildHierarchy.pl +@sample etc/nfsen-dist.conf etc/nfsen.conf +libexec/%%PORTNAME%%/plugins/smily.jpg +libexec/%%PORTNAME%%/plugins/demoplugin.pm +libexec/%%PORTNAME%%/RRDconvertv1.pm +libexec/%%PORTNAME%%/Notification.pm +libexec/%%PORTNAME%%/Nfsync.pm +libexec/%%PORTNAME%%/Nfsources.pm +libexec/%%PORTNAME%%/Nfcomm.pm +libexec/%%PORTNAME%%/NfSenSim.pm +libexec/%%PORTNAME%%/NfSenRRD.pm +libexec/%%PORTNAME%%/NfSenRC.pm +libexec/%%PORTNAME%%/NfSen.pm +libexec/%%PORTNAME%%/NfProfile.pm +libexec/%%PORTNAME%%/NfConf.pm +libexec/%%PORTNAME%%/NfAlert.pm +libexec/%%PORTNAME%%/Lookup.pm +libexec/%%PORTNAME%%/Log.pm +libexec/%%PORTNAME%%/CopyRecursive.pm +libexec/%%PORTNAME%%/AbuseWhois.pm %%WWWDIR%%/rrdgraph.php %%WWWDIR%%/profileadmin.php %%WWWDIR%%/process.php @@ -51,45 +74,13 @@ %%WWWDIR%%/colour_picker.html %%WWWDIR%%/colour_palette.html %%WWWDIR%%/alerting.php -libexec/%%PORTNAME%%/plugins/smily.jpg -libexec/%%PORTNAME%%/plugins/demoplugin.pm -libexec/%%PORTNAME%%/RRDconvertv1.pm -libexec/%%PORTNAME%%/Notification.pm -libexec/%%PORTNAME%%/Nfsync.pm -libexec/%%PORTNAME%%/Nfsources.pm -libexec/%%PORTNAME%%/Nfcomm.pm -libexec/%%PORTNAME%%/NfSenSim.pm -libexec/%%PORTNAME%%/NfSenRRD.pm -libexec/%%PORTNAME%%/NfSenRC.pm -libexec/%%PORTNAME%%/NfSen.pm -libexec/%%PORTNAME%%/NfProfile.pm -libexec/%%PORTNAME%%/NfConf.pm -libexec/%%PORTNAME%%/NfAlert.pm -libexec/%%PORTNAME%%/Lookup.pm -libexec/%%PORTNAME%%/Log.pm -libexec/%%PORTNAME%%/CopyRecursive.pm -libexec/%%PORTNAME%%/AbuseWhois.pm -etc/nfsen-dist.conf -bin/testPlugin -bin/nfsend -bin/nfsen -bin/RebuildHierarchy.pl -@unexec if cmp -s %D/etc/nfsen.conf %D/etc/nfsen-dist.conf; then rm -f %D/etc/nfsen.conf; fi -@exec [ -f %D/etc/nfsen.conf ] || cp %D/etc/nfsen-dist.conf %D/etc/nfsen.conf -@dirrmtry var/%%PORTNAME%%/run -@dirrmtry var/%%PORTNAME%%/profiles-stat/live -@dirrmtry var/%%PORTNAME%%/profiles-stat -@dirrmtry var/%%PORTNAME%%/profiles-data/live -@dirrmtry var/%%PORTNAME%%/profiles-data -@dirrmtry var/%%PORTNAME%%/profiles/live -@dirrmtry var/%%PORTNAME%%/profiles -@dirrmtry var/%%PORTNAME%%/filters -@dirrmtry var/%%PORTNAME%% -@dirrmtry var -@dirrmtry %%WWWDIR%%/plugins -@dirrm %%WWWDIR%%/js -@dirrm %%WWWDIR%%/icons -@dirrm %%WWWDIR%%/css -@dirrmtry %%WWWDIR%% -@dirrmtry libexec/%%PORTNAME%%/plugins -@dirrmtry libexec/%%PORTNAME%% +@dir var/%%PORTNAME%%/run +@dir var/%%PORTNAME%%/profiles-stat/live +@dir var/%%PORTNAME%%/profiles-stat +@dir var/%%PORTNAME%%/profiles-data/live +@dir var/%%PORTNAME%%/profiles-data +@dir var/%%PORTNAME%%/profiles/live +@dir var/%%PORTNAME%%/profiles +@dir var/%%PORTNAME%%/filters +@dir var/%%PORTNAME%% +@dir var