pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/zkt



Module Name:    pkgsrc
Committed By:   taca
Date:           Fri Jan  5 01:57:57 UTC 2024

Modified Files:
        pkgsrc/security/zkt: Makefile

Log Message:
security/zkt: switch to use bind918

Switch to use bind918 instead of bind916.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/zkt/Makefile

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

Modified files:

Index: pkgsrc/security/zkt/Makefile
diff -u pkgsrc/security/zkt/Makefile:1.15 pkgsrc/security/zkt/Makefile:1.16
--- pkgsrc/security/zkt/Makefile:1.15   Fri Mar  3 09:24:20 2023
+++ pkgsrc/security/zkt/Makefile        Fri Jan  5 01:57:57 2024
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2023/03/03 09:24:20 fcambus Exp $
+# $NetBSD: Makefile,v 1.16 2024/01/05 01:57:57 taca Exp $
 
 DISTNAME=      zkt-1.1.6
+PKGREVISION=   1
 CATEGORIES=    security
 MASTER_SITES=  http://www.hznet.de/dns/zkt/
 
@@ -29,7 +30,7 @@ CONFIGURE_ARGS+=      --enable-bind_util_path
 
 .if ${OPSYS} == "DragonFly"
 CONFIGURE_ARGS+=       --enable-bind_util_path=${BUILDLINK_PREFIX.bind}/sbin
-.include "../../net/bind916/buildlink3.mk"
+.include "../../net/bind918/buildlink3.mk"
 .endif
 
 do-install:



Home | Main Index | Thread Index | Old Index