Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Mar 2015 02:56:15 +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: r380332 - head/mail/ovs
Message-ID:  <201503030256.t232uF8t082048@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Mar  3 02:56:15 2015
New Revision: 380332
URL: https://svnweb.freebsd.org/changeset/ports/380332
QAT: https://qat.redports.org/buildarchive/r380332/

Log:
  - Add LICENSE
  - Fix shebangs
  - Drop @dirrm* from plist
  - Add empty directory to plist

Modified:
  head/mail/ovs/Makefile
  head/mail/ovs/pkg-plist

Modified: head/mail/ovs/Makefile
==============================================================================
--- head/mail/ovs/Makefile	Tue Mar  3 02:56:03 2015	(r380331)
+++ head/mail/ovs/Makefile	Tue Mar  3 02:56:15 2015	(r380332)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ovs
 PORTVERSION=	1.05
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	mail
 MASTER_SITES=	ftp://ftp.oav.net/openvisp/stats/ \
 		http://mirror.amdmi3.ru/distfiles/
@@ -11,11 +11,15 @@ MASTER_SITES=	ftp://ftp.oav.net/openvisp
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	RRDtool frontend for mail statistics
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 RUN_DEPENDS=	rrdtool>=0:${PORTSDIR}/databases/rrdtool \
 		p5-File-Tail>=0:${PORTSDIR}/devel/p5-File-Tail
 
 NO_BUILD=	yes
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	ovs.pl
 
 CGIDIR?=	${PREFIX}/www/cgi-bin
 DATADIR?=	/var/db/ovs

Modified: head/mail/ovs/pkg-plist
==============================================================================
--- head/mail/ovs/pkg-plist	Tue Mar  3 02:56:03 2015	(r380331)
+++ head/mail/ovs/pkg-plist	Tue Mar  3 02:56:15 2015	(r380332)
@@ -1,9 +1,6 @@
 %%CGIDIR%%/ovs.cgi
 %%WWWROOT%%/ovs/ovs.css
 sbin/ovs.pl
-@dirrmtry www/cgi-bin
-@dirrmtry www/data/ovs
-@dirrmtry www/data
 @owner %%OVS_USER%%
 @group %%OVS_GROUP%%
-@dirrmtry %%DATADIR%%
+@dir %%DATADIR%%



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