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:           Tue Aug 21 09:54:04 UTC 2018

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

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

1.48      2018-07-04 20:33:29 -0400

1.47_01   2018-07-03 23:17:09 -0400
  - Fixed bug where Alien::Base was capturing stderr and stdout
    from pkg-config, instead of just stdout which is what it should
    be doing.
  - Additional diagnostics for xz fail

1.46      2018-06-25 03:08:25 +0000
  - Production release identical to 1.45_01

1.45_01   2018-06-24 08:13:08 -0400
  - Add alt method to Alien::Base.  This merges the capabilities from
    Alien::Role::Alt into core, making that role now obsolete.
  - Add alt_names and alt_exists methods to Alien::Base.  This was a
    capability missing from Alien::Role::Alt
  - Fix bug in Alien::Build::MM where 'make alien_prop_runtime' printed
    install instead of runtime properties

1.44_01   2018-06-20 06:36:57 -0600
  - Added Alien::Build::Plugin::Prefer::GoodVersion


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/p5-Alien-Build/Makefile \
    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.9 pkgsrc/devel/p5-Alien-Build/Makefile:1.10
--- pkgsrc/devel/p5-Alien-Build/Makefile:1.9    Fri Jun  8 01:34:44 2018
+++ pkgsrc/devel/p5-Alien-Build/Makefile        Tue Aug 21 09:54:04 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2018/06/08 01:34:44 wen Exp $
+# $NetBSD: Makefile,v 1.10 2018/08/21 09:54:04 wiz Exp $
 
-DISTNAME=      Alien-Build-1.43
+DISTNAME=      Alien-Build-1.48
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    textproc perl5
 MASTER_SITES=  http://search.cpan.org/CPAN/authors/id/P/PL/PLICEASE/
Index: pkgsrc/devel/p5-Alien-Build/distinfo
diff -u pkgsrc/devel/p5-Alien-Build/distinfo:1.9 pkgsrc/devel/p5-Alien-Build/distinfo:1.10
--- pkgsrc/devel/p5-Alien-Build/distinfo:1.9    Fri Jun  8 01:34:44 2018
+++ pkgsrc/devel/p5-Alien-Build/distinfo        Tue Aug 21 09:54:04 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2018/06/08 01:34:44 wen Exp $
+$NetBSD: distinfo,v 1.10 2018/08/21 09:54:04 wiz Exp $
 
-SHA1 (Alien-Build-1.43.tar.gz) = 5d38363bd319e4b19d865317390a47124d9f7810
-RMD160 (Alien-Build-1.43.tar.gz) = bf609b0e70ee85470d6f279b8c13f8f4746dbba5
-SHA512 (Alien-Build-1.43.tar.gz) = ba60413143c1dae2fa335ff350a7470b3984c61b0b07791b37aee91a95898acd6667e2b3f18828638539a5cc1fff80cbf7a349b95adb7028198df0d5f1c8dc86
-Size (Alien-Build-1.43.tar.gz) = 216856 bytes
+SHA1 (Alien-Build-1.48.tar.gz) = 3104dee31d0629949ef6eaed9e4607d21893b1b9
+RMD160 (Alien-Build-1.48.tar.gz) = 5ebcd39dc2daa09cc7892298957324a59c8324a8
+SHA512 (Alien-Build-1.48.tar.gz) = 8e533d770ff0ee21228396c9c9d020c354933e4778a92211e82a72c11101a325a6e52b8046150a74c8edb259cf76c1bbbf1cbbbb2e4e19468ef5c04b36319b6c
+Size (Alien-Build-1.48.tar.gz) = 238626 bytes



Home | Main Index | Thread Index | Old Index