pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/drill



Module Name:    pkgsrc
Committed By:   he
Date:           Wed Feb 28 08:26:34 UTC 2024

Modified Files:
        pkgsrc/net/drill: Makefile distinfo

Log Message:
net/drill: use ../ldns/version.mk, and thereby bump to 1.8.3.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/drill/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/drill/distinfo

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

Modified files:

Index: pkgsrc/net/drill/Makefile
diff -u pkgsrc/net/drill/Makefile:1.18 pkgsrc/net/drill/Makefile:1.19
--- pkgsrc/net/drill/Makefile:1.18      Tue Oct 24 22:10:14 2023
+++ pkgsrc/net/drill/Makefile   Wed Feb 28 08:26:34 2024
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.18 2023/10/24 22:10:14 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2024/02/28 08:26:34 he Exp $
 
-VERSION=       1.7.1
+.include "../../net/ldns/version.mk"
+
+VERSION=       ${LDNS_VERSION}
 DISTNAME=      ldns-${VERSION}
 PKGNAME=       drill-${VERSION}
-PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  http://www.nlnetlabs.nl/downloads/ldns/
 
@@ -13,8 +14,8 @@ COMMENT=      DNSSEC debugging tool a'la dig
 LICENSE=       modified-bsd
 
 USE_TOOLS+=    gmake
-
-GNU_CONFIGURE=         yes
+USE_LIBTOOL=   yes
+GNU_CONFIGURE= yes
 
 CONFIGURE_ARGS+=       --with-ssl=${BUILDLINK_PREFIX.openssl}
 

Index: pkgsrc/net/drill/distinfo
diff -u pkgsrc/net/drill/distinfo:1.12 pkgsrc/net/drill/distinfo:1.13
--- pkgsrc/net/drill/distinfo:1.12      Tue Oct 26 11:05:33 2021
+++ pkgsrc/net/drill/distinfo   Wed Feb 28 08:26:34 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2021/10/26 11:05:33 nia Exp $
+$NetBSD: distinfo,v 1.13 2024/02/28 08:26:34 he Exp $
 
-BLAKE2s (ldns-1.7.1.tar.gz) = 1eba67c3b9950ac569f69676ffe40962663e7a4ddd0f118f9a680a20e6c899ad
-SHA512 (ldns-1.7.1.tar.gz) = e8f72a4ff4aa544acac5e7be9a8ba38c6b8d388bb26f9a0ed04c1a921622f8582cc8539beafc76a29187a55c94069b7c1875e77522e1a7e7bb3e297dd1e4c2b7
-Size (ldns-1.7.1.tar.gz) = 1244394 bytes
+BLAKE2s (ldns-1.8.3.tar.gz) = b15c848c21bc1450a58fd48f842ef96d88a3d3e997fd190df4bfa1ae3613e2d5
+SHA512 (ldns-1.8.3.tar.gz) = c318747bd975ade389d048680b80495fb083b46507d8dcea7d4d42c75823f56a35b438dcc5320803d39583e5a1e515a51686f7f9010c061a6e8199e1a5505ae9
+Size (ldns-1.8.3.tar.gz) = 1299856 bytes



Home | Main Index | Thread Index | Old Index