summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorwiedi <wiedi>2015-11-25 23:45:10 +0000
committerwiedi <wiedi>2015-11-25 23:45:10 +0000
commitabcd54fda37f1282dbec622e27d1310573022759 (patch)
tree81e0638b095a0e5ec54072bc85967942923017c8 /sysutils
parent86c22da5a061cd64474de21943cf7eb1c08942b9 (diff)
downloadpkgsrc-abcd54fda37f1282dbec622e27d1310573022759.tar.gz
Update sysutils/znapzend to 0.14.1
Changelog: - improved documentation on DST field names - add notes on HUP signal in documentation - fix dataset queries - fix recheck handling for offline destinations - fixed logging - made regexps locale safe - allow . and - in userproperties
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/znapzend/Makefile5
-rw-r--r--sysutils/znapzend/distinfo13
-rw-r--r--sysutils/znapzend/patches/patch-Makefile.in15
-rw-r--r--sysutils/znapzend/patches/patch-configure19
-rw-r--r--sysutils/znapzend/patches/patch-lib_Makefile.in15
5 files changed, 39 insertions, 28 deletions
diff --git a/sysutils/znapzend/Makefile b/sysutils/znapzend/Makefile
index d32ddbf5e5c..6a728149016 100644
--- a/sysutils/znapzend/Makefile
+++ b/sysutils/znapzend/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2015/06/12 10:51:19 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2015/11/25 23:45:10 wiedi Exp $
-DISTNAME= znapzend-0.14.0
-PKGREVISION= 1
+DISTNAME= znapzend-0.14.1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=oetiker/}
GITHUB_TAG= v${PKGVERSION_NOREV}
diff --git a/sysutils/znapzend/distinfo b/sysutils/znapzend/distinfo
index 4828848bef5..bc780de272c 100644
--- a/sysutils/znapzend/distinfo
+++ b/sysutils/znapzend/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.5 2015/11/04 01:32:42 agc Exp $
+$NetBSD: distinfo,v 1.6 2015/11/25 23:45:10 wiedi Exp $
-SHA1 (znapzend-0.14.0.tar.gz) = 0435c788fe0a32767c43c1c79837a5e72e4d6f14
-RMD160 (znapzend-0.14.0.tar.gz) = c499a70cd117376e3577c22cc7bd9668bf4038b2
-SHA512 (znapzend-0.14.0.tar.gz) = 76e118c49c365b383d20a2bdc394f818c1149ab6894d21eb334296bff44bb9dd0499502a612f999600fc34d6cca1958ebe2c704ccda90f3b4cc5325854bf11ba
-Size (znapzend-0.14.0.tar.gz) = 134792 bytes
-SHA1 (patch-configure) = 2aea161065807a38db3d38bc306acc9e37d51aac
+SHA1 (znapzend-0.14.1.tar.gz) = 5ca2f8255433c54b39ac4c36317a28f2a170df0d
+RMD160 (znapzend-0.14.1.tar.gz) = 5c596b29f92190f811226b51d41b76a0c66972e3
+SHA512 (znapzend-0.14.1.tar.gz) = aef7c22eabe8afe21e28a839c27aed0aa6ba6025f3c61a897b77609f64280cdc10ead1a813ea5fe4b47831a7a679ce15bea2ca3890885eb2b6091c4f53dad604
+Size (znapzend-0.14.1.tar.gz) = 137009 bytes
+SHA1 (patch-Makefile.in) = 58f6f3a8081b8c756f619f2e40eee2a3740c9a16
+SHA1 (patch-lib_Makefile.in) = 879ab9ac43781e270e40eb92d236e915a9e14c8e
diff --git a/sysutils/znapzend/patches/patch-Makefile.in b/sysutils/znapzend/patches/patch-Makefile.in
new file mode 100644
index 00000000000..453a91577b0
--- /dev/null
+++ b/sysutils/znapzend/patches/patch-Makefile.in
@@ -0,0 +1,15 @@
+$NetBSD: patch-Makefile.in,v 1.1 2015/11/25 23:45:10 wiedi Exp $
+
+There is no thirdparty stuff to install
+
+--- Makefile.in.orig 2015-10-12 06:53:47.000000000 +0000
++++ Makefile.in
+@@ -906,7 +906,7 @@ install-exec-hook:
+ $(AM_V_GEN)[ "$(PERL5LIB)" == "" ] || cd "$(DESTDIR)$(exec_prefix)" && $(PERL) -i -p -e 's{.*# PERL5LIB}{use lib qw($(PERL5LIB)); # PERL5LIB}' $(BIN)
+ $(AM_V_GEN)cd "$(DESTDIR)$(exec_prefix)" && $(PERL) -i -p -e 's{.*# LIBDIR}{use lib qw($(libdir)); # LIBDIR}' $(BIN)
+ $(AM_V_GEN)cd "$(DESTDIR)$(exec_prefix)" && $(PERL) -i -p -e 's{^#!.*perl.*}{#!$(PERL)};' $(BIN)
+- $(AM_V_GEN)cp -fr $(THIRDPARTY_DIR)/lib/perl5/* $(DESTDIR)$(libdir)
++ #$(AM_V_GEN)cp -fr $(THIRDPARTY_DIR)/lib/perl5/* $(DESTDIR)$(libdir)
+
+ dist-hook: $(POD) $(MAN) CHANGES
+ $(AM_V_GEN)cd $(distdir) && $(PERL) -i -p -e '"$(PACKAGE_VERSION)" =~ /(\d+)\.(\d+)\.(\d+)/ and $$v = sprintf("%d.%03d%03d",$$1,$$2,$$3) and s/^\$$VERSION\s+=\s+".+?"/\$$VERSION = "$$d"/;' $(BIN)
diff --git a/sysutils/znapzend/patches/patch-configure b/sysutils/znapzend/patches/patch-configure
deleted file mode 100644
index acacab4d26b..00000000000
--- a/sysutils/znapzend/patches/patch-configure
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-configure,v 1.1 2015/01/17 18:53:48 wiedi Exp $
-
-install man pages to the correct location
---- configure.orig 2014-12-16 22:48:06.000000000 +0000
-+++ configure
-@@ -2542,11 +2542,11 @@ if test x$exec_prefix = xNONE; then
- exec_prefix=$actual_prefix
- fi
-
--if test x$datarootdir=x'${prefix}/share'; then
-+if test "x$datarootdir" = "x${prefix}/share"; then
- datarootdir=$actual_prefix/share
- fi
-
--if test x$mandir=x'${datarootdir}/man'; then
-+if test "x$mandir" = "x${datarootdir}/man"; then
- mandir=$datarootdir/man
- fi
-
diff --git a/sysutils/znapzend/patches/patch-lib_Makefile.in b/sysutils/znapzend/patches/patch-lib_Makefile.in
new file mode 100644
index 00000000000..568ae3c07fe
--- /dev/null
+++ b/sysutils/znapzend/patches/patch-lib_Makefile.in
@@ -0,0 +1,15 @@
+$NetBSD: patch-lib_Makefile.in,v 1.1 2015/11/25 23:45:10 wiedi Exp $
+
+Extra slash confuses OSX
+
+--- lib/Makefile.in.orig 2015-10-12 06:53:47.000000000 +0000
++++ lib/Makefile.in
+@@ -236,7 +236,7 @@ target_alias = @target_alias@
+ top_build_prefix = @top_build_prefix@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+-PM := $(shell find ./ -name "*.pm")
++PM := $(shell find . -name "*.pm")
+ nobase_data_DATA = $(PM)
+ all: all-am
+