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:   mef
Date:           Sun Nov  8 03:04:00 UTC 2020

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

Log Message:
(devel/p5-Alien-Build) Updated 2.32 to 2.37

2.37      2020-11-02 09:09:13 -0700
  - Tests that rely on its behavior unset ALIEN_BUILD_PKG_CONFIG (gh#239)

2.36_01   2020-10-31 03:33:21 -0600
  - Fixed a bug where Probe and PkgConfig plugins could provide compiler / linker flags
    when the PkgConfig probe fails, but another probe succeed. (gh#238)

2.35_01   2020-10-28 02:06:21 -0600
  - Added install properties: system_probe_class and system_probe_instance_id (gh#237)
  - Added hook properties: probe_class and probe_instance_id (gh#237)

2.34_01   2020-10-27 04:23:24 -0600
  - Added instance_id property to Alien::Build::Plugin class (gh#235)
  - Added plugin_instance_prop method to Alien::Build class (gh#235)

2.33      2020-09-21 03:21:40 -0600
  - Skip problematic test on cygwin (gh#232)


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/p5-Alien-Build/Makefile
cvs rdiff -u -r1.24 -r1.25 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.30 pkgsrc/devel/p5-Alien-Build/Makefile:1.31
--- pkgsrc/devel/p5-Alien-Build/Makefile:1.30   Sun Sep 13 07:46:37 2020
+++ pkgsrc/devel/p5-Alien-Build/Makefile        Sun Nov  8 03:03:59 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2020/09/13 07:46:37 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2020/11/08 03:03:59 mef Exp $
 
-DISTNAME=      Alien-Build-2.32
+DISTNAME=      Alien-Build-2.37
 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.24 pkgsrc/devel/p5-Alien-Build/distinfo:1.25
--- pkgsrc/devel/p5-Alien-Build/distinfo:1.24   Sun Sep 13 07:46:37 2020
+++ pkgsrc/devel/p5-Alien-Build/distinfo        Sun Nov  8 03:03:59 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.24 2020/09/13 07:46:37 wiz Exp $
+$NetBSD: distinfo,v 1.25 2020/11/08 03:03:59 mef Exp $
 
-SHA1 (Alien-Build-2.32.tar.gz) = c8441177d6933a3dd25f467b61f000a063a2f47e
-RMD160 (Alien-Build-2.32.tar.gz) = 68032ab343437ca97f4c056cdf3cbe12bb7bc066
-SHA512 (Alien-Build-2.32.tar.gz) = 5c9c66076c7c6f30535401aea588a85ca51282df74f1bb4f4b21bff1aaea0d74220b278a123a00adc74c21a1aa528966db01a77f4783bd8aeea894fe97349d43
-Size (Alien-Build-2.32.tar.gz) = 327696 bytes
+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



Home | Main Index | Thread Index | Old Index