Ticket #22313: Portfile.patch
File Portfile.patch, 1.3 KB (added by jan+mp@…, 15 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name osh 6 version 2009 05276 version 20091029 7 7 categories shells 8 8 maintainers v6shell.org:jan+mp 9 9 description Ports of the Sixth Edition (V6) UNIX Thompson shell … … 17 17 homepage http://v6shell.org/ 18 18 master_sites ${homepage}src/ 19 19 20 checksums md5 179f79cfe6eb30036189e5ff111aa4ec\21 sha1 e13dabfc254c0dd083a9a0674a11730d3afd8eff\22 rmd160 24e83098888d8c4c512462abc84d0b2cf5264e5c20 checksums md5 d35f9082005ad4322985cc12c3dad2db \ 21 sha1 f5c745c57f7fc7a61666aae518f4ade7c4e67534 \ 22 rmd160 8074b99c8c618bc8de269cd0f8dcf3e15bc3e47c 23 23 24 24 use_configure no 25 25 use_parallel_build yes 26 26 27 27 build.args PREFIX=${prefix} 28 28 29 destroot.args PREFIX=${prefix} MANDIR=${prefix}/share/man/man1 30 31 post-destroot { 32 set docdir ${destroot}${prefix}/share/doc/${name}-${version} 33 xinstall -m 0755 -d ${docdir} 34 xinstall -m 0444 -W ${worksrcpath} \ 35 AUTHORS CHANGES CHANGES-sh_to_sh6 INSTALL \ 36 LICENSE NOTES README ${docdir} 37 } 29 destroot.args PREFIX=${prefix} 38 30 39 31 variant universal { 40 32 build.args-append CFLAGS="${configure.universal_cflags}" \ … … 43 35 44 36 livecheck.type regex 45 37 livecheck.url ${master_sites} 46 livecheck.regex ${name}-(\ [0-9\]{8})${extract.suffix}38 livecheck.regex ${name}-(\\d{8})${extract.suffix}