Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jun 2015 17:44:24 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389114 - head/net-mgmt/nedi
Message-ID:  <201506101744.t5AHiOvA061358@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jun 10 17:44:23 2015
New Revision: 389114
URL: https://svnweb.freebsd.org/changeset/ports/389114

Log:
  - Fix shebangs
  - Modernize plist
  
  MFH:		2015Q2

Modified:
  head/net-mgmt/nedi/Makefile
  head/net-mgmt/nedi/pkg-plist

Modified: head/net-mgmt/nedi/Makefile
==============================================================================
--- head/net-mgmt/nedi/Makefile	Wed Jun 10 17:43:47 2015	(r389113)
+++ head/net-mgmt/nedi/Makefile	Wed Jun 10 17:44:23 2015	(r389114)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nedi
 DISTVERSION=	1.0.w
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	net-mgmt
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/w
 
@@ -18,9 +18,10 @@ RUN_DEPENDS=	p5-Net-SNMP>=0:${PORTSDIR}/
 		p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
 
 USES=		perl5 shebangfix tar:tgz
-SHEBANG_FILES=	*.pl
+SHEBANG_FILES=	*.pl html/inc/Devsend.pl
 WRKSRC=		${WRKDIR}/${PORTNAME}
 NO_BUILD=	yes
+NO_ARCH=	yes
 
 USE_PHP=	session snmp mysql
 WANT_PHP_WEB=	yes

Modified: head/net-mgmt/nedi/pkg-plist
==============================================================================
--- head/net-mgmt/nedi/pkg-plist	Wed Jun 10 17:43:47 2015	(r389113)
+++ head/net-mgmt/nedi/pkg-plist	Wed Jun 10 17:44:23 2015	(r389114)
@@ -777,21 +777,5 @@
 %%WWWDIR%%/sysobj/1.3.6.1.4.1.9.5.59.def
 %%WWWDIR%%/sysobj/other.def
 %%WWWDIR%%/trap.pl
-@dirrmtry %%WWWDIR%%/contrib
-@dirrmtry %%WWWDIR%%/html/img/16
-@dirrmtry %%WWWDIR%%/html/img/32
-@dirrmtry %%WWWDIR%%/html/img/dev
-@dirrmtry %%WWWDIR%%/html/img/oui
-@dirrmtry %%WWWDIR%%/html/img/smiles
-@dirrmtry %%WWWDIR%%/html/img
-@dirrmtry %%WWWDIR%%/html/inc/ThemeN
-@dirrmtry %%WWWDIR%%/html/inc
-@dirrmtry %%WWWDIR%%/html/log
-@dirrmtry %%WWWDIR%%/html/test
-@dirrmtry %%WWWDIR%%/html
-@dirrmtry %%WWWDIR%%/inc
-@dirrmtry %%WWWDIR%%/rrd
-@dirrmtry %%WWWDIR%%/sysobj
-@dirrmtry %%WWWDIR%%
-@exec install -d -o %%WWWOWN%% -g %%WWWGRP%% %D/%%WWWDIR%%/rrd
-@exec install -d -o %%WWWOWN%% -g %%WWWGRP%% %D/%%WWWDIR%%/html/log
+@dir(%%WWWOWN%%,%%WWWGRP%%) %%WWWDIR%%/rrd
+@dir(%%WWWOWN%%,%%WWWGRP%%) %%WWWDIR%%/html/log



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