pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Alien-Build Update to 1.43



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d94545b65047
branches:  trunk
changeset: 309071:d94545b65047
user:      wen <wen%pkgsrc.org@localhost>
date:      Fri Jun 08 01:34:44 2018 +0000

description:
Update to 1.43
Add missing BUILD_DEPENDS

Upstream changes:
1.43      2018-06-03 06:41:28 -0400
  - Documentation fixes
  - Use a custom site.config to ensure libraries are installed in lib
    and not lib64 or lib/64 for share installs

1.42      2018-05-09 08:19:18 -0400
  - Corrected typo for install_prop->{old}->{prefix} (had been preifx)

diffstat:

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

diffs (35 lines):

diff -r 179d30a79026 -r d94545b65047 devel/p5-Alien-Build/Makefile
--- a/devel/p5-Alien-Build/Makefile     Thu Jun 07 19:39:30 2018 +0000
+++ b/devel/p5-Alien-Build/Makefile     Fri Jun 08 01:34:44 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2018/04/26 13:31:09 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2018/06/08 01:34:44 wen Exp $
 
-DISTNAME=      Alien-Build-1.41
+DISTNAME=      Alien-Build-1.43
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    textproc perl5
 MASTER_SITES=  http://search.cpan.org/CPAN/authors/id/P/PL/PLICEASE/
@@ -24,6 +24,7 @@
 
 BUILD_DEPENDS+=        p5-Readonly-[0-9]*:../../devel/p5-Readonly
 BUILD_DEPENDS+=        p5-Sort-Versions-[0-9]*:../../devel/p5-Sort-Versions
+BUILD_DEPENDS+=        p5-Test2-Suite>=0.000060:../../devel/p5-Test2-Suite
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 179d30a79026 -r d94545b65047 devel/p5-Alien-Build/distinfo
--- a/devel/p5-Alien-Build/distinfo     Thu Jun 07 19:39:30 2018 +0000
+++ b/devel/p5-Alien-Build/distinfo     Fri Jun 08 01:34:44 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2018/04/26 13:31:09 wiz Exp $
+$NetBSD: distinfo,v 1.9 2018/06/08 01:34:44 wen Exp $
 
-SHA1 (Alien-Build-1.41.tar.gz) = f480569e44b93788515a40eb789449733e819145
-RMD160 (Alien-Build-1.41.tar.gz) = ea6ef3703ecc473712b603d8ec41f1ca28a13bcc
-SHA512 (Alien-Build-1.41.tar.gz) = 0298b72b666079a6d5b47f9aaf00ce7c97a33897534a69af642b9773dab6ad8c822bf5ca079e5fea4530b12405e40701263227443ebd4085c6974021de058266
-Size (Alien-Build-1.41.tar.gz) = 219895 bytes
+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



Home | Main Index | Thread Index | Old Index