From nobody@FreeBSD.org  Wed Jan 28 02:57:52 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 11D58106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 28 Jan 2009 02:57:52 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id DABF78FC1B
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 28 Jan 2009 02:57:51 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n0S2vp19057570
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 28 Jan 2009 02:57:51 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n0S2vpUw057568;
	Wed, 28 Jan 2009 02:57:51 GMT
	(envelope-from nobody)
Message-Id: <200901280257.n0S2vpUw057568@www.freebsd.org>
Date: Wed, 28 Jan 2009 02:57:51 GMT
From: Cristiano Rolim Pereira <cristianorolim@hotmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] - update dns/drill to version 1.4.1
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: jaap@NLnetLabs.nl

>Number:         131066
>Category:       ports
>Synopsis:       [patch] - update dns/drill to version 1.4.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    beat
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 28 03:00:12 UTC 2009
>Closed-Date:    Sat Jan 31 13:21:36 UTC 2009
>Last-Modified:  Sat Jan 31 13:21:36 UTC 2009
>Originator:     Cristiano Rolim Pereira
>Release:        7.1-RELEASE
>Organization:
>Environment:
FreeBSD bsd64.local 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan  1 08:58:24 UTC 2009     root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
The attached shell archive updates dns/drill to version 1.4.1.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	drill
#	drill/Makefile
#	drill/distinfo
#	drill/pkg-descr
#
echo c - drill
mkdir -p drill > /dev/null 2>&1
echo x - drill/Makefile
sed 's/^X//' >drill/Makefile << '5accc74e5b668f00f2d131d88565c61f'
X# New ports collection makefile for:	drill
X# Date created:        30 December 2004
X# Whom:                Jaap Akkerhuis <jaap@NLnetLabs.nl
X#
X# $FreeBSD: ports/dns/drill/Makefile,v 1.6 2008/03/20 09:37:21 pav Exp $
X#
X
XPORTNAME=	drill
XPORTVERSION=	1.4.1
XCATEGORIES=	dns
XMASTER_SITES=	http://www.nlnetlabs.nl/downloads/ldns/
XDISTNAME=	ldns-${PORTVERSION}
X
XMAINTAINER=	jaap@NLnetLabs.nl
XCOMMENT=	A dig style dnssec aware dns debugging tool
X
XLIB_DEPENDS=	ldns.1:${PORTSDIR}/dns/ldns
X
XMAN1=		drill.1
X
XWRKSRC=		${WRKDIR}/ldns-${PORTVERSION}/${PORTNAME}
XUSE_OPENSSL=	yes
XCPPFLAGS+=	-I${LOCALBASE}/include
XLDFLAGS+=	-L${LOCALBASE}/lib -L${OPENSSLLIB}
XCFLAGS+=	${CPPFLAGS} -I${OPENSSLINC}
XLIB+=		-lssl
XHAS_CONFIGURE=	yes
XCONFIGURE_ARGS=	--prefix=${PREFIX} --mandir=${MANPREFIX}/man
X
XPLIST_FILES=	bin/drill
X
X.include <bsd.port.mk>
5accc74e5b668f00f2d131d88565c61f
echo x - drill/distinfo
sed 's/^X//' >drill/distinfo << '81a3f9c4ddbac31be8bf71fb7944da21'
XMD5 (ldns-1.4.1.tar.gz) = d3bd2d92aa20e634825ed2ca833fa9e3
XSHA256 (ldns-1.4.1.tar.gz) = fa101cb2e53e3fcdefd0bc2840e35df0f24636998af21c9dcd8c922c9bcbbae4
XSIZE (ldns-1.4.1.tar.gz) = 777964
81a3f9c4ddbac31be8bf71fb7944da21
echo x - drill/pkg-descr
sed 's/^X//' >drill/pkg-descr << 'cc1c2fff96e279e4f728f0a8fe4ab50e'
XDrill is a tool ala dig from BIND. It was designed with DNSSEC in
Xmind and should be a useful debugging/query tool for DNSSEC.
X
XWWW:	http://www.nlnetlabs.nl/projects/ldns/
X
X
X	jaap akkerhuis
X
Xjaap@nletlabs.nl
cc1c2fff96e279e4f728f0a8fe4ab50e
exit



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Jan 28 03:00:26 UTC 2009 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: jaap@NLnetLabs.nl
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/131066: [patch] - update dns/drill to version 1.4.1
Date: Wed, 28 Jan 2009 03:00:24 UT

 Maintainer of dns/drill,
 
 Please note that PR ports/131066 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/131066
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Jaap Akkerhuis <jaap@NLnetLabs.nl>
To: bug-followup@FreeBSD.ORG
Cc: Cristiano Rolim Pereira <cristianorolim@hotmail.com>
Subject: Re: ports/131066: [patch] - update dns/drill to version 1.4.1 
Date: Fri, 30 Jan 2009 16:28:07 +0100

 Bug-followup, Edwin,
 
     Please note that PR ports/131066 has just been submitted.
     
     If it contains a patch for an upgrade, an enhancement or a bug fix
     you agree on, reply to this email stating that you approve the patch
     and a committer will take care of it.
 
 It contained a proposed patch for an upgrade.
     
     The full text of the PR can be found at:
         http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/131066
 
 The submitter actually did exactly which I was planning to do and
 never come around doing. So yes, I approve this patch.
 
 Cristiano, thanks!
 
 Regards,
 
 	jaap
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Fri Jan 30 17:36:54 UTC 2009 
State-Changed-Why:  
Maintainer approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=131066 
Responsible-Changed-From-To: freebsd-ports-bugs->beat 
Responsible-Changed-By: beat 
Responsible-Changed-When: Fri Jan 30 17:57:40 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/131066: commit references a PR
Date: Sat, 31 Jan 2009 13:18:36 +0000 (UTC)

 beat        2009-01-31 13:18:27 UTC
 
   FreeBSD ports repository
 
   Modified files:
     dns/drill            Makefile distinfo pkg-descr 
   Log:
   - Update to 1.4.1
   - Update WWW in pkg-descr
   
   PR:             ports/131066
   Submitted by:   Cristiano Rolim Pereira <cristianorolim AT hotmail.com>
   Approved by:    maintainer, miwi (mentor)
   
   Revision  Changes    Path
   1.7       +10 -8     ports/dns/drill/Makefile
   1.4       +3 -3      ports/dns/drill/distinfo
   1.2       +1 -1      ports/dns/drill/pkg-descr
 _______________________________________________
 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"
 
State-Changed-From-To: open->closed 
State-Changed-By: beat 
State-Changed-When: Sat Jan 31 13:21:35 UTC 2009 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=131066 
>Unformatted:
