Revision: 72975 http://trac.macports.org/changeset/72975 Author: jeremyhu@macports.org Date: 2010-10-30 19:32:24 -0700 (Sat, 30 Oct 2010) Log Message: ----------- xmh: Bump to 1.0.2 Modified Paths: -------------- trunk/dports/x11/xmh/Portfile Modified: trunk/dports/x11/xmh/Portfile =================================================================== --- trunk/dports/x11/xmh/Portfile 2010-10-31 02:30:39 UTC (rev 72974) +++ trunk/dports/x11/xmh/Portfile 2010-10-31 02:32:24 UTC (rev 72975) @@ -2,8 +2,7 @@ PortSystem 1.0 name xmh -version 1.0.1 -revision 2 +version 1.0.2 categories x11 mail maintainers jeremyhu openmaintainer description Send and read mail with an X11 interface to MH @@ -15,22 +14,16 @@ master_sites http://xorg.freedesktop.org/archive/individual/app/ use_bzip2 yes -checksums md5 656bcbdd41818a8b5a9f7dba77a3eeba \ - sha1 4b7c2f3ba115c6011737137da0aecc29d648b234 \ - rmd160 dfdb66f2ebdb19ddffcaecca664a222883c9f129 +checksums md5 f5956a63c3d4d4b004b73e8be64d6d6e \ + sha1 3b771d8e7de175dc6890bcf03bd1fcf91c7ad919 \ + rmd160 29d14122033edb31418aac199facc7e9d07c38de depends_build port:pkgconfig +depends_run port:xbitmaps + depends_lib port:xorg-libXaw -configure.args --mandir=${prefix}/share/man --disable-xprint - -post-destroot { - # This got moved into xbitmaps - delete ${destroot}${prefix}/include/X11/bitmaps/black6 - delete ${destroot}${prefix}/include/X11/bitmaps/box6 -} - livecheck.type regex livecheck.regex ${name}-(\[\\d.\]+)${extract.suffix} livecheck.url ${master_sites}