Date: Tue, 12 Jan 2016 07:48:30 +0000 (UTC) From: Matthew Seaman <matthew@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405835 - head/net-mgmt/nagios-check_postgres Message-ID: <201601120748.u0C7mUVN087968@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: matthew Date: Tue Jan 12 07:48:30 2016 New Revision: 405835 URL: https://svnweb.freebsd.org/changeset/ports/405835 Log: Update to 2.22 - use OPTIONS_TARGETS ChangeLog: https://mail.endcrypt.com/pipermail/check_postgres-announce/2015-July/000035.html Modified: head/net-mgmt/nagios-check_postgres/Makefile head/net-mgmt/nagios-check_postgres/distinfo (contents, props changed) Modified: head/net-mgmt/nagios-check_postgres/Makefile ============================================================================== --- head/net-mgmt/nagios-check_postgres/Makefile Tue Jan 12 07:34:43 2016 (r405834) +++ head/net-mgmt/nagios-check_postgres/Makefile Tue Jan 12 07:48:30 2016 (r405835) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= check_postgres -PORTVERSION= 2.21.0 -PORTREVISION= 5 +PORTVERSION= 2.22.0 CATEGORIES= net-mgmt databases perl5 MASTER_SITES= http://bucardo.org/downloads/ PKGNAMEPREFIX= nagios- @@ -96,21 +95,19 @@ CACTI_LINKS= dbstats post-patch: ${REINPLACE_CMD} -e s,%%LOCALBASE%%,${LOCALBASE}, ${WRKSRC}/check_postgres.pl -post-install: -.if ${PORT_OPTIONS:MNAGIOS} +post-install-NAGIOS-on: @${MKDIR} ${STAGEDIR}${NAGIOS_PLUGINS} .for l in ${NAGIOS_LINKS} ${LN} -s ../../bin/check_postgres.pl \ ${STAGEDIR}${NAGIOS_PLUGINS}/check_postgres_${l} .endfor -.endif -.if ${PORT_OPTIONS:MCACTI} + +post-install-CACTI-on: @${MKDIR} ${STAGEDIR}${CACTI_SCRIPTS} .for l in ${CACTI_LINKS} ${LN} -s ../../../bin/check_postgres.pl \ ${STAGEDIR}${CACTI_SCRIPTS}/check_postgres_${l} .endfor -.endif regression-test: build @cd ${WRKSRC} && ${MAKE} test Modified: head/net-mgmt/nagios-check_postgres/distinfo ============================================================================== --- head/net-mgmt/nagios-check_postgres/distinfo Tue Jan 12 07:34:43 2016 (r405834) +++ head/net-mgmt/nagios-check_postgres/distinfo Tue Jan 12 07:48:30 2016 (r405835) @@ -1,2 +1,2 @@ -SHA256 (check_postgres-2.21.0.tar.gz) = e0fdfe9c0d8188b6bb52896c87257a35311f5aea0f0e2ce332961be034314298 -SIZE (check_postgres-2.21.0.tar.gz) = 178511 +SHA256 (check_postgres-2.22.0.tar.gz) = 29cd8ea0a0c0fcd79a1e6afb3f5a1d662c1658eef207ea89276ddb30121b85a8 +SIZE (check_postgres-2.22.0.tar.gz) = 180992
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601120748.u0C7mUVN087968>