forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated devel/p5-Shell-Perl to 0.0026
------------------------------------- 0.0026 Sun Jan 08 12:40 PT 2017 - fix t/20expect_quit.t when TERM is not set 0.0025 Sat Jan 07 11:59 PT 2017 - requires version 0.77 - requires Getopt::Long 2.43 – bundling_values 0.0024 Fri Jan 06 2017 - every statement is now evalued by default with the current perl version running the shell - new shell command :set perl_version <version> - change in CLI options: case-sensitivity & no auto abbreviations - pirl -I dir1 -Idir2 - drop File::Slurp as a prereq
- Loading branch information
mef
committed
Feb 25, 2017
1 parent
abe986f
commit 3db18d4
Showing
2 changed files
with
7 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
# $NetBSD: Makefile,v 1.11 2016/06/08 19:23:30 wiz Exp $ | ||
# $NetBSD: Makefile,v 1.12 2017/02/25 14:01:49 mef Exp $ | ||
# | ||
|
||
DISTNAME= Shell-Perl-0.0023 | ||
DISTNAME= Shell-Perl-0.0026 | ||
PKGNAME= p5-${DISTNAME} | ||
PKGREVISION= 2 | ||
CATEGORIES= devel perl5 | ||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Shell/} | ||
EXTRACT_SUFX= .tgz | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= http://search.cpan.org/dist/Shell-Perl/ | ||
|
@@ -18,7 +16,6 @@ PERL5_PACKLIST= auto/Shell/Perl/.packlist | |
|
||
DEPENDS+= p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor | ||
DEPENDS+= p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir | ||
DEPENDS+= p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp | ||
DEPENDS+= p5-Path-Class-[0-9]*:../../devel/p5-Path-Class | ||
DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.4 2015/11/03 03:28:44 agc Exp $ | ||
$NetBSD: distinfo,v 1.5 2017/02/25 14:01:49 mef Exp $ | ||
|
||
SHA1 (Shell-Perl-0.0023.tgz) = 622b0b09960424af81e95e61208b5e7a65bbf456 | ||
RMD160 (Shell-Perl-0.0023.tgz) = e117caccaf1e71070bc7e600964225ba71f23125 | ||
SHA512 (Shell-Perl-0.0023.tgz) = 167903e3dd55d7b28c06ca9200f3e1ccb68e619b9153401004395f957d952ec2cc36104292747abed7f35c6eca23f2fdf1617fa30c05a68ed2e5ec7aaafedbf5 | ||
Size (Shell-Perl-0.0023.tgz) = 14579 bytes | ||
SHA1 (Shell-Perl-0.0026.tar.gz) = e49dab0511e5a5698181ce4f77bcd4b0ad63d757 | ||
RMD160 (Shell-Perl-0.0026.tar.gz) = 7e2bb41cd1c327cb03839d129c85a1c644559298 | ||
SHA512 (Shell-Perl-0.0026.tar.gz) = 802c5cc0f07e9d91f16c4f7208b0d85c3434f3b20d07dff74c123ca12a079955ec894c93c39385c9377b716cfc808989c5910f5b684b5ae595b5f54fbba7b783 | ||
Size (Shell-Perl-0.0026.tar.gz) = 14608 bytes |