diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2017-11-02 19:07:43 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2017-11-02 19:07:43 +0000 |
commit | 79e32f4fbaf7d5c1a4aed431fe6bccb91c7ace51 (patch) | |
tree | bfb4364c36a89190285ecd48431ffcdd078f5062 /net-mgmt/nagios-check_postgres/Makefile | |
parent | Update to 2.8.2 (diff) |
Upgrade to 2.23.0
Changes: https://github.com/bucardo/check_postgres/releases/tag/2.23.0
Notes
Notes:
svn path=/head/; revision=453374
Diffstat (limited to 'net-mgmt/nagios-check_postgres/Makefile')
-rw-r--r-- | net-mgmt/nagios-check_postgres/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/nagios-check_postgres/Makefile b/net-mgmt/nagios-check_postgres/Makefile index 7e3b49b6c34c..e94f46b9f660 100644 --- a/net-mgmt/nagios-check_postgres/Makefile +++ b/net-mgmt/nagios-check_postgres/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= check_postgres -PORTVERSION= 2.22.0 +PORTVERSION= 2.23.0 CATEGORIES= net-mgmt databases perl5 MASTER_SITES= http://bucardo.org/downloads/ PKGNAMEPREFIX= nagios- |