Commits
Marius Schamschula authored e5307b00e31
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 |
2 + | |
1 3 | PortSystem 1.0 |
2 4 | |
3 5 | name remind |
4 - | version 03.01.15 |
6 + | version 03.01.16 |
7 + | revision 0 |
5 8 | categories textproc pim |
6 9 | license GPL-2 |
7 10 | platforms darwin |
8 11 | maintainers nomaintainer |
9 12 | description Remind is a sophisticated calendar and alarm program. |
10 13 | long_description Remind is a sophisticated calendar and alarm service for UNIX. \ |
11 14 | It is a command line application which interacts well with other \ |
12 15 | programs. Remind offers a specialized scripting language which can \ |
13 16 | be used to express rather complicated scheduling methods in just a few lines. |
14 17 | |
15 - | homepage https://www.roaringpenguin.com/products/remind |
16 - | master_sites https://www.roaringpenguin.com/files/download/ |
18 + | homepage https://dianne.skoll.ca/projects/remind/ |
19 + | master_sites ${homepage}/download/ |
17 20 | |
18 - | checksums rmd160 645f4cee9c7ee45a02228a1a055fc86762dc4927 \ |
19 - | sha256 8adab4c0b30a556c34223094c5c74779164d5f3b8be66b8039f44b577e678ec1 |
21 + | checksums rmd160 cc812f5cd18feb54d8ac536756ac696fcc65036b \ |
22 + | sha256 eeb79bd4019d23a033fe3e86c672d960399db6a27c747e5b466ad55831dfca93 \ |
23 + | size 354521 |
20 24 | |
21 25 | patchfiles patch-remove-apple-nag.patch |
22 26 | livecheck.type regex |
23 27 | livecheck.regex "remind-(.*?).tar.gz" |
24 28 | |
25 29 | configure.args --mandir=\\\${prefix}/share/man |
26 30 | |
27 31 | destroot.destdir prefix=${destroot}${prefix} |
28 32 | |
29 33 | post-destroot { |