svn commit: r449696 - in head: Mk editors/emacs

Ashish SHUKLA ashish at FreeBSD.org
Tue Sep 12 15:34:33 UTC 2017


Author: ashish
Date: Tue Sep 12 15:34:32 2017
New Revision: 449696
URL: https://svnweb.freebsd.org/changeset/ports/449696

Log:
  - Update Emacs to 25.3
  
  Security:	https://www.vuxml.org/freebsd/47e2e52c-975c-11e7-942d-5404a68a61a2.html

Modified:
  head/Mk/bsd.emacs.mk
  head/editors/emacs/Makefile
  head/editors/emacs/distinfo

Modified: head/Mk/bsd.emacs.mk
==============================================================================
--- head/Mk/bsd.emacs.mk	Tue Sep 12 15:15:37 2017	(r449695)
+++ head/Mk/bsd.emacs.mk	Tue Sep 12 15:34:32 2017	(r449696)
@@ -66,7 +66,7 @@ EMACS_MASTERDIR_PKGFILES?=	NO
 # Emacs-25.x
 .if (${EMACS_PORT_NAME} == "emacs25")
 EMACS_NAME=		emacs
-EMACS_VER=		25.2
+EMACS_VER=		25.3
 EMACS_MAJOR_VER=	25
 EMACS_LIBDIR?=		share/${EMACS_NAME}
 EMACS_LIBDIR_WITH_VER?=	share/${EMACS_NAME}/${EMACS_VER}
@@ -99,7 +99,7 @@ PLIST?=			${PKGDIR}/pkg-plist.${EMACS_PORT_NAME}
 
 .elif (${EMACS_PORT_NAME} == "emacs-nox11")
 EMACS_NAME=		emacs
-EMACS_VER=		25.2
+EMACS_VER=		25.3
 EMACS_MAJOR_VER=	25
 EMACS_LIBDIR=		share/${EMACS_NAME}
 EMACS_LIBDIR_WITH_VER?= share/${EMACS_NAME}/${EMACS_VER}

Modified: head/editors/emacs/Makefile
==============================================================================
--- head/editors/emacs/Makefile	Tue Sep 12 15:15:37 2017	(r449695)
+++ head/editors/emacs/Makefile	Tue Sep 12 15:34:32 2017	(r449696)
@@ -3,7 +3,6 @@
 
 PORTNAME=	emacs
 PORTVERSION=	${EMACS_VER}
-PORTREVISION=	2
 PORTEPOCH=	3
 CATEGORIES=	editors ipv6
 MASTER_SITES=	GNU
@@ -21,7 +20,7 @@ CONFLICTS_INSTALL?=	emacs-devel-[0-9]* emacs-nox11-[0-
 
 BROKEN_aarch64=		Fails to link: missing sbrk
 
-EMACS_VER=	25.2
+EMACS_VER=	25.3
 GNU_CONFIGURE=	yes
 USES=		cpe gmake makeinfo ncurses pkgconfig tar:xz
 # Building with GCC 4.6+ requires it; remove after 9.3 EOL

Modified: head/editors/emacs/distinfo
==============================================================================
--- head/editors/emacs/distinfo	Tue Sep 12 15:15:37 2017	(r449695)
+++ head/editors/emacs/distinfo	Tue Sep 12 15:34:32 2017	(r449696)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1492819467
-SHA256 (emacs-25.2.tar.xz) = 59b55194c9979987c5e9f1a1a4ab5406714e80ffcfd415cc6b9222413bc073fa
-SIZE (emacs-25.2.tar.xz) = 46900336
+TIMESTAMP = 1505178274
+SHA256 (emacs-25.3.tar.xz) = 253ac5e7075e594549b83fd9ec116a9dc37294d415e2f21f8ee109829307c00b
+SIZE (emacs-25.3.tar.xz) = 42854740
 SHA256 (emacs25.1canna-20160919.diff.gz) = b0ef90be88e8b947d41805713735a79c6f78e2401b749d5e6d1e3fd1bc7e5f32
 SIZE (emacs25.1canna-20160919.diff.gz) = 31671


More information about the svn-ports-all mailing list