Bug 212809

Summary: update bsd.emacs.mk to follow update of editors/emacs
Product: Ports & Packages Reporter: Joseph Mingrone <jrm>
Component: Ports FrameworkAssignee: Port Management Team <portmgr>
Status: Closed FIXED    
Severity: Affects Only Me CC: amdmi3, ashish, ports-bugs, swills
Priority: --- Keywords: patch
Version: Latest   
Hardware: Any   
OS: Any   
See Also: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212807
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212808
Attachments:
Description Flags
svn diff to update bsd.emacs.mk to refer to the new Emacs version, 25.1 none

Description Joseph Mingrone freebsd_committer freebsd_triage 2016-09-19 06:20:47 UTC
Created attachment 174939 [details]
svn diff to update bsd.emacs.mk to refer to the new Emacs version, 25.1

Update references to the old version with the new version.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-10-02 05:08:06 UTC
A commit references this bug:

Author: ashish
Date: Sun Oct  2 05:07:23 UTC 2016
New revision: 423103
URL: https://svnweb.freebsd.org/changeset/ports/423103

Log:
  GNU Emacs updates

  editors/emacs:
  - Update to 25.1[1]
  - Update CANNA patchset[2]
  - Cleanup CONFLICTS_INSTALL list[1]
  - Add LLDB option for lldb support (provided by 3rd party) to GUD[1]
  - Add various other options, and re-order options[1]
  - Incorporate games stuff in pkg-plist[1]
  - Remove outdated diffs[1]

  editors/emacs-nox11:
  - Update to 25.1[3]
  - Cleanup CONFLICTS_INSTALL list[3]

  editors/emacs-devel:
  - Update to git revision 25dca60d

  Mk/bsd.emacs.mk:
  - Update version numbers[4]

  PR:		212807 [1], 212808 [3], 212809 [4]
  Submitted by:	Joseph Mingrone <jrm@ftfl.ca> [1][3][4]
  		TAKANO Yuji <takachan@running-dog.net> (private email) [2]

Changes:
  head/Mk/bsd.emacs.mk
  head/editors/emacs/Makefile
  head/editors/emacs/distinfo
  head/editors/emacs/files/extrapatch-lldb-gud.el
  head/editors/emacs/files/patch-src_unexaix.c
  head/editors/emacs/files/patch-src_unexcoff.c
  head/editors/emacs/files/patch-src_unexelf.c
  head/editors/emacs/files/pkg-install.in
  head/editors/emacs/pkg-deinstall
  head/editors/emacs/pkg-plist
  head/editors/emacs-devel/Makefile
  head/editors/emacs-devel/distinfo
  head/editors/emacs-devel/files/patch-sources.el
  head/editors/emacs-devel/files/sources.el.in
  head/editors/emacs-devel/pkg-plist
  head/editors/emacs-nox11/Makefile
Comment 2 Ashish SHUKLA freebsd_committer freebsd_triage 2016-10-02 05:13:59 UTC
Sorry for the delay.

Committed, with some changes.

Thanks!