diff options
author | mef <mef@pkgsrc.org> | 2017-01-08 10:55:51 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2017-01-08 10:55:51 +0000 |
commit | c8ca573faefef5b38f6b7cf9a2301a8b4f07c9e2 (patch) | |
tree | c52da027a05bfc16a93406b91435d8731ed60084 /shells | |
parent | 6fd5d2eb0d59af90ae7f3df6d4f729e351ad97ea (diff) | |
download | pkgsrc-c8ca573faefef5b38f6b7cf9a2301a8b4f07c9e2.tar.gz |
Updated shells/perlsh to 1.8.1
------------------------------
1.8.1 [2007-07-20]
Fixes
* Applied patch from rafalka:
http://sourceforge.net/support/tracker.php?aid=1635389 to fix path
behavior on Windows.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/perlsh/Makefile | 8 | ||||
-rw-r--r-- | shells/perlsh/distinfo | 14 | ||||
-rw-r--r-- | shells/perlsh/patches/patch-aa | 6 | ||||
-rw-r--r-- | shells/perlsh/patches/patch-ab | 4 |
4 files changed, 19 insertions, 13 deletions
diff --git a/shells/perlsh/Makefile b/shells/perlsh/Makefile index b26b72282db..0f8f8b6bcd6 100644 --- a/shells/perlsh/Makefile +++ b/shells/perlsh/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.29 2016/07/09 06:38:57 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2017/01/08 10:55:51 mef Exp $ -DISTNAME= psh-1.8 -PKGNAME= perlsh-1.8 -PKGREVISION= 13 +DISTNAME= psh-1.8.1 +PKGNAME= perlsh-1.8.1 CATEGORIES= shells perl5 MASTER_SITES= http://search.cpan.org/CPAN/authors/id/G/GR/GREGOR/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/psh/ COMMENT= The Perl Shell +LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Term-ReadKey>=2.21:../../devel/p5-Term-ReadKey #DEPENDS+= {perl>=5.17.10,p5-Term-ReadLine>=1.12}:../../devel/p5-Term-ReadLine diff --git a/shells/perlsh/distinfo b/shells/perlsh/distinfo index a61bbcc8d70..240a2045408 100644 --- a/shells/perlsh/distinfo +++ b/shells/perlsh/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.5 2015/11/02 23:00:35 agc Exp $ +$NetBSD: distinfo,v 1.6 2017/01/08 10:55:51 mef Exp $ -SHA1 (psh-1.8.tar.gz) = fd2f1fd0e100fb9fc20102b1c0d9dfaf2b14c0b9 -RMD160 (psh-1.8.tar.gz) = ed06062ef6faeb08dba0ac5dd12cf24acbcd6380 -SHA512 (psh-1.8.tar.gz) = 770d4444f11617d1d9e3f4ee1cdaf55472ae675b5f9cdbf795c8e7e5e3c39fe08294aa68463910645ea32a1b9eba056c68bb53074b65f6c48016c19a6f6ffd12 -Size (psh-1.8.tar.gz) = 119989 bytes -SHA1 (patch-aa) = c91b7ace961409e9d12f7ecda0e0dad1e860cd22 -SHA1 (patch-ab) = e884915aeb44fcdce6d2177bd7836302048586f1 +SHA1 (psh-1.8.1.tar.gz) = 49d40d38d776348715a946d5b768612dde30ba47 +RMD160 (psh-1.8.1.tar.gz) = 661b0127c53409e9ff5aa84f99b4e821f23038c2 +SHA512 (psh-1.8.1.tar.gz) = 20ac6d6d39ff0820eee6314e73c02f18b9362ef3dde6e2c6cd68094d1ebc435d26bf3528e858042b95372916821077e5a4e5d4b376aac68caf6d8fc629a61c07 +Size (psh-1.8.1.tar.gz) = 120036 bytes +SHA1 (patch-aa) = 717a13402903ed776007a78a0efd57b94f047ee3 +SHA1 (patch-ab) = d2d4a192251e3c06edb263eeba4a1352364a12d7 diff --git a/shells/perlsh/patches/patch-aa b/shells/perlsh/patches/patch-aa index b2e36a40b6c..81551ee7837 100644 --- a/shells/perlsh/patches/patch-aa +++ b/shells/perlsh/patches/patch-aa @@ -1,4 +1,8 @@ -$NetBSD: patch-aa,v 1.1 2005/01/21 03:53:17 tv Exp $ +$NetBSD: patch-aa,v 1.2 2017/01/08 10:55:51 mef Exp $ + +date: 2005-01-21 12:53:17 +0900; author: tv; state: Exp; +Partly Interix fix, but also readonly-root fix: Don't use "-w '/'" to +determine whether to install in PREFIX/share. Just do it anyway. --- postinstall.pl.orig 2005-01-20 22:51:05.000000000 -0500 +++ postinstall.pl diff --git a/shells/perlsh/patches/patch-ab b/shells/perlsh/patches/patch-ab index 25093d3d448..239d7d74b75 100644 --- a/shells/perlsh/patches/patch-ab +++ b/shells/perlsh/patches/patch-ab @@ -1,4 +1,6 @@ -$NetBSD: patch-ab,v 1.1 2010/06/25 23:16:27 joerg Exp $ +$NetBSD: patch-ab,v 1.2 2017/01/08 10:55:51 mef Exp $ + +DESTDIR support --- Makefile.PL.orig 2010-06-25 23:12:07.000000000 +0000 +++ Makefile.PL |