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:           Fri Jan 13 05:31:52 UTC 2023

Modified Files:
        pkgsrc/net/bind918: Makefile

Log Message:
Python is only needed for tests, so remove the dependency.

Pointed out by tnn@ and john@

Bump package revision.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/net/bind918/Makefile:1.5
--- pkgsrc/net/bind918/Makefile:1.4     Thu Jan 12 19:01:46 2023
+++ pkgsrc/net/bind918/Makefile Fri Jan 13 05:31:52 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2023/01/12 19:01:46 jperkin Exp $
+# $NetBSD: Makefile,v 1.5 2023/01/13 05:31:52 sekiya Exp $
 
 DISTNAME=      bind-${BIND_VERSION}
 PKGNAME=       ${DISTNAME:S/-P/pl/}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    net
 MASTER_SITES=  https://downloads.isc.org/isc/bind9/${BIND_VERSION}/
 EXTRACT_SUFX=  .tar.xz
@@ -87,7 +87,6 @@ post-install:
 .endfor
 
 .include "../../mk/atomic64.mk"
-.include "../../lang/python310/buildlink3.mk"
 .include "../../www/nghttp2/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../devel/libuv/buildlink3.mk"



Home | Main Index | Thread Index | Old Index