diff options
author | mef <mef@pkgsrc.org> | 2015-01-29 02:27:39 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-01-29 02:27:39 +0000 |
commit | 23ff72956e4f5ba4c453a189e882339f16b21d62 (patch) | |
tree | df8909516c52cf954721ca463939d248a0a0cbeb /net/httping | |
parent | 21c356a366e999a0113e328bc9c4d7e68df10a41 (diff) | |
download | pkgsrc-23ff72956e4f5ba4c453a189e882339f16b21d62.tar.gz |
Update 2.3.3 to 2.3.4
---------------------
Explicit ChangeLog or Release Note not found, but
- option -6 is added for IPv6 (default is IPv4)
- sun (__sun) support for termios.h seems added
Diffstat (limited to 'net/httping')
-rw-r--r-- | net/httping/Makefile | 5 | ||||
-rw-r--r-- | net/httping/distinfo | 10 | ||||
-rw-r--r-- | net/httping/patches/patch-aa | 9 |
3 files changed, 12 insertions, 12 deletions
diff --git a/net/httping/Makefile b/net/httping/Makefile index c140e82c4f1..2097352cba9 100644 --- a/net/httping/Makefile +++ b/net/httping/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2014/02/18 12:13:01 jperkin Exp $ +# $NetBSD: Makefile,v 1.21 2015/01/29 02:27:39 mef Exp $ -DISTNAME= httping-2.3.3 -PKGREVISION= 1 +DISTNAME= httping-2.3.4 CATEGORIES= net MASTER_SITES= http://www.vanheusden.com/httping/ EXTRACT_SUFX= .tgz diff --git a/net/httping/distinfo b/net/httping/distinfo index c575a5ba7b4..acab06ea988 100644 --- a/net/httping/distinfo +++ b/net/httping/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.11 2014/02/18 12:13:01 jperkin Exp $ +$NetBSD: distinfo,v 1.12 2015/01/29 02:27:39 mef Exp $ -SHA1 (httping-2.3.3.tgz) = 6b9e77039346388e2b02dbb1d60f7422e7133488 -RMD160 (httping-2.3.3.tgz) = 204a9ddff58086434c1f5c608a0f5360747fb9bb -Size (httping-2.3.3.tgz) = 54376 bytes -SHA1 (patch-aa) = 72c327379b1cbe3cae7436e09ccee53f9277652d +SHA1 (httping-2.3.4.tgz) = 5306d9b56ea89f7c39ee4729c2bbb6d0d867f310 +RMD160 (httping-2.3.4.tgz) = c62cf28d936ad32517b09781e6a9163cdf46afad +Size (httping-2.3.4.tgz) = 53928 bytes +SHA1 (patch-aa) = 0ebe9cdbb96d9807bd785cd475424a2e1e8e5726 SHA1 (patch-main.c) = c28d784334295e3f0e8231d530fa912c11842d52 diff --git a/net/httping/patches/patch-aa b/net/httping/patches/patch-aa index 7aa507e68b6..fba296b8c08 100644 --- a/net/httping/patches/patch-aa +++ b/net/httping/patches/patch-aa @@ -1,10 +1,10 @@ -$NetBSD: patch-aa,v 1.4 2013/06/26 12:39:24 ryoon Exp $ +$NetBSD: patch-aa,v 1.5 2015/01/29 02:27:39 mef Exp $ * Fix man page directory for pkgsrc. * Create nls directory before installation. ---- Makefile.orig 2013-06-07 13:18:52.000000000 +0000 -+++ Makefile +--- 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 PACKAGE=$(TARGET)-$(VERSION) PREFIX?=/usr @@ -14,10 +14,11 @@ $NetBSD: patch-aa,v 1.4 2013/06/26 12:39:24 ryoon Exp $ DOCDIR=$(PREFIX)/share/doc/$(TARGET) INSTALL=install -@@ -116,6 +116,7 @@ install: $(TARGET) $(TRANSLATIONS) +@@ -116,7 +116,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 |