ports/167241: [MAINTAINER-UPDATE] dns/knot: update from 1.0.1 to 1.0.3

Leo Vandewoestijne freebsd at dns-lab.com
Mon Apr 23 18:20:04 UTC 2012


>Number:         167241
>Category:       ports
>Synopsis:       [MAINTAINER-UPDATE] dns/knot: update from 1.0.1 to 1.0.3
>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:   Mon Apr 23 18:20:04 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Leo Vandewoestijne
>Release:        
>Organization:
DNS-Lab
>Environment:
>Description:
Knot DNS was updated (or actually twice already), and so I'd like to update the port accordingly.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ru knot.orig/Makefile knot/Makefile
--- knot.orig/Makefile	2012-03-17 12:44:20.000000000 +0000
+++ knot/Makefile	2012-04-23 15:02:13.000000000 +0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	knot
-PORTVERSION=	1.0.1
-PORTREVISION=	1
+PORTVERSION=	1.0.3
 CATEGORIES=	dns ipv6
 MASTER_SITES=	http://public.nic.cz/files/knot-dns/ \
 		http://www.dns-lab.com/downloads/knot-dns/
@@ -40,9 +39,6 @@
 	@${MKDIR} ${ETCDIR}
 	@${INSTALL_DATA} ${WRKSRC}/samples/knot.min.conf ${ETCDIR}
 	@${INSTALL_DATA} ${WRKSRC}/samples/knot.full.conf ${ETCDIR}
-	@if [ ! -f ${ETCDIR}/knot.conf ]; then \
-		${INSTALL_DATA} ${ETCDIR}/knot.min.conf ${ETCDIR}/knot.conf; \
-	fi
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
 	@${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
diff -ru knot.orig/distinfo knot/distinfo
--- knot.orig/distinfo	2012-03-14 21:41:59.000000000 +0000
+++ knot/distinfo	2012-04-23 11:36:34.000000000 +0000
@@ -1,2 +1,2 @@
-SHA256 (knot-1.0.1.tar.gz) = 0c18dd3c72a1d2df7708d45c638c83cf8a7a5b7ceafdb7c3350bebb2ca258f93
-SIZE (knot-1.0.1.tar.gz) = 1052858
+SHA256 (knot-1.0.3.tar.gz) = a9950727cbeff91ccccc2978c4dee9afbc30904006871ac53dba70b7e1c23513
+SIZE (knot-1.0.3.tar.gz) = 1066720
Only in knot.orig/files: patch-configure
diff -ru knot.orig/files/pkg-message.in knot/files/pkg-message.in
--- knot.orig/files/pkg-message.in	2012-03-17 12:44:20.000000000 +0000
+++ knot/files/pkg-message.in	2012-04-23 14:50:18.000000000 +0000
@@ -5,17 +5,17 @@
 #
 # ----- configure --------------------------------------------------
 #
-  $EDITOR %%ETCDIR%%/knot.conf       
-#
-# For all option have a look at the contents of
-# %%PREFIX%%/etc/knot/knot.full.conf
+  $EDITOR %%ETCDIR%%/knot.min.conf
+# -or-
+# $EDITOR %%ETCDIR%%/knot.full.conf
+# and save it as %%ETCDIR%%/knot.conf
 #
 # ----- prepare ----------------------------------------------------
 #
 # required:
   echo knot_enable=\"YES\" >> /etc/rc.conf
 # for customization if desired:
-# echo knot_config=\"%%PREFIX%%/etc/knot/knot.conf" >> /etc/rc.conf
+# echo knot_config=\"%%PREFIX%%/etc/knot/knot.conf\" >> /etc/rc.conf
 #
 # ----- startup ----------------------------------------------------
 #


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



More information about the freebsd-ports-bugs mailing list