pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/httping



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 14 20:38:02 UTC 2017

Modified Files:
        pkgsrc/net/httping: Makefile PLIST distinfo
        pkgsrc/net/httping/patches: patch-aa

Log Message:
Updated httping to 2.5.

Changes not found.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/httping/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/httping/PLIST
cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/httping/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/httping/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/httping/Makefile
diff -u pkgsrc/net/httping/Makefile:1.24 pkgsrc/net/httping/Makefile:1.25
--- pkgsrc/net/httping/Makefile:1.24    Sat Mar  5 11:29:05 2016
+++ pkgsrc/net/httping/Makefile Mon Aug 14 20:38:02 2017
@@ -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

Index: pkgsrc/net/httping/PLIST
diff -u pkgsrc/net/httping/PLIST:1.2 pkgsrc/net/httping/PLIST:1.3
--- pkgsrc/net/httping/PLIST:1.2        Wed Jun 26 12:39:24 2013
+++ pkgsrc/net/httping/PLIST    Mon Aug 14 20:38:02 2017
@@ -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

Index: pkgsrc/net/httping/distinfo
diff -u pkgsrc/net/httping/distinfo:1.14 pkgsrc/net/httping/distinfo:1.15
--- pkgsrc/net/httping/distinfo:1.14    Wed Nov  4 00:35:04 2015
+++ pkgsrc/net/httping/distinfo Mon Aug 14 20:38:02 2017
@@ -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

Index: pkgsrc/net/httping/patches/patch-aa
diff -u pkgsrc/net/httping/patches/patch-aa:1.5 pkgsrc/net/httping/patches/patch-aa:1.6
--- pkgsrc/net/httping/patches/patch-aa:1.5     Thu Jan 29 02:27:39 2015
+++ pkgsrc/net/httping/patches/patch-aa Mon Aug 14 20:38:02 2017
@@ -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
  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



Home | Main Index | Thread Index | Old Index