diff options
Diffstat (limited to 'net/knot')
-rw-r--r-- | net/knot/Makefile | 6 | ||||
-rw-r--r-- | net/knot/PLIST | 4 | ||||
-rw-r--r-- | net/knot/distinfo | 10 | ||||
-rw-r--r-- | net/knot/patches/patch-Makefile.in | 16 |
4 files changed, 20 insertions, 16 deletions
diff --git a/net/knot/Makefile b/net/knot/Makefile index 4f818fb22b1..d68a60831de 100644 --- a/net/knot/Makefile +++ b/net/knot/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2014/01/27 18:41:14 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2014/01/31 22:05:43 pettai Exp $ -DISTNAME= knot-1.3.3 +DISTNAME= knot-1.4.2 CATEGORIES= net MASTER_SITES= https://secure.nic.cz/files/knot-dns/ @@ -9,6 +9,8 @@ HOMEPAGE= http://www.knot-dns.cz/ COMMENT= Knot (auth) DNS server LICENSE= gnu-gpl-v3 +FETCH_USING= curl + BUILD_DEFS+= VARBASE GNU_CONFIGURE= yes diff --git a/net/knot/PLIST b/net/knot/PLIST index 773e970d0b4..ad998ec4c8d 100644 --- a/net/knot/PLIST +++ b/net/knot/PLIST @@ -1,9 +1,11 @@ -@comment $NetBSD: PLIST,v 1.3 2013/09/13 18:14:11 pettai Exp $ +@comment $NetBSD: PLIST,v 1.4 2014/01/31 22:05:43 pettai Exp $ bin/kdig bin/khost +bin/knsec3hash bin/knsupdate man/man1/kdig.1 man/man1/khost.1 +man/man1/knsec3hash.1 man/man1/knsupdate.1 man/man5/knot.conf.5 man/man8/knotc.8 diff --git a/net/knot/distinfo b/net/knot/distinfo index e6ec59f96f0..8d223c27447 100644 --- a/net/knot/distinfo +++ b/net/knot/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.7 2013/11/09 22:17:45 pettai Exp $ +$NetBSD: distinfo,v 1.8 2014/01/31 22:05:43 pettai Exp $ -SHA1 (knot-1.3.3.tar.gz) = 150929cca943f773e413a75133a400eecd2e657f -RMD160 (knot-1.3.3.tar.gz) = e523d31b0ed2d442bacb460b041f08abddf13380 -Size (knot-1.3.3.tar.gz) = 1148233 bytes -SHA1 (patch-Makefile.in) = c2e7490ed6461ce5a5916abb86947f9d26cb174d +SHA1 (knot-1.4.2.tar.gz) = 0ac8a2ecebce8ad0a72486cb1930f51a095a8c17 +RMD160 (knot-1.4.2.tar.gz) = 2eff5fca20e031202efadaf3cb454c20f5c77312 +Size (knot-1.4.2.tar.gz) = 1365873 bytes +SHA1 (patch-Makefile.in) = f4b887475094a38c831f3832eb0b007f4a37ee77 SHA1 (patch-samples_Makefile.in) = d5d835bd11c91c046caf838b92ad56ff8290d166 diff --git a/net/knot/patches/patch-Makefile.in b/net/knot/patches/patch-Makefile.in index 888c6e789fb..d1c7dbd7522 100644 --- a/net/knot/patches/patch-Makefile.in +++ b/net/knot/patches/patch-Makefile.in @@ -1,15 +1,15 @@ -$NetBSD: patch-Makefile.in,v 1.2 2013/09/13 18:14:11 pettai Exp $ +$NetBSD: patch-Makefile.in,v 1.3 2014/01/31 22:05:44 pettai Exp $ Ignore .texi docs, as NetBSDs makeinfo isn't UTF-8 compatible ---- Makefile.in.orig 2013-08-27 11:35:02.000000000 +0000 +--- Makefile.in.orig 2014-01-27 14:03:03.000000000 +0000 +++ Makefile.in -@@ -337,7 +337,7 @@ top_build_prefix = @top_build_prefix@ +@@ -455,7 +455,7 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ ACLOCAL_AMFLAGS = -I m4 --SUBDIRS = src samples doc man -+SUBDIRS = src samples man - EXTRA_DIST = resource.sh - all: all-recursive - +-SUBDIRS = src samples doc man patches ++SUBDIRS = src samples man patches + check_LIBRARIES = tests/tap/libtap.a + AM_CPPFLAGS = \ + -I$(top_srcdir)/src \ |