Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/shells
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14110

Modified Files:
        mksh.info 
Log Message:
Sync stable mksh with unstable.


Index: mksh.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/shells/mksh.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mksh.info   16 Jul 2008 03:01:50 -0000      1.2
+++ mksh.info   16 Apr 2009 11:44:09 -0000      1.3
@@ -1,22 +1,22 @@
 Package: mksh
-Version: 35
-Revision: 1
+Version: 37
+Revision: 3
 Description: Enhanced version of the Korn shell
 License: BSD
 Maintainer: Andreas Gockel <[email protected]>
 Replaces: mirbsdksh (<< 29.5-1)
 Conflicts: mirbsdksh (<< 29.5-1)
 CustomMirror: <<
- Primary: http://miros.unixforge.de/MirOS/dist/mir/%n/
+ Primary: http://www.mirbsd.org/MirOS/dist/mir/%n/
  asi-JP: http://pub.allbsd.org/MirOS/dist/mir/%n/
 <<
-Source: mirror:custom:%n-R35.cpio.gz
+Source: mirror:custom:%n-R37c.cpio.gz
 SourceRename: %f.cpio.gz
-Source-md5: 5fd8714770337e0786b124530ddd3ba0
+Source-md5: ecd6b95dbdb5ead1fc065a3044142379
 NoSourceDirectory: true
-PatchScript: pax -s ',^/*mksh//*,%f/,' -zf %f.cpio.gz -r
+PatchScript: /bin/pax -s ',^/*mksh//*,%f/,' -zf %f.cpio.gz -r
 SetCPPFLAGS: -DMKSH_ASSUME_UTF8
-CompileScript: cd %f; sh ./Build.sh -r
+CompileScript: cd %f; env /bin/sh ./Build.sh -r -Q -j
 InstallScript: <<
 #!/bin/sh -e -x
  cd %f
@@ -24,21 +24,21 @@
  /usr/bin/install -c -s -m 555 %n %i/bin/%n
  /usr/bin/install -c -m 444 %n.1 %i/share/man/man1/%n.1
  /usr/bin/install -c -m 444 dot.%nrc %i/etc/%nrc
- cat >%i/etc/profile.d/%n.sh <<'EOF'
+ /bin/cat >%i/etc/profile.d/%n.sh <<'EOF'
 #!/bin/sh
 case $KSH_VERSION in
        *MIRBSD\ KSH*)
-               test \! -e ${HOME-nonexistant}/.%nrc && \
-               test -e %p/etc/%nrc && \
+               /bin/test \! -e ${HOME-nonexistant}/.%nrc && \
+               /bin/test -e %p/etc/%nrc && \
                . %p/etc/%nrc
        ;;
 esac
 EOF
- cat >%i/etc/profile.d/%n.csh <<'EOF'
+ /bin/cat >%i/etc/profile.d/%n.csh <<'EOF'
 #!/bin/csh
 exit 0
 EOF
- chmod 755 %i/etc/profile.d/*
+ /bin/chmod 755 %i/etc/profile.d/*
 <<
 DocFiles: %f/copyright %f/dot.%nrc
 ConfFiles: %p/etc/%nrc


------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to