Marcel Telka
2024-03-19 9f8fbca9717b16d6f74c5519a67a00020b38a6f3
perl/Variable-Magic: update to 0.64

5 files modified
20 ■■■■■ changed files
components/perl/Variable-Magic/Makefile 5 ●●●●● patch | view | raw | blame | history
components/perl/Variable-Magic/Variable-Magic-PERLVER.p5m 1 ●●●● patch | view | raw | blame | history
components/perl/Variable-Magic/Variable-Magic.license 5 ●●●●● patch | view | raw | blame | history
components/perl/Variable-Magic/manifests/sample-manifest.p5m 3 ●●●● patch | view | raw | blame | history
components/perl/Variable-Magic/pkg5 6 ●●●● patch | view | raw | blame | history
components/perl/Variable-Magic/Makefile
@@ -19,12 +19,11 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_PERL_MODULE =        Variable::Magic
HUMAN_VERSION =            0.63
COMPONENT_REVISION =        1
HUMAN_VERSION =            0.64
COMPONENT_SUMMARY =        Variable::Magic - Associate user-defined magic to variables from Perl.
COMPONENT_CPAN_AUTHOR =        VPIT
COMPONENT_ARCHIVE_HASH =    \
    sha256:ba4083b2c31ff2694f2371333d554c826aaf24b4d98d03e48b5b4a43a2a0e679
    sha256:9f7853249c9ea3b4df92fb6b790c03a60680fc029f44c8bf9894dccf019516bd
COMPONENT_LICENSE =        Artistic-1.0-Perl OR GPL-1.0-or-later
include $(WS_MAKE_RULES)/common.mk
components/perl/Variable-Magic/Variable-Magic-PERLVER.p5m
@@ -32,4 +32,3 @@
    pkg.debug.depend.path=usr/perl5/$(PERLVER)/bin
# Automatically generated dependencies based on distribution metadata
#depend type=require fmri=pkg:/runtime/perl-$(PLV)
components/perl/Variable-Magic/Variable-Magic.license
@@ -1,5 +1,6 @@
    Copyright 2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2022
    Vincent Pit, all rights reserved.
    Copyright
    2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2022,2024 Vincent
    Pit, all rights reserved.
    This program is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself.
components/perl/Variable-Magic/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2023 <contributor>
# Copyright 2024 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)-$(PLV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -32,4 +32,3 @@
    pkg.debug.depend.path=usr/perl5/$(PERLVER)/bin
# Automatically generated dependencies based on distribution metadata
#depend type=require fmri=pkg:/runtime/perl-$(PLV)
components/perl/Variable-Magic/pkg5
@@ -6,10 +6,10 @@
        "system/library"
    ],
    "fmris": [
        "library/perl-5/variable-magic",
        "library/perl-5/variable-magic-534",
        "library/perl-5/variable-magic-536",
        "library/perl-5/variable-magic-538",
        "library/perl-5/variable-magic"
        "library/perl-5/variable-magic-538"
    ],
    "name": "Variable-Magic"
}
}