pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Module-ScanDeps



Module Name:    pkgsrc
Committed By:   wen
Date:           Sat Jan 26 07:48:24 UTC 2019

Modified Files:
        pkgsrc/devel/p5-Module-ScanDeps: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/devel/p5-Module-ScanDeps/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/p5-Module-ScanDeps/distinfo

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

Modified files:

Index: pkgsrc/devel/p5-Module-ScanDeps/Makefile
diff -u pkgsrc/devel/p5-Module-ScanDeps/Makefile:1.46 pkgsrc/devel/p5-Module-ScanDeps/Makefile:1.47
--- pkgsrc/devel/p5-Module-ScanDeps/Makefile:1.46       Wed Aug 22 09:44:19 2018
+++ pkgsrc/devel/p5-Module-ScanDeps/Makefile    Sat Jan 26 07:48:24 2019
@@ -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/}
 

Index: pkgsrc/devel/p5-Module-ScanDeps/distinfo
diff -u pkgsrc/devel/p5-Module-ScanDeps/distinfo:1.28 pkgsrc/devel/p5-Module-ScanDeps/distinfo:1.29
--- pkgsrc/devel/p5-Module-ScanDeps/distinfo:1.28       Tue Aug 21 11:02:33 2018
+++ pkgsrc/devel/p5-Module-ScanDeps/distinfo    Sat Jan 26 07:48:24 2019
@@ -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