svn commit: r389114 - head/net-mgmt/nedi

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 10 17:44:24 UTC 2015


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
- at dirrmtry %%WWWDIR%%/contrib
- at dirrmtry %%WWWDIR%%/html/img/16
- at dirrmtry %%WWWDIR%%/html/img/32
- at dirrmtry %%WWWDIR%%/html/img/dev
- at dirrmtry %%WWWDIR%%/html/img/oui
- at dirrmtry %%WWWDIR%%/html/img/smiles
- at dirrmtry %%WWWDIR%%/html/img
- at dirrmtry %%WWWDIR%%/html/inc/ThemeN
- at dirrmtry %%WWWDIR%%/html/inc
- at dirrmtry %%WWWDIR%%/html/log
- at dirrmtry %%WWWDIR%%/html/test
- at dirrmtry %%WWWDIR%%/html
- at dirrmtry %%WWWDIR%%/inc
- at dirrmtry %%WWWDIR%%/rrd
- at dirrmtry %%WWWDIR%%/sysobj
- at dirrmtry %%WWWDIR%%
- at exec install -d -o %%WWWOWN%% -g %%WWWGRP%% %D/%%WWWDIR%%/rrd
- at exec install -d -o %%WWWOWN%% -g %%WWWGRP%% %D/%%WWWDIR%%/html/log
+ at dir(%%WWWOWN%%,%%WWWGRP%%) %%WWWDIR%%/rrd
+ at dir(%%WWWOWN%%,%%WWWGRP%%) %%WWWDIR%%/html/log


More information about the svn-ports-head mailing list