pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Alien-Build



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Apr 26 12:45:39 UTC 2021

Modified Files:
        pkgsrc/devel/p5-Alien-Build: Makefile distinfo

Log Message:
p5-Alien-Build: update to 2.38.

2.38      2021-01-11 14:35:54 -0700
  - Fixed a bug the can cause an array dereference error in pkg-config command line
    plugin on MSYS2 / MinGW environment (gh#243)
  - Changed the auto-generated module name for Test::Alien, in a way that works
    around a probable bug / issue with ExtUtils::CBuilder (gh#243)


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/p5-Alien-Build/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/p5-Alien-Build/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-Alien-Build/Makefile
diff -u pkgsrc/devel/p5-Alien-Build/Makefile:1.31 pkgsrc/devel/p5-Alien-Build/Makefile:1.32
--- pkgsrc/devel/p5-Alien-Build/Makefile:1.31   Sun Nov  8 03:03:59 2020
+++ pkgsrc/devel/p5-Alien-Build/Makefile        Mon Apr 26 12:45:39 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2020/11/08 03:03:59 mef Exp $
+# $NetBSD: Makefile,v 1.32 2021/04/26 12:45:39 wiz Exp $
 
-DISTNAME=      Alien-Build-2.37
+DISTNAME=      Alien-Build-2.38
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PL/PLICEASE/}

Index: pkgsrc/devel/p5-Alien-Build/distinfo
diff -u pkgsrc/devel/p5-Alien-Build/distinfo:1.25 pkgsrc/devel/p5-Alien-Build/distinfo:1.26
--- pkgsrc/devel/p5-Alien-Build/distinfo:1.25   Sun Nov  8 03:03:59 2020
+++ pkgsrc/devel/p5-Alien-Build/distinfo        Mon Apr 26 12:45:39 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.25 2020/11/08 03:03:59 mef Exp $
+$NetBSD: distinfo,v 1.26 2021/04/26 12:45:39 wiz Exp $
 
-SHA1 (Alien-Build-2.37.tar.gz) = 250d2fedf96e959a86b50959556d767f3c254e5f
-RMD160 (Alien-Build-2.37.tar.gz) = 2ca878553e7d5b3eefeca3879aa61c43f66b0b92
-SHA512 (Alien-Build-2.37.tar.gz) = 7a970b498de69005b454c9a14b541b2622609ad74244e744122339ee416e77e5d126bb0ebf97d9384990c3d951efb37783c60671781b01eebcaec4bca3503e94
-Size (Alien-Build-2.37.tar.gz) = 330915 bytes
+SHA1 (Alien-Build-2.38.tar.gz) = 393ac7a0d95fdd4a2b3e21a2cb7d26ad6f84d7ba
+RMD160 (Alien-Build-2.38.tar.gz) = 35f043b9d87836dce6af5b07b8c812e3b9f0cca7
+SHA512 (Alien-Build-2.38.tar.gz) = a77b27894c74e9b73fd479f3efb67c748bf9f32931a75471f6e5e0ccbb65d2e5617abfef28f71a7e461f4e1a4216fa8968564aa8ae52ff1bbeae570743fbab81
+Size (Alien-Build-2.38.tar.gz) = 331770 bytes



Home | Main Index | Thread Index | Old Index