Update sysutils/znapzend to 0.15.3
Changes since 0.15.2 include: - additional [info] and [debug] messages - fix bashism introduced in thirdparty makefile (comparing with ==) - simplifie module setup
This commit is contained in:
parent
a7b52c375b
commit
90a3a11a4f
4 changed files with 22 additions and 24 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.8 2016/02/21 15:19:59 wiedi Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2016/03/17 00:26:16 wiedi Exp $
|
||||
|
||||
DISTNAME= znapzend-0.15.2
|
||||
DISTNAME= znapzend-0.15.3
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=oetiker/}
|
||||
|
||||
|
@ -15,8 +15,6 @@ GNU_CONFIGURE= yes
|
|||
USE_LANGUAGES= # none
|
||||
USE_TOOLS+= perl gmake
|
||||
|
||||
CONFIGURE_ARGS+= --enable-pkgonly
|
||||
|
||||
TEST_TARGET= test
|
||||
|
||||
DEPENDS+= p5-Mojolicious>=6.46:../../www/p5-Mojolicious
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.9 2016/02/24 20:55:48 wiedi Exp $
|
||||
$NetBSD: distinfo,v 1.10 2016/03/17 00:26:16 wiedi Exp $
|
||||
|
||||
SHA1 (znapzend-0.15.2.tar.gz) = 3e2e6d1c3dac0e453fd2bddcb36e18c17720ff8f
|
||||
RMD160 (znapzend-0.15.2.tar.gz) = 450de7e87d87bf30ffbac221cf76c8e4190e21f9
|
||||
SHA512 (znapzend-0.15.2.tar.gz) = ff0eadee22dfec91d6d011ebb2636b7188abd00ed64267cf9773f3b34d7cc4a1046834ae0e7e41913cf5e30221e3a4e43c67d73d657cee9a7c10c64f0a5d16be
|
||||
Size (znapzend-0.15.2.tar.gz) = 142052 bytes
|
||||
SHA1 (patch-thirdparty_Makefile.in) = 76495123f4a48be24c9e65715e4314b1261eea55
|
||||
SHA1 (znapzend-0.15.3.tar.gz) = c43ded12d02914410db77162350fca489cc37d4f
|
||||
RMD160 (znapzend-0.15.3.tar.gz) = 3970722b844d82e638a81addcf3d977a47411c30
|
||||
SHA512 (znapzend-0.15.3.tar.gz) = 8f7169d5a57a47a1d35cc1ed6fc86486353f899ba3667067d8d4498ec38942bfe079777c6b8004861188cb9169fb7642d7dee20522cdd8513bf0a4e773b73787
|
||||
Size (znapzend-0.15.3.tar.gz) = 141905 bytes
|
||||
SHA1 (patch-Makefile.in) = 5ddb527ada8d3657f806d0731dd24856dde35cc7
|
||||
|
|
14
sysutils/znapzend/patches/patch-Makefile.in
Normal file
14
sysutils/znapzend/patches/patch-Makefile.in
Normal file
|
@ -0,0 +1,14 @@
|
|||
$NetBSD: patch-Makefile.in,v 1.4 2016/03/17 00:26:16 wiedi Exp $
|
||||
thirdparty deps are provided by pkgsrc
|
||||
|
||||
--- Makefile.in.orig 2016-02-25 14:00:38.000000000 +0000
|
||||
+++ Makefile.in
|
||||
@@ -314,7 +314,7 @@ top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
SUFFIXES = .1 .man .pm
|
||||
-SUBDIRS = thirdparty lib
|
||||
+SUBDIRS = lib
|
||||
BIN = bin/@PACKAGE@ bin/znapzendzetup bin/znapzendztatz
|
||||
PM := $(shell find lib/ -name "*.pm")
|
||||
MAN = man/znapzend.1 man/znapzendzetup.1 man/znapzendztatz.1
|
|
@ -1,14 +0,0 @@
|
|||
$NetBSD: patch-thirdparty_Makefile.in,v 1.1 2016/02/24 20:55:48 wiedi Exp $
|
||||
|
||||
Fix bashism
|
||||
--- thirdparty/Makefile.in.orig 2016-02-15 16:00:51.000000000 +0000
|
||||
+++ thirdparty/Makefile.in
|
||||
@@ -385,7 +385,7 @@ uninstall-am:
|
||||
|
||||
|
||||
all-local:
|
||||
- $(AM_V_GEN)[ "$(MISSING_PERL_MODULES)" == "" ] || $(GMAKE) touch
|
||||
+ $(AM_V_GEN)[ "$(MISSING_PERL_MODULES)" = "" ] || $(GMAKE) touch
|
||||
|
||||
touch: CPAN/touch ../config.status
|
||||
$(AM_V_GEN)echo $(MISSING_PERL_MODULES) | PERL_CPANM_HOME=$(THIRDPARTY_DIR) xargs $(PERL) $(THIRDPARTY_DIR)/bin/cpanm -q --notest --local-lib-contained $(THIRDPARTY_DIR) --mirror file://$(THIRDPARTY_DIR)/CPAN --mirror-only
|
Loading…
Reference in a new issue