summaryrefslogtreecommitdiff
path: root/security/EasyPG
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2014-02-13 18:12:36 +0000
committergdt <gdt@pkgsrc.org>2014-02-13 18:12:36 +0000
commit7560bebc8dbae97167e8b9a4100e78a33dbf2252 (patch)
tree0616f8e6c69800823c1a2ec09d305198d696a9ec /security/EasyPG
parentedef0e157f91b1cdb3d85f4e0cf88417830f48bb (diff)
downloadpkgsrc-7560bebc8dbae97167e8b9a4100e78a33dbf2252.tar.gz
Note that EasyPG is built into emacs23 and later.
Therefore, also drop emacs23 as an acceptable version of emacs for this package. (xemacs versions need review.)
Diffstat (limited to 'security/EasyPG')
-rw-r--r--security/EasyPG/DESCR2
-rw-r--r--security/EasyPG/Makefile6
2 files changed, 5 insertions, 3 deletions
diff --git a/security/EasyPG/DESCR b/security/EasyPG/DESCR
index cf955538251..45ed6a44aa8 100644
--- a/security/EasyPG/DESCR
+++ b/security/EasyPG/DESCR
@@ -2,3 +2,5 @@ EasyPG is a GnuPG interface for Emacs. It has two aspects: convenient
tools which allow to use GnuPG from Emacs (EasyPG Assistant), and a
fully functional interface library to GnuPG (EasyPG Library.) It does
not cache passphrases, so gpg-agent (security/gnupg2) is recommended.
+
+Note that EasyPG is built into emacs 23 and later.
diff --git a/security/EasyPG/Makefile b/security/EasyPG/Makefile
index 1eea9034426..90120211892 100644
--- a/security/EasyPG/Makefile
+++ b/security/EasyPG/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2013/04/06 20:27:27 rodent Exp $
+# $NetBSD: Makefile,v 1.18 2014/02/13 18:12:36 gdt Exp $
DISTNAME= epg-0.0.16
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/epg/EasyPG/}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= security mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=epg/29289/}
@@ -19,7 +19,7 @@ INFO_FILES= yes
# per README: GnuPG 1.4.3
DEPENDS+= gnupg>=1.4.3:../../security/gnupg
# per README: GNU Emacs 21.4, XEmacs 21.4, or later
-EMACS_VERSIONS_ACCEPTED= emacs23 emacs21 emacs21nox emacs22 emacs22nox xemacs214 xemacs215
+EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox emacs22 emacs22nox xemacs214 xemacs215
.include "../../editors/emacs/modules.mk"
.include "../../mk/bsd.pkg.mk"