Skip to content

Commit

Permalink
p5-Package-DeprecationManager: update to 0.18.
Browse files Browse the repository at this point in the history
0.18     2023-02-19

- Use Sub::Util instead of Sub::Name, which is part of Scalar-List-Utils,
  which itself is a dependency already. Implemented by Aristotle Pagaltzis. GH
  #3.
  • Loading branch information
0-wiz-0 committed May 20, 2023
1 parent dfb18b2 commit 8ef7432
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 17 deletions.
20 changes: 7 additions & 13 deletions devel/p5-Package-DeprecationManager/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.29 2022/06/28 11:33:01 wiz Exp $
# $NetBSD: Makefile,v 1.30 2023/05/20 06:55:07 wiz Exp $

DISTNAME= Package-DeprecationManager-0.17
DISTNAME= Package-DeprecationManager-0.18
PKGNAME= p5-${DISTNAME}
PKGREVISION= 7
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Package/}

Expand All @@ -11,20 +10,15 @@ HOMEPAGE= https://metacpan.org/release/Package-DeprecationManager
COMMENT= Perl 5 module to manage deprecation warnings
LICENSE= ${PERL5_LICENSE}

USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Package/DeprecationManager/.packlist

DEPENDS+= p5-Package-Stash-[0-9]*:../../devel/p5-Package-Stash
DEPENDS+= p5-Params-Util-[0-9]*:../../devel/p5-Params-Util
DEPENDS+= p5-Sub-Install-[0-9]*:../../devel/p5-Sub-Install
DEPENDS+= p5-Sub-Name-[0-9]*:../../devel/p5-Sub-Name
#DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
TEST_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
TEST_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
TEST_DEPENDS+= p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings

#TEST_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
TEST_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
#TEST_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
TEST_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
TEST_DEPENDS+= p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Package/DeprecationManager/.packlist

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
8 changes: 4 additions & 4 deletions devel/p5-Package-DeprecationManager/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.12 2021/10/26 10:17:14 nia Exp $
$NetBSD: distinfo,v 1.13 2023/05/20 06:55:07 wiz Exp $

BLAKE2s (Package-DeprecationManager-0.17.tar.gz) = dc6e5fe2147c221ab9393ead482d03c99028f814a5ade2acb6e1d721821d73b7
SHA512 (Package-DeprecationManager-0.17.tar.gz) = 57bf79df657895342ca5b8d13f155d85f34d1a85415570b112138b6c50c5d08b421a1707671fbf807918cc334006e4558a626a7201c60096924fc2200c751cde
Size (Package-DeprecationManager-0.17.tar.gz) = 27647 bytes
BLAKE2s (Package-DeprecationManager-0.18.tar.gz) = f527d807ab5b35ef037b94c253b09f7010924d222fdc61dbad5b29421b620330
SHA512 (Package-DeprecationManager-0.18.tar.gz) = e0e34fd9b90d0266d782b85fe9a74c4bde217009488c75143c0ef2114d8c53f58a01c34214909705628c3816267b288b1b05d341fa8fae7a3fcc6bbdbf2f6031
Size (Package-DeprecationManager-0.18.tar.gz) = 31812 bytes

0 comments on commit 8ef7432

Please sign in to comment.