Commits
Ruben Di Battista authored and Perry E. Metzger committed 833ba1ff2df
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 bitbucket 1.0 |
5 5 | |
6 6 | set emacs_version 26.3 |
7 7 | set emacs_mac_ver 7.7 |
8 8 | |
9 9 | bitbucket.setup mituharu emacs-mac emacs-${emacs_version}-mac-${emacs_mac_ver} |
10 10 | name emacs-mac-app |
11 11 | version ${emacs_mac_ver} |
12 - | revision 0 |
12 + | revision 1 |
13 13 | categories aqua editors |
14 14 | maintainers nomaintainer |
15 15 | |
16 16 | description Emacs Mac port |
17 17 | |
18 18 | long_description ${name} is "Mac port" addition to GNU Emacs ${emacs_version}. \ |
19 19 | This provides a native GUI support for Mac OS X 10.6 - macOS 10.14. |
20 20 | |
21 21 | platforms darwin |
22 22 | license GPL-3+ |