pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/p5-Geo-Distance



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Sep  7 11:14:14 UTC 2020

Modified Files:
        pkgsrc/geography/p5-Geo-Distance: Makefile distinfo

Log Message:
p5-Geo-Distance: update to 0.24.

0.24 2019-03-10T06:48:33Z

 - Once again support the alt formula (now with a PP variant!).

0.23 2019-03-09T13:15:58Z

 - Require GIS::Distance 0.13 so that tests pass.
 - Fixed a coordinate ordering bug in distance().
 - Added the null formula.

0.22 2019-03-08T18:36:39Z

 - Made the distance() method faster.

0.21 2019-03-07T23:08:39Z

 - Officially set the x_deprecated META flag.
 - Use GIS::Distance 0.11+ for all distance calculations.
 - Lots and lots of documentation edits for the above.
 - Migrate build tooling from Dist::Zilla to Minilla.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/geography/p5-Geo-Distance/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/geography/p5-Geo-Distance/distinfo

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

Modified files:

Index: pkgsrc/geography/p5-Geo-Distance/Makefile
diff -u pkgsrc/geography/p5-Geo-Distance/Makefile:1.23 pkgsrc/geography/p5-Geo-Distance/Makefile:1.24
--- pkgsrc/geography/p5-Geo-Distance/Makefile:1.23      Mon Sep  7 11:10:38 2020
+++ pkgsrc/geography/p5-Geo-Distance/Makefile   Mon Sep  7 11:14:14 2020
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2020/09/07 11:10:38 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2020/09/07 11:14:14 wiz Exp $
 
-DISTNAME=      Geo-Distance-0.20
+DISTNAME=      Geo-Distance-0.24
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   8
 CATEGORIES=    geography perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Geo/}
 
@@ -11,11 +10,15 @@ HOMEPAGE=   https://metacpan.org/release/B
 COMMENT=       Calculate Distances and Closest Locations
 LICENSE=       ${PERL5_LICENSE}
 
-TEST_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
+DEPENDS+=      p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean
+DEPENDS+=      p5-Const-Fast-[0-9]*:../../devel/p5-Const-Fast
+DEPENDS+=      p5-GIS-Distance-[0-9]*:../../geography/p5-GIS-Distance
+TEST_DEPENDS+= p5-Test2-Suite-[0-9]*:../../devel/p5-Test2-Suite
 
+# test failures for 0.24:
+# https://github.com/bluefeet/Geo-Distance/issues/18
 PERL5_PACKLIST=                auto/Geo/Distance/.packlist
-#PERL5_MODULE_TYPE=    Module::Install::Bundled
-MAKE_PARAMS+=          --skipdeps
+PERL5_MODULE_TYPE=     Module::Build::Tiny
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/geography/p5-Geo-Distance/distinfo
diff -u pkgsrc/geography/p5-Geo-Distance/distinfo:1.6 pkgsrc/geography/p5-Geo-Distance/distinfo:1.7
--- pkgsrc/geography/p5-Geo-Distance/distinfo:1.6       Tue Nov  3 00:08:44 2015
+++ pkgsrc/geography/p5-Geo-Distance/distinfo   Mon Sep  7 11:14:14 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2015/11/03 00:08:44 agc Exp $
+$NetBSD: distinfo,v 1.7 2020/09/07 11:14:14 wiz Exp $
 
-SHA1 (Geo-Distance-0.20.tar.gz) = bb451e643a27f515107e11d73a3c0aeea09dbb43
-RMD160 (Geo-Distance-0.20.tar.gz) = 3bee03fde6d19a12ad5d52d7714dda7a23b1a5c4
-SHA512 (Geo-Distance-0.20.tar.gz) = edbe0937aba9b7edee3a7c76c3fcaa1fd0975a45a143aa49fa297c58d6216e1204b98ab1b8d9648239fee70063df2636802d075264779c8443427335721ed6b4
-Size (Geo-Distance-0.20.tar.gz) = 18727 bytes
+SHA1 (Geo-Distance-0.24.tar.gz) = c3ed4b0e5cdd91b3ad2519db2e69d83334001974
+RMD160 (Geo-Distance-0.24.tar.gz) = f69d23d94bebea0e614ff25480b956e3519917df
+SHA512 (Geo-Distance-0.24.tar.gz) = 4b8f32809f7c7e6ab1b584d9c3cf2a0030670bf670f822958dfb49d9e71a82a98c4d842b6034442e1a5bf163e448539a02e0b5f94a47530a8a17a01e1a8e8fa5
+Size (Geo-Distance-0.24.tar.gz) = 17818 bytes



Home | Main Index | Thread Index | Old Index