pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/unbound
Module Name: pkgsrc
Committed By: nia
Date: Sat Apr 20 14:49:05 UTC 2024
Modified Files:
pkgsrc/net/unbound: Makefile
Log Message:
unbound: protobuf-c is only required when the dnstap option is on
To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 pkgsrc/net/unbound/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/unbound/Makefile
diff -u pkgsrc/net/unbound/Makefile:1.108 pkgsrc/net/unbound/Makefile:1.109
--- pkgsrc/net/unbound/Makefile:1.108 Fri Apr 5 14:01:01 2024
+++ pkgsrc/net/unbound/Makefile Sat Apr 20 14:49:05 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.108 2024/04/05 14:01:01 wiz Exp $
+# $NetBSD: Makefile,v 1.109 2024/04/20 14:49:05 nia Exp $
DISTNAME= unbound-1.19.3
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net
MASTER_SITES= https://nlnetlabs.nl/downloads/unbound/
@@ -100,5 +100,4 @@ PKG_USERS= ${UNBOUND_USER}:${UNBOUND_GRO
.include "../../textproc/expat/buildlink3.mk"
BUILDLINK_API_DEPENDS.flex+= flex>=2.6.4
.include "../../devel/flex/buildlink3.mk"
-.include "../../devel/protobuf-c/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index