ports/176287: [maintainer] net-mgmt/percona-monitoring-plugins - update to 1.0.2
Alexey V. Degtyarev
alexey at renatasystems.org
Wed Feb 20 10:10:01 UTC 2013
>Number: 176287
>Category: ports
>Synopsis: [maintainer] net-mgmt/percona-monitoring-plugins - update to 1.0.2
>Confidential: no
>Severity: serious
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Wed Feb 20 10:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Alexey V. Degtyarev
>Release: FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD home.renatasystems.org 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Mon Jan 30 09:54:00 UTC 2012 root at amd64-builder.renatasystems.org:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
This will update net-mgmt/percona-monitoring-plugins to 1.0.2.
Changes from previous version:
* Added "Disk IOPS" graph to Cacti Linux Templates
* Created Debian and RPM packages
* Bugfixes
Full changelog:
http://www.percona.com/doc/percona-monitoring-plugins/changelog.html
>How-To-Repeat:
>Fix:
--- percona-monitoring-plugins.diff begins here ---
Index: percona-monitoring-plugins/distinfo
===================================================================
--- percona-monitoring-plugins/distinfo (revision 312295)
+++ percona-monitoring-plugins/distinfo (working copy)
@@ -1,2 +1,2 @@
-SHA256 (percona-monitoring-plugins-1.0.1.tar.gz) = 22f1992586e4e136101becedf3b0a1ebf1f46fc450ca805962282d46c6dde215
-SIZE (percona-monitoring-plugins-1.0.1.tar.gz) = 318149
+SHA256 (percona-monitoring-plugins-1.0.2.tar.gz) = da84cfe89637292da15ddb1e66f67ad9703fa21392d8d49e664ad08f7aa45585
+SIZE (percona-monitoring-plugins-1.0.2.tar.gz) = 317455
Index: percona-monitoring-plugins/pkg-plist
===================================================================
--- percona-monitoring-plugins/pkg-plist (revision 312295)
+++ percona-monitoring-plugins/pkg-plist (working copy)
@@ -12,7 +12,6 @@
bin/pmp-check-mysql-replication-delay
bin/pmp-check-mysql-replication-running
bin/pmp-check-mysql-status
-bin/pmp-check-mysql-status.~1~
bin/pmp-check-pt-table-checksum
bin/pmp-check-unix-memory
share/cacti/scripts/ss_get_by_ssh.php
@@ -27,15 +26,15 @@
%%DATADIR%%/cacti/definitions/openvz.def
%%DATADIR%%/cacti/definitions/redis.def
%%DATADIR%%/cacti/misc/jmx-monitor.xml
-%%DATADIR%%/cacti/templates/cacti_host_template_percona_apache_server_ht_0.8.6i-sver1.0.1.xml
-%%DATADIR%%/cacti/templates/cacti_host_template_percona_gnu_linux_server_ht_0.8.6i-sver1.0.1.xml
-%%DATADIR%%/cacti/templates/cacti_host_template_percona_jmx_server_ht_0.8.6i-sver1.0.1.xml
-%%DATADIR%%/cacti/templates/cacti_host_template_percona_memcached_server_ht_0.8.6i-sver1.0.1.xml
-%%DATADIR%%/cacti/templates/cacti_host_template_percona_mongodb_server_ht_0.8.6i-sver1.0.1.xml
-%%DATADIR%%/cacti/templates/cacti_host_template_percona_mysql_server_ht_0.8.6i-sver1.0.1.xml
-%%DATADIR%%/cacti/templates/cacti_host_template_percona_nginx_server_ht_0.8.6i-sver1.0.1.xml
-%%DATADIR%%/cacti/templates/cacti_host_template_percona_openvz_server_ht_0.8.6i-sver1.0.1.xml
-%%DATADIR%%/cacti/templates/cacti_host_template_percona_redis_server_ht_0.8.6i-sver1.0.1.xml
+%%DATADIR%%/cacti/templates/cacti_host_template_percona_apache_server_ht_0.8.6i-sver1.0.2.xml
+%%DATADIR%%/cacti/templates/cacti_host_template_percona_gnu_linux_server_ht_0.8.6i-sver1.0.2.xml
+%%DATADIR%%/cacti/templates/cacti_host_template_percona_jmx_server_ht_0.8.6i-sver1.0.2.xml
+%%DATADIR%%/cacti/templates/cacti_host_template_percona_memcached_server_ht_0.8.6i-sver1.0.2.xml
+%%DATADIR%%/cacti/templates/cacti_host_template_percona_mongodb_server_ht_0.8.6i-sver1.0.2.xml
+%%DATADIR%%/cacti/templates/cacti_host_template_percona_mysql_server_ht_0.8.6i-sver1.0.2.xml
+%%DATADIR%%/cacti/templates/cacti_host_template_percona_nginx_server_ht_0.8.6i-sver1.0.2.xml
+%%DATADIR%%/cacti/templates/cacti_host_template_percona_openvz_server_ht_0.8.6i-sver1.0.2.xml
+%%DATADIR%%/cacti/templates/cacti_host_template_percona_redis_server_ht_0.8.6i-sver1.0.2.xml
@dirrm %%DATADIR%%/cacti/templates
@dirrm %%DATADIR%%/cacti/misc
@dirrm %%DATADIR%%/cacti/definitions
Index: percona-monitoring-plugins/Makefile
===================================================================
--- percona-monitoring-plugins/Makefile (revision 312295)
+++ percona-monitoring-plugins/Makefile (working copy)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= percona-monitoring-plugins
-PORTVERSION= 1.0.1
+PORTVERSION= 1.0.2
CATEGORIES= net-mgmt
MASTER_SITES= http://www.percona.com/downloads/percona-monitoring-plugins/ \
ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
@@ -27,12 +27,12 @@
CACTIDIR?= share/cacti
-.if !defined(NOPORTDOCS)
+.if !empty(PORT_OPTIONS:MDOCS)
PORTDOCS= Changelog
.endif
do-install:
-.if !defined(NOPORTDOCS)
+.if !empty(PORT_OPTIONS:MDOCS)
${MKDIR} ${DOCSDIR}
.for doc in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}/${doc}
--- percona-monitoring-plugins.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list