From owner-svn-ports-head@FreeBSD.ORG Sat Sep 21 11:19:51 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 00116EFE; Sat, 21 Sep 2013 11:19:50 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C833F2928; Sat, 21 Sep 2013 11:19:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8LBJo7S054188; Sat, 21 Sep 2013 11:19:50 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8LBJoxs054185; Sat, 21 Sep 2013 11:19:50 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201309211119.r8LBJoxs054185@svn.freebsd.org> From: Bryan Drewery Date: Sat, 21 Sep 2013 11:19:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327807 - head/sysutils/lbl-hf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Sep 2013 11:19:51 -0000 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 (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/