summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authormanu <manu>2017-03-09 23:47:47 +0000
committermanu <manu>2017-03-09 23:47:47 +0000
commit2ed4ef4867743da80af114fd05ceeb381600e5ef (patch)
treeffc9f82c7ddbc3200deffedfa9c8271a8f54b841 /net
parente6925aefcd51b4ef3affe08831ba3312be32ab37 (diff)
downloadpkgsrc-2ed4ef4867743da80af114fd05ceeb381600e5ef.tar.gz
Updated net/nagios-plugin-dotpid net/nagios-plugin-dumpdates
and net/nagios-plugin-milter net/nagios-plugin-syncrepl: build fixes for portability problems reported by Alberto Mijares
Diffstat (limited to 'net')
-rw-r--r--net/nagios-plugin-dotpid/Makefile4
-rw-r--r--net/nagios-plugin-dotpid/distinfo11
-rw-r--r--net/nagios-plugin-dotpid/patches/patch-check__dotpid.c14
-rw-r--r--net/nagios-plugin-dumpdates/Makefile4
-rw-r--r--net/nagios-plugin-dumpdates/distinfo10
-rw-r--r--net/nagios-plugin-milter/Makefile4
-rw-r--r--net/nagios-plugin-milter/distinfo10
-rw-r--r--net/nagios-plugin-syncrepl/Makefile4
-rw-r--r--net/nagios-plugin-syncrepl/distinfo10
9 files changed, 28 insertions, 43 deletions
diff --git a/net/nagios-plugin-dotpid/Makefile b/net/nagios-plugin-dotpid/Makefile
index 076c0780067..4e81e313b96 100644
--- a/net/nagios-plugin-dotpid/Makefile
+++ b/net/nagios-plugin-dotpid/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2015/09/14 13:46:25 manu Exp $
+# $NetBSD: Makefile,v 1.5 2017/03/09 23:47:47 manu Exp $
#
PKGNAME= nagios-plugin-dotpid-${DISTNAME:C/.*-//}
-DISTNAME= check_dotpid-0.4
+DISTNAME= check_dotpid-0.5
CATEGORIES= net
MASTER_SITES= http://ftp.espci.fr/pub/nagios-local/
EXTRACT_SUFX= .tgz
diff --git a/net/nagios-plugin-dotpid/distinfo b/net/nagios-plugin-dotpid/distinfo
index 9ee5b8f26f3..ac1dc858f17 100644
--- a/net/nagios-plugin-dotpid/distinfo
+++ b/net/nagios-plugin-dotpid/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.5 2017/03/09 18:39:15 maya Exp $
+$NetBSD: distinfo,v 1.6 2017/03/09 23:47:47 manu Exp $
-SHA1 (check_dotpid-0.4.tgz) = c75715fc43c9bc11070f9c60fec13845dc4747ac
-RMD160 (check_dotpid-0.4.tgz) = 5daa58b9d4bae6cf59010bb652e5441a58cea52e
-SHA512 (check_dotpid-0.4.tgz) = 8a1816a0a5934ee80a035924a2dc0c5b374102b37bec14087b271e01c505c9149037c74590e86ac6b46d88b8be5b922a42e8958ebd28e2a0ac8dbcc6d73910c8
-Size (check_dotpid-0.4.tgz) = 2258 bytes
-SHA1 (patch-check__dotpid.c) = 5c667d01a206b19d3af1018cbdeb8c61b56bbfd7
+SHA1 (check_dotpid-0.5.tgz) = 3be1b20e41e10483dee09f664926aab4eee89afe
+RMD160 (check_dotpid-0.5.tgz) = 56b9f3342d8a7d9b27fb87919066a3cc66c9d19b
+SHA512 (check_dotpid-0.5.tgz) = ec6a07f6fb73e416a6483405c1919e697a4b1ff84a5a4ef0a8ca064a5c03c4e401d3c6dc78aee0a3c9c56a465a4a34011f882220499a0a3a8aba963682a21a52
+Size (check_dotpid-0.5.tgz) = 2272 bytes
diff --git a/net/nagios-plugin-dotpid/patches/patch-check__dotpid.c b/net/nagios-plugin-dotpid/patches/patch-check__dotpid.c
deleted file mode 100644
index cda0e9510be..00000000000
--- a/net/nagios-plugin-dotpid/patches/patch-check__dotpid.c
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-check__dotpid.c,v 1.1 2017/03/09 18:39:15 maya Exp $
-
-Missing header on FreeBSD. PR pkg/52055
-
---- check_dotpid.c.orig 2015-08-16 03:22:35.000000000 +0000
-+++ check_dotpid.c
-@@ -40,6 +40,7 @@
- #include <time.h>
- #include <paths.h>
- #include <sys/param.h>
-+#include <unistd.h>
-
- #ifndef STATE_OK
- #define STATE_OK 0
diff --git a/net/nagios-plugin-dumpdates/Makefile b/net/nagios-plugin-dumpdates/Makefile
index 3a01d68da39..24af3382dc6 100644
--- a/net/nagios-plugin-dumpdates/Makefile
+++ b/net/nagios-plugin-dumpdates/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2015/04/03 18:04:56 rodent Exp $
+# $NetBSD: Makefile,v 1.4 2017/03/09 23:47:47 manu Exp $
#
PKGNAME= nagios-plugin-dumpdates-${DISTNAME:C/.*-//}
-DISTNAME= check_dumpdates-0.2
+DISTNAME= check_dumpdates-0.3
CATEGORIES= net
MASTER_SITES= http://ftp.espci.fr/pub/nagios-local/
EXTRACT_SUFX= .tgz
diff --git a/net/nagios-plugin-dumpdates/distinfo b/net/nagios-plugin-dumpdates/distinfo
index b3dfa311202..023e41e2afd 100644
--- a/net/nagios-plugin-dumpdates/distinfo
+++ b/net/nagios-plugin-dumpdates/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/11/04 00:35:13 agc Exp $
+$NetBSD: distinfo,v 1.4 2017/03/09 23:47:47 manu Exp $
-SHA1 (check_dumpdates-0.2.tgz) = 012ed8856ca23ba7cdf19d467eb97e95143b4fea
-RMD160 (check_dumpdates-0.2.tgz) = 84a2075b9d74007f149d641004bcfbec7e2eaea7
-SHA512 (check_dumpdates-0.2.tgz) = a50858dab9aff0eb3f1851d54d15d45207cef707f02b142878ad06750fd99fc0b50c914f04c10349ae29664fa607e6b3d811696abfa80f196c6ddafcf5619eac
-Size (check_dumpdates-0.2.tgz) = 2367 bytes
+SHA1 (check_dumpdates-0.3.tgz) = ee94dda9b10a9671e1dbdb35793295dd95fbe981
+RMD160 (check_dumpdates-0.3.tgz) = 732437bad54e7a011a8a5e66bf97ee0b7610ae9f
+SHA512 (check_dumpdates-0.3.tgz) = e74bad39df99391565ba541b2715270a03a14772c86712d95a73c932e5d17294745adcceb2fb26080300d56b5aebdb1301b3903faad961103590cc5d97f3615f
+Size (check_dumpdates-0.3.tgz) = 2387 bytes
diff --git a/net/nagios-plugin-milter/Makefile b/net/nagios-plugin-milter/Makefile
index bf9255ef819..f2674953b95 100644
--- a/net/nagios-plugin-milter/Makefile
+++ b/net/nagios-plugin-milter/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2013/10/01 03:37:15 manu Exp $
+# $NetBSD: Makefile,v 1.2 2017/03/09 23:47:47 manu Exp $
#
PKGNAME= nagios-plugin-milter-${DISTNAME:C/.*-//}
-DISTNAME= check_milter-0.1
+DISTNAME= check_milter-0.2
CATEGORIES= net
MASTER_SITES= http://ftp.espci.fr/pub/nagios-local/
EXTRACT_SUFX= .tgz
diff --git a/net/nagios-plugin-milter/distinfo b/net/nagios-plugin-milter/distinfo
index f38359caa49..d013b7e9b46 100644
--- a/net/nagios-plugin-milter/distinfo
+++ b/net/nagios-plugin-milter/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 00:35:13 agc Exp $
+$NetBSD: distinfo,v 1.3 2017/03/09 23:47:47 manu Exp $
-SHA1 (check_milter-0.1.tgz) = f38b3add748f67740a0479b68ec78961d0afef85
-RMD160 (check_milter-0.1.tgz) = 41ded84d1cf89d478d6dfd3337dbd079251cb116
-SHA512 (check_milter-0.1.tgz) = c24f987c57d40e34c346b73e82bb88d0dd931ba2f4d2271d65dea964b114ed9dd5a67ea7acac7d5c4e9ea5e53a94c35f4e75bde331a71c4afdb73d2797bc5d6f
-Size (check_milter-0.1.tgz) = 1900 bytes
+SHA1 (check_milter-0.2.tgz) = 163a5fbef0c27e8ea20ed67d34d6b5faa65f5a76
+RMD160 (check_milter-0.2.tgz) = 0ee5eb5210c018140d2ca37bdb0bfb8d43769292
+SHA512 (check_milter-0.2.tgz) = 686f69fe8cf9978cd4e09ca6920ffc5fd9f088cc9a2a3f340250c6f78f8e3b11980d8f678d848916e7be4803f7652c8b32a96530123e2824cd7a49174526be71
+Size (check_milter-0.2.tgz) = 1915 bytes
diff --git a/net/nagios-plugin-syncrepl/Makefile b/net/nagios-plugin-syncrepl/Makefile
index bbe8c066f35..bccfec47859 100644
--- a/net/nagios-plugin-syncrepl/Makefile
+++ b/net/nagios-plugin-syncrepl/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2015/03/22 19:51:06 rodent Exp $
+# $NetBSD: Makefile,v 1.3 2017/03/09 23:47:47 manu Exp $
#
PKGNAME= nagios-plugin-syncrepl-${DISTNAME:C/.*-//}
-DISTNAME= check_syncrepl-0.1
+DISTNAME= check_syncrepl-0.2
CATEGORIES= net
MASTER_SITES= http://ftp.espci.fr/pub/nagios-local/
EXTRACT_SUFX= .tgz
diff --git a/net/nagios-plugin-syncrepl/distinfo b/net/nagios-plugin-syncrepl/distinfo
index 39e7209de39..cc3e98c9f52 100644
--- a/net/nagios-plugin-syncrepl/distinfo
+++ b/net/nagios-plugin-syncrepl/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 00:35:14 agc Exp $
+$NetBSD: distinfo,v 1.3 2017/03/09 23:47:47 manu Exp $
-SHA1 (check_syncrepl-0.1.tgz) = 68108649c9cb6bffde09ada358f5e457e4e6e554
-RMD160 (check_syncrepl-0.1.tgz) = aab4cf48d2eae2eacc2e00cd24237f7ddb727fc5
-SHA512 (check_syncrepl-0.1.tgz) = 083172337c58cc3b4bb14f8f9883a0c4c357623fa17eb1489e3e552786c9c2abd2b3d9dc79417708144c37b3c4a916d4261cba793f4db7beea9e90f85f5c4311
-Size (check_syncrepl-0.1.tgz) = 2129 bytes
+SHA1 (check_syncrepl-0.2.tgz) = 3a3fbc78b5d3c773caa6fa09f70c26624ca13317
+RMD160 (check_syncrepl-0.2.tgz) = abfaee485d697e35d173b5c68c4bf6e22ef68175
+SHA512 (check_syncrepl-0.2.tgz) = 8ea177dfd4c81558a2403a95a491e4e4582b23dc10dc647c286f615631dd45dcaceb6b1e458feb8fc5a861bb44b3832971f5aa18bb2598ac96ee8836699acb5f
+Size (check_syncrepl-0.2.tgz) = 2152 bytes