Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Aug 2015 19:57:35 +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: r394992 - head/net-mgmt/check_mysql_health
Message-ID:  <201508211957.t7LJvZqU057586@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Aug 21 19:57:34 2015
New Revision: 394992
URL: https://svnweb.freebsd.org/changeset/ports/394992

Log:
  - Add LICENSE_FILE
  - Add NO_ARCH
  - Fix WWW:

Modified:
  head/net-mgmt/check_mysql_health/Makefile
  head/net-mgmt/check_mysql_health/pkg-descr

Modified: head/net-mgmt/check_mysql_health/Makefile
==============================================================================
--- head/net-mgmt/check_mysql_health/Makefile	Fri Aug 21 19:20:19 2015	(r394991)
+++ head/net-mgmt/check_mysql_health/Makefile	Fri Aug 21 19:57:34 2015	(r394992)
@@ -10,6 +10,7 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Nagios plugin to check various parameters of a MySQL database
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql
 
@@ -23,6 +24,7 @@ CONFIGURE_ARGS=	--with-statefiles-dir=${
 		--with-perl=${PERL}
 
 USES=		perl5
+NO_ARCH=	yes
 
 NAGIOSUSER?=	nagios
 NAGIOSGROUP?=	nagios

Modified: head/net-mgmt/check_mysql_health/pkg-descr
==============================================================================
--- head/net-mgmt/check_mysql_health/pkg-descr	Fri Aug 21 19:20:19 2015	(r394991)
+++ head/net-mgmt/check_mysql_health/pkg-descr	Fri Aug 21 19:57:34 2015	(r394992)
@@ -1,3 +1,3 @@
 a plugin to check various parameters of a MySQL database
 
-WWW:    http://labs.consol.de/lang/en/nagios/check_mysql_health/
+WWW: http://labs.consol.de/lang/en/nagios/check_mysql_health/



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