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:           Sun Dec 29 16:16:39 UTC 2024

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

Log Message:
p5-Specio: update to 0.49.

0.49     2024-12-23

- Attempting to import any structured type caused a confusing "Can't store CODE items"
  error. Reported by Kerin Millar.
- Removed the "this is alpha" warning from Specio::Library::Structured. Given that I don't plan on
  making any major changes to this module, it's as production-ready as it's going to get.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/p5-Specio/Makefile
cvs rdiff -u -r1.22 -r1.23 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.31 pkgsrc/devel/p5-Specio/Makefile:1.32
--- pkgsrc/devel/p5-Specio/Makefile:1.31        Sat Nov 16 12:05:05 2024
+++ pkgsrc/devel/p5-Specio/Makefile     Sun Dec 29 16:16:39 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2024/11/16 12:05:05 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2024/12/29 16:16:39 wiz Exp $
 
-DISTNAME=      Specio-0.48
+DISTNAME=      Specio-0.49
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DR/DROLSKY/}
 
@@ -11,6 +10,7 @@ HOMEPAGE=     https://metacpan.org/release/S
 COMMENT=       Type constraints and coercions for Perl
 LICENSE=       artistic-2.0
 
+DEPENDS+=      p5-Clone-[0-9]*:../../devel/p5-Clone
 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.22 pkgsrc/devel/p5-Specio/distinfo:1.23
--- pkgsrc/devel/p5-Specio/distinfo:1.22        Wed Oct  5 13:19:44 2022
+++ pkgsrc/devel/p5-Specio/distinfo     Sun Dec 29 16:16:39 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2022/10/05 13:19:44 wen Exp $
+$NetBSD: distinfo,v 1.23 2024/12/29 16:16:39 wiz Exp $
 
-BLAKE2s (Specio-0.48.tar.gz) = 22a6a03c46877007cc27e6d44e26bddaac3629026e17149796a3232870ec6c28
-SHA512 (Specio-0.48.tar.gz) = 76fd2aa398008238d55714700581782c95b635a4d4198b1c51daecfec770b61b9898351cbc2bf999f4d837691de657c51a94581c0f0b21b67b605770d507729a
-Size (Specio-0.48.tar.gz) = 108298 bytes
+BLAKE2s (Specio-0.49.tar.gz) = e867336718448e4dd9bb96af36671d2bde023fb465eb6385cc469cbf32c84547
+SHA512 (Specio-0.49.tar.gz) = afef21b4e1762163c6f49e359822b6ee745566fc5f6f6f8cc495a705121dedfac6e999a8e18c30d1ff8586b2122c81046470ba747eca97222414a8ed076d628e
+Size (Specio-0.49.tar.gz) = 108356 bytes



Home | Main Index | Thread Index | Old Index