diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-09-21 11:19:49 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-09-21 11:19:49 +0000 |
commit | ce47e0c0eca166b73d1ebb41d30ef8b950aad845 (patch) | |
tree | f67fd977cbb2a60d59cfcced87eded68fb0435e1 /sysutils/lbl-hf | |
parent | 60a7310ac64e96c51034d6c9fbde7aaab5015961 (diff) |
- 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]
Notes
Notes:
svn path=/head/; revision=327807
Diffstat (limited to 'sysutils/lbl-hf')
-rw-r--r-- | sysutils/lbl-hf/Makefile | 6 | ||||
-rw-r--r-- | sysutils/lbl-hf/distinfo | 8 | ||||
-rw-r--r-- | sysutils/lbl-hf/pkg-descr | 2 |
3 files changed, 7 insertions, 9 deletions
diff --git a/sysutils/lbl-hf/Makefile b/sysutils/lbl-hf/Makefile index ddce75be8f10..e376cde45074 100644 --- a/sysutils/lbl-hf/Makefile +++ b/sysutils/lbl-hf/Makefile @@ -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} diff --git a/sysutils/lbl-hf/distinfo b/sysutils/lbl-hf/distinfo index 7b026cab037c..9d6e124857d5 100644 --- a/sysutils/lbl-hf/distinfo +++ b/sysutils/lbl-hf/distinfo @@ -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 diff --git a/sysutils/lbl-hf/pkg-descr b/sysutils/lbl-hf/pkg-descr index 860f625c572e..bf38dae0011c 100644 --- a/sysutils/lbl-hf/pkg-descr +++ b/sysutils/lbl-hf/pkg-descr @@ -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/ |