pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Module-ScanDeps Update to 1.27



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c6af9f4ddd69
branches:  trunk
changeset: 318467:c6af9f4ddd69
user:      wen <wen%pkgsrc.org@localhost>
date:      Sat Jan 26 07:48:24 2019 +0000

description:
Update to 1.27

Upstream changes:
1.27  2019-01-15

- fixes by Shawn Laffan <shawnlaffan%gmail.com@localhost>
  - Process lines like "{ package foo; use if 1, "warnings"; } (#8)
  - Also handle 'do {use module; ...}'

- some clean ups
  - scandeps.pl: sort output by module name
  - add_deps(): use _gettype() instead of inline code
  - _compile_or_execute(): require DynaLoader _before_ accessing
    its variables
  - t/7-check-dynaloader.t: improve diagnostics

- drop Cwd from the list of potential XS modules

- suppress warnings in some ancient Perls

1.26  2018-12-12

- Glue DLLs of XS modules should have type "shared" rather than "data"

  Detection broke on Windows where nowadays $Config{dlext} = "xs.dll"
  (i.e. it's not a simple suffix)

- Mention some other modules: Module::ExtractUse and Perl::PrereqScanner::* family

- Add %Preload rules for:
  - JSON::MaybeXS
  - HTTP::Entity::Parser
  - FFI::Platypus

diffstat:

 devel/p5-Module-ScanDeps/Makefile |   5 ++---
 devel/p5-Module-ScanDeps/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r 1988e5f6608b -r c6af9f4ddd69 devel/p5-Module-ScanDeps/Makefile
--- a/devel/p5-Module-ScanDeps/Makefile Sat Jan 26 07:46:26 2019 +0000
+++ b/devel/p5-Module-ScanDeps/Makefile Sat Jan 26 07:48:24 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.46 2018/08/22 09:44:19 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2019/01/26 07:48:24 wen Exp $
 
-DISTNAME=      Module-ScanDeps-1.25
+DISTNAME=      Module-ScanDeps-1.27
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Module/}
 
diff -r 1988e5f6608b -r c6af9f4ddd69 devel/p5-Module-ScanDeps/distinfo
--- a/devel/p5-Module-ScanDeps/distinfo Sat Jan 26 07:46:26 2019 +0000
+++ b/devel/p5-Module-ScanDeps/distinfo Sat Jan 26 07:48:24 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.28 2018/08/21 11:02:33 wiz Exp $
+$NetBSD: distinfo,v 1.29 2019/01/26 07:48:24 wen Exp $
 
-SHA1 (Module-ScanDeps-1.25.tar.gz) = df8ea0364f1efeb63fd604790c79c5a755793a75
-RMD160 (Module-ScanDeps-1.25.tar.gz) = b94f953409cff16d50f9b7530383cf822e319cb4
-SHA512 (Module-ScanDeps-1.25.tar.gz) = 1d1d10b55147e68238465fc1e5e9248d926151394034f0bde32c0030ff9bbd685ebb1ed0c6c924769a2e38c2dc15621990b454438db5ef5699aeed378f02aec7
-Size (Module-ScanDeps-1.25.tar.gz) = 54207 bytes
+SHA1 (Module-ScanDeps-1.27.tar.gz) = 6192b1a765c97c57ea0b38b355ee46a8442d4f31
+RMD160 (Module-ScanDeps-1.27.tar.gz) = acf0f64873a1082b078960c4aba01271c51f0c1a
+SHA512 (Module-ScanDeps-1.27.tar.gz) = ab5625f497a9dc9133960c7c9a5867f27f6f0061fa954225cfc53fda39d9b657743ee66a7a96cc1485bba57532fc0447c3b245dd81cf6e6c39522fdd2e308411
+Size (Module-ScanDeps-1.27.tar.gz) = 54387 bytes



Home | Main Index | Thread Index | Old Index