mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
- 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]
This commit is contained in:
parent
60a7310ac6
commit
ce47e0c0ec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327807
3 changed files with 7 additions and 9 deletions
|
@ -2,12 +2,10 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= hf
|
PORTNAME= hf
|
||||||
PORTVERSION= 1.3
|
PORTVERSION= 1.4
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= ftp://ee.lbl.gov/ \
|
MASTER_SITES= ftp://ee.lbl.gov/ \
|
||||||
ftp://ftp.tux.org/sites/ftp.ee.lbl.gov/ \
|
ftp://ftp4.uk.freebsd.org/pub/FreeBSD/
|
||||||
ftp://ftp.xemacs.org/sites/ftp.ee.lbl.gov/ \
|
|
||||||
http://ftp.riken.go.jp/pub/net/lbl/
|
|
||||||
PKGNAMEPREFIX= lbl-
|
PKGNAMEPREFIX= lbl-
|
||||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc
|
||||||
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
SHA256 (hf-1.3.tar.gz) = 6fe1cb6ddc08ed6e1632308adb5f20bfb638dcdc8c705453fd25779df7bf4d2b
|
SHA256 (hf-1.4.tar.gz) = 535a32f4f5343fdfdca034769ac7e554d7d4a5ee5f9bc42d3cdcb648e9503aff
|
||||||
SIZE (hf-1.3.tar.gz) = 96336
|
SIZE (hf-1.4.tar.gz) = 99077
|
||||||
SHA256 (hf-1.3.tar.gz.asc) = df9c44d242ca56461760910caaee96d64d7db878aa71b24ad739e9207178a9a6
|
SHA256 (hf-1.4.tar.gz.asc) = 73cad7c1666e3cdd083a7d259590437b1a7960348ca10e6a9e15bffd192bbd73
|
||||||
SIZE (hf-1.3.tar.gz.asc) = 196
|
SIZE (hf-1.4.tar.gz.asc) = 196
|
||||||
|
|
Loading…
Add table
Reference in a new issue