Ticket #26929: Portfile-sharutils.diff
File Portfile-sharutils.diff, 1.4 KB (added by ikawnoclast@…, 14 years ago) |
---|
-
Portfile
old new 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 1 2 # $Id: Portfile 57375 2009-09-10 08:16:41Z ryandesign@macports.org $ 2 3 3 4 PortSystem 1.0 4 5 5 6 name sharutils 6 version 4. 77 version 4.10 7 8 categories archivers 8 9 platforms darwin 9 10 maintainers nomaintainer … … 19 20 correct unsharing order, and provide simplistic checksums. 20 21 21 22 homepage http://www.gnu.org/software/${name}/ 22 master_sites gnu:${name} /REL-${version}23 master_sites gnu:${name} 23 24 use_bzip2 yes 24 25 25 26 depends_lib port:gettext \ 26 27 port:libiconv 27 28 28 checksums md5 729c070d814d9c688489d88dd7fd3efb\29 sha1 0b8c1d54fdcf97a93aba079d342d1873a8fc423b \30 rmd160 6ef271d21ea41003ff13d6aef241c6a4fd4dc29629 checksums md5 f918859228238d69e1ce78ccbec8f9e0 \ 30 sha1 9c50b2c36c84c9c26deb34ba2d8bb2521d00ce5b \ 31 rmd160 2ec3138af63aa7b62288f4b8768bf72b885d3eb2 31 32 32 33 post-destroot { 33 34 set docdir ${prefix}/share/doc/${name}-${version} … … 37 38 } 38 39 39 40 livecheck.type regex 40 livecheck.url http://ftp.gnu.org/gnu/ sharutils/?C=M&O=D41 livecheck.regex REL-(\\d+(?:\\.\\d+)*)41 livecheck.url http://ftp.gnu.org/gnu/${name}/?C=M&O=D 42 livecheck.regex ${name}-(\\d+(?:\\.\\d+)*) 42 43