diff options
author | wiz <wiz@pkgsrc.org> | 2017-08-14 20:38:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-08-14 20:38:02 +0000 |
commit | e45f53eb5a35318a78820ae928afe201c690d123 (patch) | |
tree | 23701202599a5890a184dca97514c7ad4179ff5b /net/httping | |
parent | 16db5b92be4e45b5c9778fcca4845b59e99b7763 (diff) | |
download | pkgsrc-e45f53eb5a35318a78820ae928afe201c690d123.tar.gz |
Updated httping to 2.5.
Changes not found.
Diffstat (limited to 'net/httping')
-rw-r--r-- | net/httping/Makefile | 5 | ||||
-rw-r--r-- | net/httping/PLIST | 4 | ||||
-rw-r--r-- | net/httping/distinfo | 12 | ||||
-rw-r--r-- | net/httping/patches/patch-aa | 14 |
4 files changed, 18 insertions, 17 deletions
diff --git a/net/httping/Makefile b/net/httping/Makefile index cadaf2b4495..a761fa7d58f 100644 --- a/net/httping/Makefile +++ b/net/httping/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2016/03/05 11:29:05 jperkin Exp $ +# $NetBSD: Makefile,v 1.25 2017/08/14 20:38:02 wiz Exp $ -DISTNAME= httping-2.4 -PKGREVISION= 1 +DISTNAME= httping-2.5 CATEGORIES= net MASTER_SITES= http://www.vanheusden.com/httping/ EXTRACT_SUFX= .tgz diff --git a/net/httping/PLIST b/net/httping/PLIST index fdb700c795d..a65590b44b6 100644 --- a/net/httping/PLIST +++ b/net/httping/PLIST @@ -1,8 +1,10 @@ -@comment $NetBSD: PLIST,v 1.2 2013/06/26 12:39:24 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.3 2017/08/14 20:38:02 wiz Exp $ bin/httping man/man1/httping.1 man/nl/man1/httping-nl.1 +man/ru/man1/httping-ru.1 share/doc/httping/license.OpenSSL share/doc/httping/license.txt share/doc/httping/readme.txt share/locale/nl/LC_MESSAGES/httping.mo +share/locale/ru/LC_MESSAGES/httping.mo diff --git a/net/httping/distinfo b/net/httping/distinfo index a3351f3a899..1ee16333481 100644 --- a/net/httping/distinfo +++ b/net/httping/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.14 2015/11/04 00:35:04 agc Exp $ +$NetBSD: distinfo,v 1.15 2017/08/14 20:38:02 wiz Exp $ -SHA1 (httping-2.4.tgz) = 3e434b2f07842b802e4da14227d3c4fd1f7a0ef7 -RMD160 (httping-2.4.tgz) = cb40c53fa207bd3538b8843ce4a3e99980595a81 -SHA512 (httping-2.4.tgz) = 11d9e9e3b222548c9754cc0e7bf947f1a55ccc9f1a2401681f95d21b7b7a56c07665955b558a56d07a5c98497ea3644758e4f85006c42fda2134556be8d9e804 -Size (httping-2.4.tgz) = 54170 bytes -SHA1 (patch-aa) = 0ebe9cdbb96d9807bd785cd475424a2e1e8e5726 +SHA1 (httping-2.5.tgz) = f53b0c8d4fe4020028f62dc43289beab78eebcfb +RMD160 (httping-2.5.tgz) = f0154ece513637c3334dc2852a9435292996f00a +SHA512 (httping-2.5.tgz) = 397ce2eac91c9aede0eb19823bfca4e7f98c263937f5954c8a48d5248a251d2030e31f18decb7f7f8b0118ec0e16ec0a84ea4c943ccde7056b80de162954c355 +Size (httping-2.5.tgz) = 71400 bytes +SHA1 (patch-aa) = 23f49d85b41dc444bb64ae6180db80c979ff3024 SHA1 (patch-main.c) = c28d784334295e3f0e8231d530fa912c11842d52 diff --git a/net/httping/patches/patch-aa b/net/httping/patches/patch-aa index fba296b8c08..4c29e9ffa1e 100644 --- a/net/httping/patches/patch-aa +++ b/net/httping/patches/patch-aa @@ -1,11 +1,11 @@ -$NetBSD: patch-aa,v 1.5 2015/01/29 02:27:39 mef Exp $ +$NetBSD: patch-aa,v 1.6 2017/08/14 20:38:02 wiz Exp $ * Fix man page directory for pkgsrc. * Create nls directory before installation. ---- Makefile.orig 2014-02-04 05:17:29.000000000 +0900 -+++ Makefile 2015-01-29 11:16:49.000000000 +0900 -@@ -42,7 +42,7 @@ LDFLAGS+=-lm +--- Makefile.orig 2016-09-12 07:45:50.000000000 +0000 ++++ Makefile +@@ -41,7 +41,7 @@ LDFLAGS+=-lm PACKAGE=$(TARGET)-$(VERSION) PREFIX?=/usr BINDIR=$(PREFIX)/bin @@ -14,12 +14,12 @@ $NetBSD: patch-aa,v 1.5 2015/01/29 02:27:39 mef Exp $ DOCDIR=$(PREFIX)/share/doc/$(TARGET) INSTALL=install -@@ -116,7 +116,7 @@ install: $(TARGET) $(TRANSLATIONS) +@@ -118,7 +118,7 @@ install: $(TARGET) $(TRANSLATIONS) ifneq ($(DEBUG),yes) $(STRIP) $(DESTDIR)/$(BINDIR)/$(TARGET) endif - mkdir -p $(DESTDIR)/$(PREFIX)/share/locale/nl/LC_MESSAGES + ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/locale/nl/LC_MESSAGES cp nl.mo $(DESTDIR)/$(PREFIX)/share/locale/nl/LC_MESSAGES/httping.mo - - makefile.inc: + mkdir -p $(DESTDIR)/$(PREFIX)/share/locale/ru/LC_MESSAGES + cp ru.mo $(DESTDIR)/$(PREFIX)/share/locale/ru/LC_MESSAGES/httping.mo |