pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/bind918 Fix MASTER_SITE, which was weirdly botched...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/37e3639c089f
branches:  trunk
changeset: 390007:37e3639c089f
user:      sekiya <sekiya%pkgsrc.org@localhost>
date:      Wed Dec 14 21:44:03 2022 +0000

description:
Fix MASTER_SITE, which was weirdly botched between test and commit.  No
functional code change.

Reported by jklos@.

diffstat:

 net/bind918/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r ebe8285a6a31 -r 37e3639c089f net/bind918/Makefile
--- a/net/bind918/Makefile      Wed Dec 14 20:49:02 2022 +0000
+++ b/net/bind918/Makefile      Wed Dec 14 21:44:03 2022 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2022/12/12 22:07:04 sekiya Exp $
+# $NetBSD: Makefile,v 1.3 2022/12/14 21:44:03 sekiya Exp $
 
 DISTNAME=      bind-${BIND_VERSION}
 PKGNAME=       ${DISTNAME:S/-P/pl/}
 PKGREVISION=   1
 CATEGORIES=    net
-MASTER_SITES=  https://downloads.isc.org/isc/bind9/${BIND_VERSION}/${DISTNAME}${EXTRACT_SUFX}
+MASTER_SITES=  https://downloads.isc.org/isc/bind9/${BIND_VERSION}/
 EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    sekiya%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index