[MacPorts] #59824: emacs-devel is now of version 27.0.50

MacPorts noreply at macports.org
Sun Dec 8 16:38:33 UTC 2019


#59824: emacs-devel is now of version 27.0.50
--------------------------+----------------------
  Reporter:  ballapete    |      Owner:  drkp
      Type:  defect       |     Status:  assigned
  Priority:  Normal       |  Milestone:
 Component:  ports        |    Version:  2.6.2
Resolution:               |   Keywords:
      Port:  emacs-devel  |
--------------------------+----------------------

Comment (by wyuenho):

 > but /Applications/MacPorts/Emacs.app/Contents/MacOS/Emacs -nw --version
 returns:

 That's not the X client, that's the NextStep port.

 > The X client installs as /opt/local/bin/emacs-27.0.50

 The title says "emacs-devel is now of version 27.0.50", and this emacs is
 TUI version, which is the result of `port install emacs-devel`, which
 comes from

 {{{

 if {$subport eq "emacs-devel" || $subport eq "emacs-app-devel"} {
     epoch           1
     version         20191120

     fetch.type      git
     git.url         http://git.savannah.gnu.org/r/emacs.git
     git.branch      c928f41330ece779127a0c4c9b6ca0fdde8a1046

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

     configure.args-append  --with-json
     depends_lib-append     port:jansson

     livecheck.type none
 }

 }}}

 Did you type `port install emacs` and saw `emacs-devel` installed?

-- 
Ticket URL: <https://trac.macports.org/ticket/59824#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list