svn commit: r452617 - head/sysutils/lbl-hf
Craig Leres
leres at FreeBSD.org
Sat Oct 21 23:57:40 UTC 2017
Author: leres
Date: Sat Oct 21 23:57:38 2017
New Revision: 452617
URL: https://svnweb.freebsd.org/changeset/ports/452617
Log:
Update to 1.8. Move the primary download site and add MASTER_SITE_LOCAL
as a secondary (suggested by @ler).
Changes since 1.7:
- Add -x which outputs just the ip addresses seen, one per line.
- Add missing rule to match IPv6 addresses starting with ::
(especially ::1).
Reviewed by: ler (mentor)
Approved by: ler (mentor)
Differential Revision: https://reviews.freebsd.org/D12752
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 Oct 21 23:01:18 2017 (r452616)
+++ head/sysutils/lbl-hf/Makefile Sat Oct 21 23:57:38 2017 (r452617)
@@ -2,9 +2,10 @@
# $FreeBSD$
PORTNAME= hf
-PORTVERSION= 1.7
+PORTVERSION= 1.8
CATEGORIES= sysutils
-MASTER_SITES= ftp://ee.lbl.gov/
+MASTER_SITES= https://ee.lbl.gov/downloads/hf/ \
+ LOCAL/leres/hf
PKGNAMEPREFIX= lbl-
MAINTAINER= leres at FreeBSD.org
Modified: head/sysutils/lbl-hf/distinfo
==============================================================================
--- head/sysutils/lbl-hf/distinfo Sat Oct 21 23:01:18 2017 (r452616)
+++ head/sysutils/lbl-hf/distinfo Sat Oct 21 23:57:38 2017 (r452617)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1476317295
-SHA256 (hf-1.7.tar.gz) = c612d6c42d90427fd62c41d0abf92b9375c9002e21f305f3fe7f1d9c92dfd014
-SIZE (hf-1.7.tar.gz) = 100517
+TIMESTAMP = 1508607869
+SHA256 (hf-1.8.tar.gz) = 797767477c22a4ab4474444c38250c5bff4a9d382330f923693e7e524349a694
+SIZE (hf-1.8.tar.gz) = 101254
Modified: head/sysutils/lbl-hf/pkg-descr
==============================================================================
--- head/sysutils/lbl-hf/pkg-descr Sat Oct 21 23:01:18 2017 (r452616)
+++ head/sysutils/lbl-hf/pkg-descr Sat Oct 21 23:57:38 2017 (r452617)
@@ -1,4 +1,4 @@
hf is a filter that reads files or stdin and replaces internet
addresses with hostnames.
-WWW: https://ee.lbl.gov/
+WWW: https://ee.lbl.gov/downloads/hf/
More information about the svn-ports-head
mailing list