Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Sep 2012 08:05:26 +0000 (UTC)
From:      Beat Gaetzi <beat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304023 - head/security/easypg
Message-ID:  <201209100805.q8A85QOV017549@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: beat
Date: Mon Sep 10 08:05:25 2012
New Revision: 304023
URL: http://svn.freebsd.org/changeset/ports/304023

Log:
  - Add Emacs 24 to IGNORE liste
  
  Reported by:	pointyhat
  Submitted by:	ashish
  Approved by:	maintainer timeout

Modified:
  head/security/easypg/Makefile

Modified: head/security/easypg/Makefile
==============================================================================
--- head/security/easypg/Makefile	Mon Sep 10 06:52:45 2012	(r304022)
+++ head/security/easypg/Makefile	Mon Sep 10 08:05:25 2012	(r304023)
@@ -23,8 +23,8 @@ USE_EMACS=	yes
 
 .include <bsd.port.pre.mk>
 
-.if (${EMACS_PORT_NAME} == "emacs23")
-IGNORE=		easyPG has been part of Emacs 23
+.if (${EMACS_PORT_NAME} == "emacs23") || (${EMACS_PORT_NAME} == "emacs24") || (${EMACS_PORT_NAME} == "emacs-devel")
+IGNORE=		easyPG has been part of Emacs 23 and Emacs 24
 .endif
 
 INFO=	epa



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