package/perl-lwp-mediatypes: bump to version 6.04
authorFrancois Perrad <fperrad@gmail.com>
Sun, 31 Mar 2019 17:44:44 +0000 (19:44 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 1 Apr 2019 20:00:11 +0000 (22:00 +0200)
The license file is changed from README, which contained just the
following license details:

"""
    This library is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself.
"""

to the more complete LICENSE file, which didn't exist back in the 6.02
version. This LICENSE file contains the usual GPL or Artistic license
text.

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
[Thomas: add details about the license file change]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/perl-lwp-mediatypes/Config.in
package/perl-lwp-mediatypes/perl-lwp-mediatypes.hash
package/perl-lwp-mediatypes/perl-lwp-mediatypes.mk

index 4881090144dfdeae037ca3c46c2e930d40149d14..c1f58a6f3128f958b062097143a7751c61a45f08 100644 (file)
@@ -3,4 +3,4 @@ config BR2_PACKAGE_PERL_LWP_MEDIATYPES
        help
          guess media type for a file or a URL.
 
-         https://metacpan.org/release/LWP-MediaTypes
+         https://github.com/libwww-perl/lwp-mediatypes
index b459bb0663e8fafaa59fbc4f85efe05fc1a59c41..e125c0d57852a66699f8e1fe3ba15175ff70afb0 100644 (file)
@@ -1,6 +1,6 @@
 # retrieved by scancpan from http://cpan.metacpan.org/
-md5    8c5f25fb64b974d22aff424476ba13c9 LWP-MediaTypes-6.02.tar.gz
-sha256 18790b0cc5f0a51468495c3847b16738f785a2d460403595001e0b932e5db676 LWP-MediaTypes-6.02.tar.gz
+md5    84b799a90c0d2ce52897a7cb4c0478d0 LWP-MediaTypes-6.04.tar.gz
+sha256 8f1bca12dab16a1c2a7c03a49c5e58cce41a6fec9519f0aadfba8dad997919d9 LWP-MediaTypes-6.04.tar.gz
 
 # computed by scancpan
-sha256 0844071ccbc184e7376c61051986c0b7bc3f0e6094c052ceaafd3d057673c17d README
+sha256 e84ac5ab84ace59952d2640e0ca4522eb0aaa8c2aa696352d1252aa109ea20bc LICENSE
index 3ba2abc894eeb6a07b9225b430316b81ae422cc0..687a844271fde395a60c51c4efa89b171763be9b 100644 (file)
@@ -4,11 +4,11 @@
 #
 ################################################################################
 
-PERL_LWP_MEDIATYPES_VERSION = 6.02
+PERL_LWP_MEDIATYPES_VERSION = 6.04
 PERL_LWP_MEDIATYPES_SOURCE = LWP-MediaTypes-$(PERL_LWP_MEDIATYPES_VERSION).tar.gz
-PERL_LWP_MEDIATYPES_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GA/GAAS
+PERL_LWP_MEDIATYPES_SITE = $(BR2_CPAN_MIRROR)/authors/id/O/OA/OALDERS
 PERL_LWP_MEDIATYPES_LICENSE = Artistic or GPL-1.0+
-PERL_LWP_MEDIATYPES_LICENSE_FILES = README
+PERL_LWP_MEDIATYPES_LICENSE_FILES = LICENSE
 PERL_LWP_MEDIATYPES_DISTNAME = LWP-MediaTypes
 
 $(eval $(perl-package))