pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/bind918



Module Name:    pkgsrc
Committed By:   sekiya
Date:           Wed Dec 14 21:44:04 UTC 2022

Modified Files:
        pkgsrc/net/bind918: Makefile

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

Reported by jklos@.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/bind918/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/bind918/Makefile
diff -u pkgsrc/net/bind918/Makefile:1.2 pkgsrc/net/bind918/Makefile:1.3
--- pkgsrc/net/bind918/Makefile:1.2     Mon Dec 12 22:07:04 2022
+++ pkgsrc/net/bind918/Makefile Wed Dec 14 21:44:03 2022
@@ -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