ports/181716: [MAINTAINER-UPDATE] dns/knot: update to 1.3.1

Leo Vandewoestijne freebsd at dns-lab.com
Sun Sep 1 02:00:01 UTC 2013


>Number:         181716
>Category:       ports
>Synopsis:       [MAINTAINER-UPDATE] dns/knot: update to 1.3.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 01 02:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Leo Vandewoestijne
>Release:        
>Organization:
DNS-Lab
>Environment:
>Description:
Knot 1.3.0 was released, but just before I had the port ready 1.3.1 already came out.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -rupt knot.old/Makefile knot/Makefile
--- knot.old/Makefile	2013-08-31 23:11:51.000000000 +0000
+++ knot/Makefile	2013-09-01 01:38:06.000000000 +0000
@@ -2,11 +2,10 @@
 # $FreeBSD: dns/knot/Makefile 324744 2013-08-14 22:35:50Z ak $
 
 PORTNAME=       knot
-DISTVERSION=    1.3.0r1
+DISTVERSION=    1.3.1
 CATEGORIES=     dns ipv6
 MASTER_SITES=   https://secure.nic.cz/files/knot-dns/ \
-                http://www.dns-lab.com/downloads/knot-dns/
-DISTNAME=       knot-1.3.0-rc1
+                http://dns-lab.com/downloads/knot-dns/
 
 MAINTAINER=     freebsd at dns-lab.com
 COMMENT=        Knot DNS is a high performance authoritative-only DNS server
@@ -22,14 +21,14 @@ USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=   yes
 USE_OPENSSL=    yes
 GNU_CONFIGURE=  yes
-CONFIGURE_ARGS= --sysconfdir=${ETCDIR}
 
 SUB_FILES=      pkg-message
 
 USE_RC_SUBR=    ${PORTNAME}d
 
-MAN8=           knotc.8 knotd.8 kdig.8 khost.8 knsupdate.8
+MAN8=           knotc.8 knotd.8
 MAN5=           knot.conf.5
+MAN1=           kdig.1 khost.1 knsupdate.1
 
 INFO=           knot
 
diff -rupt knot.old/distinfo knot/distinfo
--- knot.old/distinfo	2013-08-31 23:11:51.000000000 +0000
+++ knot/distinfo	2013-08-31 23:20:09.000000000 +0000
@@ -1,2 +1,2 @@
-SHA256 (knot-1.3.0-rc1.tar.gz) = 7f79dd4e2cf5e4346f9571cdc6667744298b0a0e98d56655287074bac95b3a5b
-SIZE (knot-1.3.0-rc1.tar.gz) = 1157222
+SHA256 (knot-1.3.1.tar.gz) = 0a6235782d6d30c2bc4ebc7f2c0676dc89d1199f1169eb0ae4410a9284b69711
+SIZE (knot-1.3.1.tar.gz) = 1150375
diff -rupt knot.old/pkg-plist knot/pkg-plist
--- knot.old/pkg-plist	2013-08-31 23:11:51.000000000 +0000
+++ knot/pkg-plist	2013-09-01 01:50:24.000000000 +0000
@@ -4,8 +4,8 @@
 %%ETCDIR%%/example.com.zone
 %%ETCDIR%%/knot.sample.conf
 @dirrmtry %%ETCDIR%%
-sbin/kdig
-sbin/khost
+bin/kdig
+bin/khost
+bin/knsupdate
 sbin/knotc
 sbin/knotd
-sbin/knsupdate



>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list