Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Oct 2016 12:38:14 +0000 (UTC)
From:      Ashish SHUKLA <ashish@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423116 - in head: editors/flim editors/semi graphics/xface.el
Message-ID:  <201610021238.u92CcET2061519@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ashish
Date: Sun Oct  2 12:38:14 2016
New Revision: 423116
URL: https://svnweb.freebsd.org/changeset/ports/423116

Log:
  Chase GNU Emacs updates, and unbreak INDEX file
  
  Submitted by:	Yasuhiro KIMURA <yasu@utahmime.org> (private email)

Modified:
  head/editors/flim/Makefile
  head/editors/semi/Makefile
  head/graphics/xface.el/Makefile

Modified: head/editors/flim/Makefile
==============================================================================
--- head/editors/flim/Makefile	Sun Oct  2 12:27:55 2016	(r423115)
+++ head/editors/flim/Makefile	Sun Oct  2 12:38:14 2016	(r423116)
@@ -50,12 +50,12 @@ MAKE_ARGS+=	PREFIX="${STAGEDIR}${LOCALBA
 .include <bsd.port.pre.mk>
 
 .if defined(EMACS_PORT_NAME)
-.if (${EMACS_PORT_NAME} == "emacs23") || (${EMACS_PORT_NAME} == "emacs24") || (${EMACS_PORT_NAME} == "emacs-devel")
+.if (${EMACS_PORT_NAME} == "emacs25") || (${EMACS_PORT_NAME} == "emacs-nox11") || (${EMACS_PORT_NAME} == "emacs-devel")
 DEPPORT_SUFFIX=
 .else
 DEPPORT_SUFFIX=	-${EMACS_PORT_NAME}
 .endif
-.if (${EMACS_PORT_NAME} == "emacs23") || (${EMACS_PORT_NAME} == "emacs24") || (${EMACS_PORT_NAME} == "emacs-devel")
+.if (${EMACS_PORT_NAME} == "emacs25") || (${EMACS_PORT_NAME} == "emacs-nox11") || (${EMACS_PORT_NAME} == "emacs-devel")
 PLIST=		${PKGDIR}/pkg-plist.emacs21
 .endif
 # depends on apel (case of xemacs-21.x or later)

Modified: head/editors/semi/Makefile
==============================================================================
--- head/editors/semi/Makefile	Sun Oct  2 12:27:55 2016	(r423115)
+++ head/editors/semi/Makefile	Sun Oct  2 12:38:14 2016	(r423116)
@@ -48,12 +48,12 @@ OPTIONS_DEFINE=	DOCS
 .include <bsd.port.options.mk>
 
 .if defined(EMACS_PORT_NAME)
-.if (${EMACS_PORT_NAME} == "emacs23") || (${EMACS_PORT_NAME} == "emacs24") || (${EMACS_PORT_NAME} == "emacs-devel")
+.if (${EMACS_PORT_NAME} == "emacs25") || (${EMACS_PORT_NAME} == "emacs-nox11") || (${EMACS_PORT_NAME} == "emacs-devel")
 DEPPORT_SUFFIX=
 .else
 DEPPORT_SUFFIX=	-${EMACS_PORT_NAME}
 .endif
-.if (${EMACS_PORT_NAME} == "emacs23") || (${EMACS_PORT_NAME} == "emacs24") || (${EMACS_PORT_NAME} == "emacs-devel")
+.if (${EMACS_PORT_NAME} == "emacs25") || (${EMACS_PORT_NAME} == "emacs-nox11") || (${EMACS_PORT_NAME} == "emacs-devel")
 PLIST=		${PKGDIR}/pkg-plist.emacs20
 .endif
 # depends on flim

Modified: head/graphics/xface.el/Makefile
==============================================================================
--- head/graphics/xface.el/Makefile	Sun Oct  2 12:27:55 2016	(r423115)
+++ head/graphics/xface.el/Makefile	Sun Oct  2 12:38:14 2016	(r423116)
@@ -16,7 +16,7 @@ EXTRACT_ONLY=	${DISTNAME}.tar.gz
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	X-Face encoder/decoder/viewer for Emacsen
 
-EMACS_PORT_NAME?=	emacs24
+EMACS_PORT_NAME?=	emacs25
 
 RUN_DEPENDS=	compface:mail/faces
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610021238.u92CcET2061519>