diff options
author | wiz <wiz@pkgsrc.org> | 2018-05-02 11:41:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-05-02 11:41:51 +0000 |
commit | 2982407312b20b76651bcae11848aaf043173003 (patch) | |
tree | 4a6e24f074e4880cc8ebcac3a8ced0bcfa762d53 | |
parent | 6674b75c51ff73fa443a394006025833314eea57 (diff) | |
download | pkgsrc-2982407312b20b76651bcae11848aaf043173003.tar.gz |
p5-File-ConfigDir: update to 0.021.
0.021 2018-05-01
- more MSWin32 related fixups
- include locallib_cfg_dir in config_dirs
0.020 2018-04-30
- spelling fixes (Thanks to Mohammed Anwar for the reminder
and pull request)
- dependencies correctly expressed
- tests for and implementation of _find_common_base_dir
fixed
- MSWin32 related fixups
- add license texts
0.019 2018-04-27
- fix local::lib handling and suggest use local::lib
- find a users homedir even without File::HomeDir
- add Travis and Coverage status badges
- add more tests for proving edge cases to improve test coverage
- add perlcritic rules and tests
- introduce perltidy ensurance
- simplify Travis-CI runs, add coverage test
-rw-r--r-- | devel/p5-File-ConfigDir/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-File-ConfigDir/distinfo | 10 |
2 files changed, 10 insertions, 8 deletions
diff --git a/devel/p5-File-ConfigDir/Makefile b/devel/p5-File-ConfigDir/Makefile index dc27e88aec9..4df4319b8f4 100644 --- a/devel/p5-File-ConfigDir/Makefile +++ b/devel/p5-File-ConfigDir/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2017/06/05 14:22:58 ryoon Exp $ +# $NetBSD: Makefile,v 1.19 2018/05/02 11:41:51 wiz Exp $ -DISTNAME= File-ConfigDir-0.018 +DISTNAME= File-ConfigDir-0.021 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} @@ -15,6 +14,9 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-File-HomeDir>=0.50:../../devel/p5-File-HomeDir DEPENDS+= p5-List-MoreUtils>=0.22:../../devel/p5-List-MoreUtils +# TEST_DEPENDS +BUILD_DEPENDS+= p5-Test-Without-Module-[0-9]*:../../devel/p5-Test-Without-Module + USE_LANGUAGES= # empty PERL5_PACKLIST= auto/File/ConfigDir/.packlist diff --git a/devel/p5-File-ConfigDir/distinfo b/devel/p5-File-ConfigDir/distinfo index 07a107dbce9..8bd76ce243a 100644 --- a/devel/p5-File-ConfigDir/distinfo +++ b/devel/p5-File-ConfigDir/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2017/05/26 13:30:09 mef Exp $ +$NetBSD: distinfo,v 1.10 2018/05/02 11:41:51 wiz Exp $ -SHA1 (File-ConfigDir-0.018.tar.gz) = bd1d84f4ad8fc6b7654366116a1a246b0387c48d -RMD160 (File-ConfigDir-0.018.tar.gz) = 3ae3843ba84b0e1a5c9adb5abd50762c9ef69467 -SHA512 (File-ConfigDir-0.018.tar.gz) = 9f70b2c3b9c30d54265964af473e4f64e90d2807181268dec372d04b928d00ab83305cc2238a317051b4e814cfb71dd80ecafad2cec44e97795e3acde56740ed -Size (File-ConfigDir-0.018.tar.gz) = 9449 bytes +SHA1 (File-ConfigDir-0.021.tar.gz) = ff3a24f478dedf5bb4af0326a8fe1b3fbf47ca48 +RMD160 (File-ConfigDir-0.021.tar.gz) = 7d4bd60da6038241a433eb0afd5e5567961641e8 +SHA512 (File-ConfigDir-0.021.tar.gz) = f42d6a610d36564ed06023da8c90b3f993de5e2e87dbb39d1fc320774f6ee66e0fbe181463871e6854d5a45a1f9187909300b95ce0facb9d863d7ebe8c99154a +Size (File-ConfigDir-0.021.tar.gz) = 18177 bytes |