pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Specio



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jul  1 21:07:18 UTC 2025

Modified Files:
        pkgsrc/devel/p5-Specio: Makefile distinfo

Log Message:
p5-Specio: update to 0.51.

0.51     2025-06-19

- Made it possible to force Specio to only use pure Perl dependencies by setting the
  SPECIO_IMPLEMENTATION environment variable to "PP". Requested by @arodland (Andrew Rodland). GH
  #23.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/p5-Specio/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/p5-Specio/distinfo

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

Modified files:

Index: pkgsrc/devel/p5-Specio/Makefile
diff -u pkgsrc/devel/p5-Specio/Makefile:1.33 pkgsrc/devel/p5-Specio/Makefile:1.34
--- pkgsrc/devel/p5-Specio/Makefile:1.33        Sun Feb 23 11:11:49 2025
+++ pkgsrc/devel/p5-Specio/Makefile     Tue Jul  1 21:07:18 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2025/02/23 11:11:49 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2025/07/01 21:07:18 wiz Exp $
 
-DISTNAME=      Specio-0.50
+DISTNAME=      Specio-0.51
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DR/DROLSKY/}
@@ -11,6 +11,9 @@ COMMENT=      Type constraints and coercions 
 LICENSE=       artistic-2.0
 
 DEPENDS+=      p5-Clone-[0-9]*:../../devel/p5-Clone
+DEPENDS+=      p5-Clone-Choose-[0-9]*:../../devel/p5-Clone-Choose
+DEPENDS+=      p5-Clone-PP-[0-9]*:../../devel/p5-Clone-PP
+DEPENDS+=      p5-Module-Implementation-[0-9]*:../../devel/p5-Module-Implementation
 DEPENDS+=      p5-Eval-Closure-[0-9]*:../../devel/p5-Eval-Closure
 DEPENDS+=      p5-Role-Tiny>=1.003003:../../devel/p5-Role-Tiny
 DEPENDS+=      p5-MRO-Compat-[0-9]*:../../devel/p5-MRO-Compat

Index: pkgsrc/devel/p5-Specio/distinfo
diff -u pkgsrc/devel/p5-Specio/distinfo:1.24 pkgsrc/devel/p5-Specio/distinfo:1.25
--- pkgsrc/devel/p5-Specio/distinfo:1.24        Sun Feb 23 11:11:49 2025
+++ pkgsrc/devel/p5-Specio/distinfo     Tue Jul  1 21:07:18 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2025/02/23 11:11:49 wiz Exp $
+$NetBSD: distinfo,v 1.25 2025/07/01 21:07:18 wiz Exp $
 
-BLAKE2s (Specio-0.50.tar.gz) = 37a2fe41385c0634f07120495cfb4b7fa8448e0e191270a0896514645046b2f9
-SHA512 (Specio-0.50.tar.gz) = c42edad7ae8a7d9585b72c254b163eef7a7d05d22aebe14f98cda9c8773549128123c7b0a11a130ebf8f5437e0b8f42c6dc8a7f80c10b382a7d32bc8cc0c5a9e
-Size (Specio-0.50.tar.gz) = 108610 bytes
+BLAKE2s (Specio-0.51.tar.gz) = c672ea0d063c78ffad4b602ea8b93493a6f992a775e8023b39a68f82cf168238
+SHA512 (Specio-0.51.tar.gz) = 49d14c8a19b27d4003e04d39732a25e5c6880f2ca4be714c72475d1e0a1d11d56a66a9112020856800de8cc6795368f0ccfce7a46fdad18caf7a0cd07100636a
+Size (Specio-0.51.tar.gz) = 133033 bytes



Home | Main Index | Thread Index | Old Index