pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/bind911 net/bind911: Switch to https download



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7af9401fdb56
branches:  trunk
changeset: 445808:7af9401fdb56
user:      otis <otis%pkgsrc.org@localhost>
date:      Fri Jan 29 18:00:20 2021 +0000

description:
net/bind911: Switch to https download

- Switch to https download
- Do not try to download no longer existing file

diffstat:

 net/bind911/Makefile |  9 ++-------
 net/bind911/distinfo |  6 +-----
 2 files changed, 3 insertions(+), 12 deletions(-)

diffs (41 lines):

diff -r 61428d37a4f8 -r 7af9401fdb56 net/bind911/Makefile
--- a/net/bind911/Makefile      Fri Jan 29 17:22:51 2021 +0000
+++ b/net/bind911/Makefile      Fri Jan 29 18:00:20 2021 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.36 2021/01/13 09:34:30 nia Exp $
+# $NetBSD: Makefile,v 1.37 2021/01/29 18:00:20 otis Exp $
 
 DISTNAME=      bind-${BIND_VERSION}
 PKGNAME=       ${DISTNAME:S/-P/pl/}
 CATEGORIES=    net
-MASTER_SITES=  ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/
-DISTFILES+=    ${DEFAULT_DISTFILES} bind-9.11.25-fixed-man-pages.tar.gz
+MASTER_SITES=  https://downloads.isc.org/isc/bind9/${BIND_VERSION}/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://www.isc.org/software/bind/
@@ -72,10 +71,6 @@
 
 INSTALLATION_DIRS+=    ${DOCDIR} ${DOCDIR}/arm
 
-post-extract:
-       cd ${WRKDIR} && \
-               ${TAR} -xzf ${DISTDIR}/bind-9.11.25-fixed-man-pages.tar.gz
-
 post-install:
 .for f in ${DOCS}
        ${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/${DOCDIR}
diff -r 61428d37a4f8 -r 7af9401fdb56 net/bind911/distinfo
--- a/net/bind911/distinfo      Fri Jan 29 17:22:51 2021 +0000
+++ b/net/bind911/distinfo      Fri Jan 29 18:00:20 2021 +0000
@@ -1,9 +1,5 @@
-$NetBSD: distinfo,v 1.25 2020/12/19 14:44:15 taca Exp $
+$NetBSD: distinfo,v 1.26 2021/01/29 18:00:20 otis Exp $
 
-SHA1 (bind-9.11.25-fixed-man-pages.tar.gz) = e6cb1366d1f66f0ca61510ad6158890edb748f55
-RMD160 (bind-9.11.25-fixed-man-pages.tar.gz) = 7f818a65ddbfe7f532fc85245ccead18dee2dc20
-SHA512 (bind-9.11.25-fixed-man-pages.tar.gz) = 8c425ba42a1844abfea8f5c7050d23ea419ce04c221766193ba880693e30221997e1fb898e2b9519c035db89d547df6d39e4c749c1f9b6ef0edef3b815483cba
-Size (bind-9.11.25-fixed-man-pages.tar.gz) = 84725 bytes
 SHA1 (bind-9.11.26.tar.gz) = 14064c865920842e48f444be2bda9dc91770e439
 RMD160 (bind-9.11.26.tar.gz) = 801726934bc31ca8292fc8358e6a813186283365
 SHA512 (bind-9.11.26.tar.gz) = 7ec32ca50b7f552d6a0b16ec1e168a24ecbf33420b8df123f74c7b9f615b8267e3e6e973a72f3ce3912eb60e94ebfacbacb4ae3945ac587c73f7cf695b46ce00



Home | Main Index | Thread Index | Old Index