svn commit: r423116 - in head: editors/flim editors/semi graphics/xface.el

Ashish SHUKLA ashish at FreeBSD.org
Sun Oct 2 12:38:15 UTC 2016


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 at 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 at FreeBSD.org
 COMMENT=	X-Face encoder/decoder/viewer for Emacsen
 
-EMACS_PORT_NAME?=	emacs24
+EMACS_PORT_NAME?=	emacs25
 
 RUN_DEPENDS=	compface:mail/faces
 


More information about the svn-ports-head mailing list