Skip to content

Commit

Permalink
emacs-devel: revert setting revision to HEAD; pin a specific commit
Browse files Browse the repository at this point in the history
See discussion at #1954
  • Loading branch information
drkp committed Jun 7, 2018
1 parent e52ab5a commit 8747064
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions editors/emacs/Portfile
Expand Up @@ -52,17 +52,17 @@ if {$subport eq $name || $subport eq "emacs-app"} {
}

if {$subport eq "emacs-devel" || $subport eq "emacs-app-devel"} {
version HEAD

epoch 1
version 20180606

fetch.type git
git.url git://git.sv.gnu.org/emacs.git
git.url http://git.savannah.gnu.org/r/emacs.git
git.branch 4a51deb993d923767f0eddd4f350e636fe8d7c0b

pre-configure {
system -W ${worksrcpath} "sh ./autogen.sh"
}

worksrcdir emacs

livecheck.type none
} else {
livecheck.type regex
Expand Down

0 comments on commit 8747064

Please sign in to comment.