Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jun 2015 10:17:22 +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: r389185 - head/mail/ovs
Message-ID:  <201506111017.t5BAHMGs068335@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Jun 11 10:17:21 2015
New Revision: 389185
URL: https://svnweb.freebsd.org/changeset/ports/389185

Log:
  - Add NO_ARCH
  - Fix shebangs
  
  MFH:		2015Q2

Modified:
  head/mail/ovs/Makefile

Modified: head/mail/ovs/Makefile
==============================================================================
--- head/mail/ovs/Makefile	Thu Jun 11 10:17:20 2015	(r389184)
+++ head/mail/ovs/Makefile	Thu Jun 11 10:17:21 2015	(r389185)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ovs
 PORTVERSION=	1.05
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	mail
 MASTER_SITES=	ftp://ftp.oav.net/openvisp/stats/ \
 		http://mirror.amdmi3.ru/distfiles/
@@ -18,8 +18,9 @@ RUN_DEPENDS=	rrdtool>=0:${PORTSDIR}/data
 		p5-File-Tail>=0:${PORTSDIR}/devel/p5-File-Tail
 
 NO_BUILD=	yes
+NO_ARCH=	yes
 USES=		perl5 shebangfix
-SHEBANG_FILES=	ovs.pl
+SHEBANG_FILES=	ovs.pl ovs.cgi
 
 CGIDIR?=	${PREFIX}/www/cgi-bin
 DATADIR?=	/var/db/ovs



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