pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/p5-Test-DNS



Module Name:    pkgsrc
Committed By:   mef
Date:           Tue Apr 21 10:46:02 UTC 2020

Modified Files:
        pkgsrc/net/p5-Test-DNS: Makefile distinfo

Log Message:
(net/p5-Test-DNS) Updated 0.13 to 0.203

(pkgsrc)
  - Convert p5-Test-Deep-[0-9]  from BUILD_DEPENDS to DEPENDS
    (packaging process shows as Runtime requirement)

(upstream)
0.203     2019-04-22 19:49:38+03:00 Asia/Jerusalem

        - GH #3: Add the exact dependency as a module.
          (Mohammad S Anwar)

0.202     2019-04-22 16:40:55+03:00 Asia/Jerusalem

        - GH #2: Missed cpanfile. (Thanks, Slaven Rezić!)

0.201     2019-03-03 15:03:41+02:00 Asia/Jerusalem
        - Removed Set::Object dependency. (Should fix tests.)

0.200     2019-03-02 23:41:37+02:00 Asia/Jerusalem
        - All attributes are now immutable. If you need to change
          anything (nameservers, the object, even the follow_cname
          flag), create a new instance. Sorry and thank you.
        - Only provide nameservers when they are specified.
          (Otherwise, it won't look in /etc/resolv.conf.)
        - Allow user to provide their own test names.
        - Test methods now provide a proper, hopefully meaningful
          return value.
        - Simplify code considerably, make much more readable.
        - Updating DNS records.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/p5-Test-DNS/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/p5-Test-DNS/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/p5-Test-DNS/Makefile
diff -u pkgsrc/net/p5-Test-DNS/Makefile:1.16 pkgsrc/net/p5-Test-DNS/Makefile:1.17
--- pkgsrc/net/p5-Test-DNS/Makefile:1.16        Sun Aug 11 13:22:27 2019
+++ pkgsrc/net/p5-Test-DNS/Makefile     Tue Apr 21 10:46:02 2020
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2019/08/11 13:22:27 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2020/04/21 10:46:02 mef Exp $
 #
 
-DISTNAME=      Test-DNS-0.13
+DISTNAME=      Test-DNS-0.203
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   8
 CATEGORIES=    net perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Test/}
 
@@ -12,12 +11,12 @@ HOMEPAGE=   https://metacpan.org/release/T
 COMMENT=       Perl 5 module to test DNS queries and zone configuration
 LICENSE=       ${PERL5_LICENSE}
 
-PERL5_MODULE_TYPE=     Module::Build
+#ERL5_MODULE_TYPE=     Module::Build
 
 USE_LANGUAGES=         # empty
 PERL5_PACKLIST=                auto/Test/DNS/.packlist
 
-BUILD_DEPENDS+=        p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
+DEPENDS+=      p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
 DEPENDS+=      p5-Moose>=0.8:../../devel/p5-Moose
 DEPENDS+=      p5-Net-DNS>=0:../../net/p5-Net-DNS
 DEPENDS+=      p5-Set-Object>=0:../../devel/p5-Set-Object

Index: pkgsrc/net/p5-Test-DNS/distinfo
diff -u pkgsrc/net/p5-Test-DNS/distinfo:1.4 pkgsrc/net/p5-Test-DNS/distinfo:1.5
--- pkgsrc/net/p5-Test-DNS/distinfo:1.4 Wed Nov  4 00:35:25 2015
+++ pkgsrc/net/p5-Test-DNS/distinfo     Tue Apr 21 10:46:02 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2015/11/04 00:35:25 agc Exp $
+$NetBSD: distinfo,v 1.5 2020/04/21 10:46:02 mef Exp $
 
-SHA1 (Test-DNS-0.13.tar.gz) = bb14d1f97002d7043b4bf65b1e3590942cb3d409
-RMD160 (Test-DNS-0.13.tar.gz) = 3294c861e8acf6ec79b0ef5c130a0b3785fe6ab1
-SHA512 (Test-DNS-0.13.tar.gz) = 9294090d037664dde4885038d1606f7a336ad14f0e8789790bb1b869742d2886c1d74d4f7114d7876ef8dccecb1facbecd5f42408289e5aa81644ae8d2d2d542
-Size (Test-DNS-0.13.tar.gz) = 16956 bytes
+SHA1 (Test-DNS-0.203.tar.gz) = 7ddaf13d53ee055b1ae31fe1e12539092805f45e
+RMD160 (Test-DNS-0.203.tar.gz) = 5c42b5f2710ed992f55746b4ccccc30f967d6abe
+SHA512 (Test-DNS-0.203.tar.gz) = 0de1b6b2a96d145033ed34157590282180e92e770654a6d6fdc1d46576717b91588731d77c12830453d0b15aede7b1f0f7cbef201497a1d7786c8ee8edd31794
+Size (Test-DNS-0.203.tar.gz) = 11871 bytes



Home | Main Index | Thread Index | Old Index