svn commit: r304023 - head/security/easypg

Beat Gaetzi beat at FreeBSD.org
Mon Sep 10 08:05:26 UTC 2012


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



More information about the svn-ports-head mailing list