[22342] trunk/dports/shells/ksh93/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Mon Feb 26 20:05:32 PST 2007


Revision: 22342
          http://trac.macosforge.org/projects/macports/changeset/22342
Author:   pipping at macports.org
Date:     2007-02-26 20:05:32 -0800 (Mon, 26 Feb 2007)

Log Message:
-----------
 * bump version to 2007-01-11
 * rely on "use_configure no" to remove variant universal

Modified Paths:
--------------
    trunk/dports/shells/ksh93/Portfile

Modified: trunk/dports/shells/ksh93/Portfile
===================================================================
--- trunk/dports/shells/ksh93/Portfile	2007-02-27 03:54:37 UTC (rev 22341)
+++ trunk/dports/shells/ksh93/Portfile	2007-02-27 04:05:32 UTC (rev 22342)
@@ -2,38 +2,43 @@
 
 PortSystem 1.0
 
-name        ksh93
-version     2006-02-14
-categories  shells
-maintainers yeled at macports.org
-description The AT&T Korn shell
+name            ksh93
+version         2007-01-11
+categories      shells
+maintainers     yeled at macports.org
+description     The AT&T Korn shell
 long_description \
     The official version of ksh-93, by David Korn and AT&T research
-platforms   darwin freebsd
-homepage    http://www.research.att.com/sw/download/
+platforms       darwin freebsd
+homepage        http://www.research.att.com/sw/download/
 master_sites    http://www.research.att.com/~gsf/download/tgz/
 
-distfiles   ast-ksh.$version.tgz INIT.$version.tgz
-checksums   ast-ksh.$version.tgz md5 76a13bdb10a35b5ff67208cf9042a8bf \
-        INIT.$version.tgz md5 375ede1f75db451f645a140ec41b9216
+distfiles       ast-ksh.$version.tgz \
+                INIT.$version.tgz
+checksums       ast-ksh.$version.tgz \
+                  md5 a24a0b8d8dc81600d624e3c0f2159e38 \
+                INIT.$version.tgz \
+                  md5 b204210f60bb2c990f446191b5ebe670
 
-fetch.user  I accept www.opensource.org/licenses/cpl
+fetch.user      I accept www.opensource.org/licenses/cpl
 fetch.password  .
 
 pre-extract {
-    file mkdir ${worksrcpath}
+    xinstall -d ${worksrcpath}
 }
 
 extract.dir ${worksrcpath}
 
-configure   {}
+use_configure   no
 
-build.cmd   bin/package
+build.cmd       bin/package
 build.target    make
-build.args  SHELL=sh
+build.args      SHELL=sh
 
 destroot {
     set arch [exec ${worksrcpath}/bin/package]
-    xinstall -m 555 ${worksrcpath}/arch/${arch}/bin/ksh ${destroot}${prefix}/bin
-    xinstall -m 444 ${worksrcpath}/arch/${arch}/man/man1/sh.1 ${destroot}${prefix}/share/man/man1/ksh.1
+    xinstall -m 555 ${worksrcpath}/arch/${arch}/bin/ksh \
+      ${destroot}${prefix}/bin
+    xinstall -m 444 ${worksrcpath}/arch/${arch}/man/man1/sh.1 \
+      ${destroot}${prefix}/share/man/man1/ksh.1
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070226/f680b062/attachment.html


More information about the macports-changes mailing list