Commits
Zero King authored and Dan Ports committed 7f20d7722c0
1 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 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup elisp 1.0 |
5 5 | |
6 6 | name org-mode |
7 - | version 9.2.6 |
7 + | version 9.3.1 |
8 8 | categories editors |
9 9 | license GPL-3+ |
10 10 | maintainers {dports @drkp} |
11 11 | platforms darwin |
12 12 | supported_archs noarch |
13 13 | |
14 14 | description an Emacs Mode for Notes, Project Planning, and Authoring |
15 15 | long_description Org is a mode for keeping notes, maintaining TODO lists, \ |
16 16 | and doing project planning with a fast and effective \ |
17 17 | plain-text system. |
18 18 | |
19 19 | homepage https://orgmode.org/ |
20 20 | master_sites ${homepage} |
21 21 | distname org-${version} |
22 22 | |
23 - | checksums rmd160 3bff97ae0afe7cb69c5f10b50bdde703844efc8d \ |
24 - | sha256 e2f026d0ad611aeb38a9a42681b46fd4344e2593f94e9b9ab7c65c5625811a81 \ |
25 - | size 5720665 |
23 + | checksums rmd160 05e805ca1eb8c35c393ce78d4dc4be4047ab8807 \ |
24 + | sha256 4c3947a5bd24e664453cba589a780469b1c2a96a27ab02235fb0734cc07c76d0 \ |
25 + | size 4668774 |
26 26 | |
27 27 | depends_lib path:${emacs_binary}:${emacs_binary_provider} |
28 28 | depends_build port:texinfo |
29 29 | |
30 30 | |
31 31 | configure { |
32 32 | system -W ${worksrcpath} "make local.mk" |
33 33 | reinplace "s|EMACS = emacs|EMACS = ${emacs_binary}|g" ${worksrcpath}/local.mk |
34 34 | } |
35 35 | |