From leres@ee.lbl.gov  Tue Feb  2 01:24:52 2010
Return-Path: <leres@ee.lbl.gov>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 99AF9106566B
	for <freebsd-gnats-submit@freebsd.org>; Tue,  2 Feb 2010 01:24:52 +0000 (UTC)
	(envelope-from leres@ee.lbl.gov)
Received: from fun.ee.lbl.gov (fun.ee.lbl.gov [131.243.2.202])
	by mx1.freebsd.org (Postfix) with ESMTP id 841788FC08
	for <freebsd-gnats-submit@freebsd.org>; Tue,  2 Feb 2010 01:24:52 +0000 (UTC)
Received: from hot.ee.lbl.gov (hot.ee.lbl.gov [131.243.2.203])
	(authenticated bits=0)
	by fun.ee.lbl.gov (8.14.4/8.14.4) with ESMTP id o121Ono3003673
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT)
	for <freebsd-gnats-submit@freebsd.org>; Mon, 1 Feb 2010 17:24:49 -0800 (PST)
Message-Id: <4B677EE1.8000904@ee.lbl.gov>
Date: Mon, 01 Feb 2010 17:24:49 -0800
From: Craig Leres <leres@ee.lbl.gov>
To: freebsd-gnats-submit@freebsd.org
Subject: [PATCH] sysutils/lbl-hf: update to 1.1

>Number:         143464
>Category:       ports
>Synopsis:       [PATCH] sysutils/lbl-hf: update to 1.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pgollucci
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 02 01:30:01 UTC 2010
>Closed-Date:    Thu Feb 11 20:15:29 UTC 2010
>Last-Modified:  Thu Feb 11 20:15:29 UTC 2010
>Originator:     Craig Leres
>Release:        FreeBSD 7.2-RELEASE amd64
>Organization:
Lawrence Berkeley National Laboratory
>Environment:
	FreeBSD hot.ee.lbl.gov 7.2-RELEASE FreeBSD 7.2-RELEASE #4: Sat Oct  3
21:08:27 PDT 2009
leres@hot.ee.lbl.gov:/usr/src/7.2-RELEASE/sys/amd64/compile/LBLSMPIPV6
amd64

>Description:
	Update to 1.1:

	- Add pgp signature file.
	- Add another master site.
	- Add -f (used to specify a format string containing escapes to
	  be used to create the replacement text).
	- Upgrade to autoconf 2.62.

>How-To-Repeat:
>Fix:
	



--------------090904010609080605080504
Content-Type: text/plain;
 name="patch-hf.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="patch-hf.txt"

--- Makefile.orig	2010-02-01 17:04:50.000000000 -0800
+++ Makefile	2010-02-01 17:12:17.000000000 -0800
@@ -13,6 +13,8 @@
 		ftp://ftp.xemacs.org/sites/ftp.ee.lbl.gov/ \
 		http://lontra.org/pub/lbl/ \
 		http://ftp.riken.go.jp/pub/net/lbl/
+DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc
+EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 PKGNAMEPREFIX=	lbl-
 
 MAINTAINER=	leres@ee.lbl.gov
@@ -24,6 +26,9 @@
 
 MAN1=		hf.1
 
+verify: checksum
+	gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc
+
 GNU_CONFIGURE=	yes
 
 # Only install hf
--- distinfo.orig	2008-05-13 12:51:15.000000000 -0700
+++ distinfo	2010-02-01 17:20:56.000000000 -0800
@@ -1,3 +1,6 @@
-MD5 (hf-1.0a11.tar.gz) = 4a1f43ba5058a985ca8f2e717999de8b
-SHA256 (hf-1.0a11.tar.gz) = b68e8a390cebaad000e5a1ef26a03b6659d5a1312bcd2d8935a1be0b9ae6a1ff
-SIZE (hf-1.0a11.tar.gz) = 73395
+MD5 (hf-1.1.tar.gz) = ebca6d0c7da6cf1702b1c3b96120f03b
+SHA256 (hf-1.1.tar.gz) = 06b28b70b935aa4d2280016dce6d8530f0553911ce7d36634f761676bee9e80b
+SIZE (hf-1.1.tar.gz) = 95968
+MD5 (hf-1.1.tar.gz.asc) = 43e29c5ea423579de068e16964b2cc31
+SHA256 (hf-1.1.tar.gz.asc) = 9d6090af67f9ababf2cdd2c30c19c5728d466faa13dc35f4d8f1368f868f8363
+SIZE (hf-1.1.tar.gz.asc) = 196

--------------090904010609080605080504--
>Release-Note:
>Audit-Trail:
Class-Changed-From-To: update->maintainer-update 
Class-Changed-By: edwin 
Class-Changed-When: Tue Feb 2 01:30:13 UTC 2010 
Class-Changed-Why:  
Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143464 
Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Thu Feb 4 02:56:31 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

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

From: Craig Leres <leres@ee.lbl.gov>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/143464: [PATCH] sysutils/lbl-hf: update to 1.1
Date: Wed, 10 Feb 2010 01:59:21 -0800

 This is a multi-part message in MIME format.
 --------------070703050202030607070806
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 
 I just found and fixed a really old bug with async lookups (-a flag):
 
     v1.2 Wed Feb 10 01:42:56 PST 2010
 
     - Fix async lookup bug; pass res_mkquery() correct query buffer len
 
 An updated patch attached.
 
 		Craig
 
 --------------070703050202030607070806
 Content-Type: text/plain;
  name="patch-lbl-hf-1.2.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="patch-lbl-hf-1.2.txt"
 
 --- Makefile.orig	2010-02-10 01:49:46.000000000 -0800
 +++ Makefile	2010-02-10 01:53:54.000000000 -0800
 @@ -6,12 +6,14 @@
  #
  
  PORTNAME=	hf
 -PORTVERSION=	1.0a11
 +PORTVERSION=	1.2
  CATEGORIES=	sysutils
  MASTER_SITES=	ftp://ee.lbl.gov/ \
  		ftp://ftp.tux.org/sites/ftp.ee.lbl.gov/ \
  		ftp://ftp.xemacs.org/sites/ftp.ee.lbl.gov/ \
  		http://ftp.riken.go.jp/pub/net/lbl/
 +DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc
 +EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
  PKGNAMEPREFIX=	lbl-
  
  MAINTAINER=	leres@ee.lbl.gov
 @@ -23,6 +25,9 @@
  
  MAN1=		hf.1
  
 +verify: checksum
 +	gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc
 +
  GNU_CONFIGURE=	yes
  
  # Only install hf
 --- distinfo.orig	2010-02-10 01:49:54.000000000 -0800
 +++ distinfo	2010-02-10 01:48:48.000000000 -0800
 @@ -1,3 +1,6 @@
 -MD5 (hf-1.0a11.tar.gz) = 4a1f43ba5058a985ca8f2e717999de8b
 -SHA256 (hf-1.0a11.tar.gz) = b68e8a390cebaad000e5a1ef26a03b6659d5a1312bcd2d8935a1be0b9ae6a1ff
 -SIZE (hf-1.0a11.tar.gz) = 73395
 +MD5 (hf-1.2.tar.gz) = ab8b143a83f82c7c74fb3a18b7930b00
 +SHA256 (hf-1.2.tar.gz) = 8169198e88a7d2f6ee1b73e3397cd3f739b0c7467e609064cda384169c6680ef
 +SIZE (hf-1.2.tar.gz) = 96100
 +MD5 (hf-1.2.tar.gz.asc) = 4e787b5427c89c251627c1847fcd37ab
 +SHA256 (hf-1.2.tar.gz.asc) = 3844e027113e6657b3a2a7ee5abfdcff65e36b4abf3741657af670605a0cbdf4
 +SIZE (hf-1.2.tar.gz.asc) = 196
 
 --------------070703050202030607070806--
State-Changed-From-To: open->closed 
State-Changed-By: pgollucci 
State-Changed-When: Thu Feb 11 20:15:28 UTC 2010 
State-Changed-Why:  
Committed, Thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143464 
>Unformatted:
 This is a multi-part message in MIME format.
 --------------090904010609080605080504
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 
 
