pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/shells/perlsh
Module Name: pkgsrc
Committed By: mef
Date: Sun Jan 8 10:55:51 UTC 2017
Modified Files:
pkgsrc/shells/perlsh: Makefile distinfo
pkgsrc/shells/perlsh/patches: patch-aa patch-ab
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/shells/perlsh/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/shells/perlsh/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/shells/perlsh/patches/patch-aa \
pkgsrc/shells/perlsh/patches/patch-ab
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/shells/perlsh/Makefile
diff -u pkgsrc/shells/perlsh/Makefile:1.29 pkgsrc/shells/perlsh/Makefile:1.30
--- pkgsrc/shells/perlsh/Makefile:1.29 Sat Jul 9 06:38:57 2016
+++ pkgsrc/shells/perlsh/Makefile Sun Jan 8 10:55:51 2017
@@ -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@localhost
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
Index: pkgsrc/shells/perlsh/distinfo
diff -u pkgsrc/shells/perlsh/distinfo:1.5 pkgsrc/shells/perlsh/distinfo:1.6
--- pkgsrc/shells/perlsh/distinfo:1.5 Mon Nov 2 23:00:35 2015
+++ pkgsrc/shells/perlsh/distinfo Sun Jan 8 10:55:51 2017
@@ -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
Index: pkgsrc/shells/perlsh/patches/patch-aa
diff -u pkgsrc/shells/perlsh/patches/patch-aa:1.1 pkgsrc/shells/perlsh/patches/patch-aa:1.2
--- pkgsrc/shells/perlsh/patches/patch-aa:1.1 Fri Jan 21 03:53:17 2005
+++ pkgsrc/shells/perlsh/patches/patch-aa Sun Jan 8 10:55:51 2017
@@ -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
Index: pkgsrc/shells/perlsh/patches/patch-ab
diff -u pkgsrc/shells/perlsh/patches/patch-ab:1.1 pkgsrc/shells/perlsh/patches/patch-ab:1.2
--- pkgsrc/shells/perlsh/patches/patch-ab:1.1 Fri Jun 25 23:16:27 2010
+++ pkgsrc/shells/perlsh/patches/patch-ab Sun Jan 8 10:55:51 2017
@@ -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
Home |
Main Index |
Thread Index |
Old Index