Skip to content

Commit

Permalink
emacs{,-app}-devel: update to 20250223
Browse files Browse the repository at this point in the history
  • Loading branch information
amake committed Feb 24, 2025
1 parent cef5aed commit 095eaae
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions editors/emacs/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -129,18 +129,17 @@ if {$subport eq "emacs-devel" || $subport eq "emacs-app-devel"} {

# do not forget to check that configure hasn't introduce some suprises via
# git diff [old]..[new] -- '**/configure.ac'
github.setup emacs-mirror emacs b3af195213518514f78ac6f66f9598e45befd1ec
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
github.setup emacs-mirror emacs ae8522af41bb67bf417b94ed54146a43fe2150ec
github.tarball_from archive
epoch 5
version 20241021
version 20250223
revision 0

master_sites ${github.master_sites}

checksums rmd160 5cfa75f07bd15346f131ec7313939f7ada06251c \
sha256 8ad85e7ee9eaaa193207919d51c1ce26966dde8fe2bc90fa5326ea149ffa4cc8 \
size 51709184
checksums rmd160 a27dee7593339d1d16421f9ed8e60e1adc30aefd \
sha256 8614111d9478bf3293ba0cf66bf5494a46b49fc6cc403fb0d445a6a69f5d620e \
size 51933907

livecheck.type none

Expand Down Expand Up @@ -332,6 +331,12 @@ variant treesitter description {Builds emacs with tree-sitter support} {
port:tree-sitter-lua \
port:tree-sitter-php

if {$subport eq "emacs-devel" || $subport eq "emacs-app-devel"} {
depends_run-append \
port:tree-sitter-markdown \
port:tree-sitter-go-work
}

notes-append "
To install tree-sitter grammar libraries not required by built-in *-ts-modes,\
please use M-x treesit-install-language-grammar. For details, please refer to\
Expand Down

0 comments on commit 095eaae

Please sign in to comment.