Bug 182267

Summary: [PATCH] sysutils/lbl-hf: Update to 1.4
Product: Ports & Packages Reporter: Craig Leres <leres>
Component: Individual Port(s)Assignee: Bryan Drewery <bdrewery>
Status: Closed FIXED    
Severity: Affects Only Me CC: leres
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch.txt none

Description Craig Leres freebsd_committer freebsd_triage 2013-09-21 00:20:00 UTC
	The current release of hf is 1.4; changes since 1.3 include:

	    Switch to sigsetjump() from setjmp() since the latter
	    doesn't save and restore the signal mask on linux.

	    Prefer sigaction() over sigset() since the latter is
	    just a macro on linux.

	    Fix async lookup bug for IPv6; use ip6.arpa domain.

	    Work around autoconf AC_TRY_LINK() brokenness in
	    ns_initparse() and res_mkquery() checks.

	    Fix mandir under FreeBSD.

	Also update MASTER_SITES.

Fix: Please see the attached patches.
Comment 1 Bryan Drewery freebsd_committer freebsd_triage 2013-09-21 12:16:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bdrewery

I'll take it.
Comment 2 Bryan Drewery freebsd_committer freebsd_triage 2013-09-21 12:19:58 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-09-21 12:19:58 UTC
Author: bdrewery
Date: Sat Sep 21 11:19:49 2013
New Revision: 327807
URL: http://svnweb.freebsd.org/changeset/ports/327807

Log:
  - Update to 1.4 [1]
  - Update MASTER_SITES [1]
  - Convert tab to space in WWW
  
  Changes:
  
    Switch to sigsetjump() from setjmp() since the latter
    doesn't save and restore the signal mask on linux.
  
    Prefer sigaction() over sigset() since the latter is
    just a macro on linux.
  
    Fix async lookup bug for IPv6; use ip6.arpa domain.
  
    Work around autoconf AC_TRY_LINK() brokenness in
    ns_initparse() and res_mkquery() checks.
  
    Fix mandir under FreeBSD.
  
  PR:		ports/182267 [1]
  Submitted by:	Craig Leres <leres@ee.lbl.gov> (maintainer) [1]

Modified:
  head/sysutils/lbl-hf/Makefile
  head/sysutils/lbl-hf/distinfo
  head/sysutils/lbl-hf/pkg-descr

Modified: head/sysutils/lbl-hf/Makefile
==============================================================================
--- head/sysutils/lbl-hf/Makefile	Sat Sep 21 11:16:31 2013	(r327806)
+++ head/sysutils/lbl-hf/Makefile	Sat Sep 21 11:19:49 2013	(r327807)
@@ -2,12 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	hf
-PORTVERSION=	1.3
+PORTVERSION=	1.4
 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/
+		ftp://ftp4.uk.freebsd.org/pub/FreeBSD/
 PKGNAMEPREFIX=	lbl-
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc
 EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}

Modified: head/sysutils/lbl-hf/distinfo
==============================================================================
--- head/sysutils/lbl-hf/distinfo	Sat Sep 21 11:16:31 2013	(r327806)
+++ head/sysutils/lbl-hf/distinfo	Sat Sep 21 11:19:49 2013	(r327807)
@@ -1,4 +1,4 @@
-SHA256 (hf-1.3.tar.gz) = 6fe1cb6ddc08ed6e1632308adb5f20bfb638dcdc8c705453fd25779df7bf4d2b
-SIZE (hf-1.3.tar.gz) = 96336
-SHA256 (hf-1.3.tar.gz.asc) = df9c44d242ca56461760910caaee96d64d7db878aa71b24ad739e9207178a9a6
-SIZE (hf-1.3.tar.gz.asc) = 196
+SHA256 (hf-1.4.tar.gz) = 535a32f4f5343fdfdca034769ac7e554d7d4a5ee5f9bc42d3cdcb648e9503aff
+SIZE (hf-1.4.tar.gz) = 99077
+SHA256 (hf-1.4.tar.gz.asc) = 73cad7c1666e3cdd083a7d259590437b1a7960348ca10e6a9e15bffd192bbd73
+SIZE (hf-1.4.tar.gz.asc) = 196

Modified: head/sysutils/lbl-hf/pkg-descr
==============================================================================
--- head/sysutils/lbl-hf/pkg-descr	Sat Sep 21 11:16:31 2013	(r327806)
+++ head/sysutils/lbl-hf/pkg-descr	Sat Sep 21 11:19:49 2013	(r327807)
@@ -1,4 +1,4 @@
 hf is a filter that reads files or stdin and replaces internet
 addresses with hostnames.
 
-WWW:	http://ee.lbl.gov/
+WWW: http://ee.lbl.gov/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-09-21 12:21:00 UTC
Author: bdrewery
Date: Sat Sep 21 11:20:53 2013
New Revision: 327808
URL: http://svnweb.freebsd.org/changeset/ports/327808

Log:
  - Update header, missed in previous commit
  
  PR:		ports/182267
  Submitted by:	maintainer

Modified:
  head/sysutils/lbl-hf/Makefile

Modified: head/sysutils/lbl-hf/Makefile
==============================================================================
--- head/sysutils/lbl-hf/Makefile	Sat Sep 21 11:19:49 2013	(r327807)
+++ head/sysutils/lbl-hf/Makefile	Sat Sep 21 11:20:53 2013	(r327808)
@@ -1,4 +1,4 @@
-# Created by: leres@ee.lbl.gov
+# Created by: Craig Leres <leres@ee.lbl.gov>
 # $FreeBSD$
 
 PORTNAME=	hf
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"