pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/filezilla Fix unportable test(1) construct.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3e25603791ea
branches:  trunk
changeset: 589356:3e25603791ea
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jun 03 00:22:19 2011 +0000

description:
Fix unportable test(1) construct.

diffstat:

 net/filezilla/distinfo                         |   3 ++-
 net/filezilla/patches/patch-data_makezip.sh.in |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r aab8bbc2be51 -r 3e25603791ea net/filezilla/distinfo
--- a/net/filezilla/distinfo    Thu Jun 02 18:08:46 2011 +0000
+++ b/net/filezilla/distinfo    Fri Jun 03 00:22:19 2011 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.14 2011/05/23 20:03:35 zafer Exp $
+$NetBSD: distinfo,v 1.15 2011/06/03 00:22:19 wiz Exp $
 
 SHA1 (FileZilla_3.5.0_src.tar.bz2) = 0d351b74bbe70cbfea1d315fd07193089e6e1c9d
 RMD160 (FileZilla_3.5.0_src.tar.bz2) = c3ffc60ced15b7055c34d6ef07c97f516e6f276d
 Size (FileZilla_3.5.0_src.tar.bz2) = 3348649 bytes
+SHA1 (patch-data_makezip.sh.in) = 80acc96fce08e2e0831a4da0613f7b2eaebad465
diff -r aab8bbc2be51 -r 3e25603791ea net/filezilla/patches/patch-data_makezip.sh.in
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/filezilla/patches/patch-data_makezip.sh.in    Fri Jun 03 00:22:19 2011 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-data_makezip.sh.in,v 1.1 2011/06/03 00:22:19 wiz Exp $
+
+Fix unportable test(1) construct.
+
+--- data/makezip.sh.in.orig    2011-05-21 03:30:16.000000000 +0000
++++ data/makezip.sh.in
+@@ -34,7 +34,7 @@ copy_libtool()
+ {
+   local target
+ 
+-  if [ "$3" == "" ]; then
++  if [ "$3" = "" ]; then
+     target="$2"
+   else
+     target="$3"



Home | Main Index | Thread Index | Old Index