[60676] trunk/dports/shells/osh/Portfile
snc at macports.org
snc at macports.org
Thu Nov 19 13:13:53 PST 2009
Revision: 60676
http://trac.macports.org/changeset/60676
Author: snc at macports.org
Date: 2009-11-19 13:13:51 -0800 (Thu, 19 Nov 2009)
Log Message:
-----------
updated version, #22313
Modified Paths:
--------------
trunk/dports/shells/osh/Portfile
Modified: trunk/dports/shells/osh/Portfile
===================================================================
--- trunk/dports/shells/osh/Portfile 2009-11-19 21:09:01 UTC (rev 60675)
+++ trunk/dports/shells/osh/Portfile 2009-11-19 21:13:51 UTC (rev 60676)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id$
PortSystem 1.0
@@ -3,5 +4,5 @@
name osh
-version 20090527
+version 20091029
categories shells
maintainers v6shell.org:jan+mp
@@ -17,25 +18,17 @@
homepage http://v6shell.org/
master_sites ${homepage}src/
-checksums md5 179f79cfe6eb30036189e5ff111aa4ec \
- sha1 e13dabfc254c0dd083a9a0674a11730d3afd8eff \
- rmd160 24e83098888d8c4c512462abc84d0b2cf5264e5c
+checksums md5 d35f9082005ad4322985cc12c3dad2db \
+ sha1 f5c745c57f7fc7a61666aae518f4ade7c4e67534 \
+ rmd160 8074b99c8c618bc8de269cd0f8dcf3e15bc3e47c
use_configure no
use_parallel_build yes
build.args PREFIX=${prefix}
-destroot.args PREFIX=${prefix} MANDIR=${prefix}/share/man/man1
+destroot.args PREFIX=${prefix}
-post-destroot {
- set docdir ${destroot}${prefix}/share/doc/${name}-${version}
- xinstall -m 0755 -d ${docdir}
- xinstall -m 0444 -W ${worksrcpath} \
- AUTHORS CHANGES CHANGES-sh_to_sh6 INSTALL \
- LICENSE NOTES README ${docdir}
-}
-
variant universal {
build.args-append CFLAGS="${configure.universal_cflags}" \
LDFLAGS="${configure.universal_ldflags}"
@@ -43,4 +36,4 @@
livecheck.type regex
livecheck.url ${master_sites}
-livecheck.regex ${name}-(\[0-9\]{8})${extract.suffix}
+livecheck.regex ${name}-(\\d{8})${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091119/e3c28c04/attachment.html>
More information about the macports-changes
mailing list