pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-App-perlbrew



Module Name:    pkgsrc
Committed By:   wen
Date:           Sat Jun  9 01:40:20 UTC 2018

Modified Files:
        pkgsrc/devel/p5-App-perlbrew: Makefile distinfo

Log Message:
Update to 0.83

Upstream changes:
0.83
        - Released at 2018-05-30T08:04:43+0900
        - Thanks to our contributors: Alceu Rodrigues de Freitas Junior, Dan Book, Luca Ferrari, María Inés Parnisari, Mohammad S Anwar, Shoichi Kaji, sylints
        - my respect to search.cpan.org
        - MAKE env var can now be used to specify the "make" program.
        - New command: install-cpm
        - "install" command now has a "--builddir" option for specifying a work directory
        - "list" command now takes "--verbose" option.
        - "clone-modules" command is now better documented.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/p5-App-perlbrew/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/p5-App-perlbrew/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-App-perlbrew/Makefile
diff -u pkgsrc/devel/p5-App-perlbrew/Makefile:1.30 pkgsrc/devel/p5-App-perlbrew/Makefile:1.31
--- pkgsrc/devel/p5-App-perlbrew/Makefile:1.30  Sat Dec 30 13:18:47 2017
+++ pkgsrc/devel/p5-App-perlbrew/Makefile       Sat Jun  9 01:40:20 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2017/12/30 13:18:47 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2018/06/09 01:40:20 wen Exp $
 
-DISTNAME=      App-perlbrew-0.82
+DISTNAME=      App-perlbrew-0.83
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=App/}
@@ -27,10 +27,13 @@ BUILD_DEPENDS+=     p5-Test-Spec>=0:../../de
 BUILD_DEPENDS+=        p5-Path-Class>=0:../../devel/p5-Path-Class
 BUILD_DEPENDS+=        p5-IO-All>=0.46:../../devel/p5-IO-All
 BUILD_DEPENDS+=        p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
+BUILD_DEPENDS+=        p5-Test-TempDir-Tiny>=0:../../devel/p5-Test-TempDir-Tiny
 #              File::Temp in perl 5.14
 
 USE_LANGUAGES=         # empty
 USE_TOOLS+=            perl
+PERL5_MODULE_TYPE=     Module::Build::Tiny
+
 PERL5_PACKLIST=                auto/App/perlbrew/.packlist
 
 .include "../../lang/perl5/module.mk"

Index: pkgsrc/devel/p5-App-perlbrew/distinfo
diff -u pkgsrc/devel/p5-App-perlbrew/distinfo:1.18 pkgsrc/devel/p5-App-perlbrew/distinfo:1.19
--- pkgsrc/devel/p5-App-perlbrew/distinfo:1.18  Sat Dec 30 13:18:47 2017
+++ pkgsrc/devel/p5-App-perlbrew/distinfo       Sat Jun  9 01:40:20 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2017/12/30 13:18:47 wiz Exp $
+$NetBSD: distinfo,v 1.19 2018/06/09 01:40:20 wen Exp $
 
-SHA1 (App-perlbrew-0.82.tar.gz) = 63250d446b11274d91d2aff91fb25324783449be
-RMD160 (App-perlbrew-0.82.tar.gz) = 58d2bc177838af5812ea203e54fde9f72d78fee5
-SHA512 (App-perlbrew-0.82.tar.gz) = fca0c23f94462d260acbbfb471954055681c3d88b2cd126fdb54ecc1de8f00f32ccf6f32929ac451e86d6192c4de612f71c438419756d25808f30a08e14dfcee
-Size (App-perlbrew-0.82.tar.gz) = 90075 bytes
+SHA1 (App-perlbrew-0.83.tar.gz) = 6cd7570befa3f2c2d7b08860f0772f15e3f7f736
+RMD160 (App-perlbrew-0.83.tar.gz) = 1145c4d6f1d44c990ac3dcd10c2ce32726788101
+SHA512 (App-perlbrew-0.83.tar.gz) = e6311c878d9e887401f28c5dbcff706f580e7cd8e2bcfa23dbca59a35907da0528e569e4c6fd4b22cab5980d7a74234da8985f75bb45d8bff9edc55d1ee4c4d6
+Size (App-perlbrew-0.83.tar.gz) = 79733 bytes



Home | Main Index | Thread Index | Old Index