[32435] trunk/dports/textproc/remind/Portfile
Revision: 32435 http://trac.macosforge.org/projects/macports/changeset/32435 Author: eridius@macports.org Date: 2007-12-31 14:16:33 -0800 (Mon, 31 Dec 2007) Log Message: ----------- Bump remind to 03.01.03 - fixes #13730 Modified Paths: -------------- trunk/dports/textproc/remind/Portfile Modified: trunk/dports/textproc/remind/Portfile =================================================================== --- trunk/dports/textproc/remind/Portfile 2007-12-31 21:17:47 UTC (rev 32434) +++ trunk/dports/textproc/remind/Portfile 2007-12-31 22:16:33 UTC (rev 32435) @@ -2,29 +2,30 @@ PortSystem 1.0 -name remind -version 03.00.24 -categories textproc pim -platforms darwin -maintainers eridius@macports.org -description Remind is a sophisticated calendar and alarm program. -long_description Remind is a sophisticated calendar and alarm service for UNIX. \ - It is a command line application which interacts well with other \ - programs. Remind offers a specialized scripting language which can \ - be used to express rather complicated scheduling methods in just a few lines. +name remind +version 03.01.03 +categories textproc pim +platforms darwin +maintainers eridius@macports.org +description Remind is a sophisticated calendar and alarm program. +long_description Remind is a sophisticated calendar and alarm service for UNIX. \ + It is a command line application which interacts well with other \ + programs. Remind offers a specialized scripting language which can \ + be used to express rather complicated scheduling methods in just a few lines. -homepage http://www.roaringpenguin.com/penguin/openSourceProducts/remind -master_sites http://www.roaringpenguin.com/files/download/ -checksums md5 41258b5d1058cc6938ebd6279706ac48 +homepage http://www.roaringpenguin.com/penguin/openSourceProducts/remind +master_sites http://www.roaringpenguin.com/files/download/ +checksums md5 32fa5390910829db16f1f126a0120e94 \ + sha1 8649909001992102e1b1e7406b9cb611f4a7efb1 -livecheck.check regex -livecheck.regex "remind-(.*?).tar.gz" +livecheck.check regex +livecheck.regex "remind-(.*?).tar.gz" -configure.args --mandir=\\\${prefix}/share/man +configure.args --mandir=\\\${prefix}/share/man -destroot.destdir prefix=${destroot}${prefix} +destroot.destdir prefix=${destroot}${prefix} post-destroot { - xinstall -m 755 -d ${destroot}/${prefix}/share/${name}/ - file copy ${worksrcpath}/examples ${destroot}/${prefix}/share/${name}/ + xinstall -m 755 -d ${destroot}/${prefix}/share/${name}/ + file copy ${worksrcpath}/examples ${destroot}/${prefix}/share/${name}/ }
participants (1)
-
eridius@macports.org