pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2023Q2] pkgsrc/net/drill



Module Name:    pkgsrc
Committed By:   he
Date:           Mon Feb 26 20:13:05 UTC 2024

Modified Files:
        pkgsrc/net/drill [pkgsrc-2023Q2]: 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.17 -r1.17.20.1 pkgsrc/net/drill/Makefile
cvs rdiff -u -r1.12 -r1.12.14.1 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.17 pkgsrc/net/drill/Makefile:1.17.20.1
--- pkgsrc/net/drill/Makefile:1.17      Fri Jan  1 12:34:49 2021
+++ pkgsrc/net/drill/Makefile   Mon Feb 26 20:13:05 2024
@@ -1,6 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2021/01/01 12:34:49 he Exp $
+# $NetBSD: Makefile,v 1.17.20.1 2024/02/26 20:13:05 he Exp $
 
-VERSION=       1.7.1
+.include "../../net/ldns/version.mk"
+
+VERSION=       ${LDNS_VERSION}
 DISTNAME=      ldns-${VERSION}
 PKGNAME=       drill-${VERSION}
 CATEGORIES=    net
@@ -12,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.12.14.1
--- pkgsrc/net/drill/distinfo:1.12      Tue Oct 26 11:05:33 2021
+++ pkgsrc/net/drill/distinfo   Mon Feb 26 20:13:05 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2021/10/26 11:05:33 nia Exp $
+$NetBSD: distinfo,v 1.12.14.1 2024/02/26 20:13:05 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