From nobody@FreeBSD.org  Mon Apr 23 18:16:58 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 529261065676
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 23 Apr 2012 18:16:58 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 2450A8FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 23 Apr 2012 18:16:58 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q3NIGviC010073
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 23 Apr 2012 18:16:57 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q3NIGvF9010072;
	Mon, 23 Apr 2012 18:16:57 GMT
	(envelope-from nobody)
Message-Id: <201204231816.q3NIGvF9010072@red.freebsd.org>
Date: Mon, 23 Apr 2012 18:16:57 GMT
From: Leo Vandewoestijne <freebsd@dns-lab.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [MAINTAINER-UPDATE] dns/knot: update from 1.0.1 to 1.0.3
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>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:    dhn
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 23 18:20:04 UTC 2012
>Closed-Date:    Tue Apr 24 14:14:05 UTC 2012
>Last-Modified:  Tue Apr 24 14:20:10 UTC 2012
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->dhn 
Responsible-Changed-By: dhn 
Responsible-Changed-When: Tue Apr 24 13:02:13 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=167241 
State-Changed-From-To: open->closed 
State-Changed-By: dhn 
State-Changed-When: Tue Apr 24 14:14:04 UTC 2012 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=167241 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/167241: commit references a PR
Date: Tue, 24 Apr 2012 14:13:40 +0000 (UTC)

 dhn         2012-04-24 14:13:26 UTC
 
   FreeBSD ports repository
 
   Modified files:
     dns/knot             Makefile distinfo 
     dns/knot/files       pkg-message.in 
   Removed files:
     dns/knot/files       patch-configure 
   Log:
   - Update to 1.0.3
   
   PR:             ports/167241
   Submitted by:   Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
   
   Revision  Changes    Path
   1.5       +1 -5      ports/dns/knot/Makefile
   1.2       +2 -2      ports/dns/knot/distinfo
   1.2       +0 -15     ports/dns/knot/files/patch-configure (dead)
   1.3       +5 -5      ports/dns/knot/files/pkg-message.in
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
