Thu Feb 13 18:12:36 2014 UTC ()
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.)


(gdt)
diff -r1.2 -r1.3 pkgsrc/security/EasyPG/DESCR
diff -r1.17 -r1.18 pkgsrc/security/EasyPG/Makefile

cvs diff -r1.2 -r1.3 pkgsrc/security/EasyPG/DESCR (expand / switch to unified diff)

--- pkgsrc/security/EasyPG/DESCR 2008/11/13 08:09:15 1.2
+++ pkgsrc/security/EasyPG/DESCR 2014/02/13 18:12:36 1.3
@@ -1,4 +1,6 @@ @@ -1,4 +1,6 @@
1EasyPG is a GnuPG interface for Emacs. It has two aspects: convenient 1EasyPG is a GnuPG interface for Emacs. It has two aspects: convenient
2tools which allow to use GnuPG from Emacs (EasyPG Assistant), and a 2tools which allow to use GnuPG from Emacs (EasyPG Assistant), and a
3fully functional interface library to GnuPG (EasyPG Library.) It does 3fully functional interface library to GnuPG (EasyPG Library.) It does
4not cache passphrases, so gpg-agent (security/gnupg2) is recommended. 4not cache passphrases, so gpg-agent (security/gnupg2) is recommended.
 5
 6Note that EasyPG is built into emacs 23 and later.

cvs diff -r1.17 -r1.18 pkgsrc/security/EasyPG/Makefile (expand / switch to unified diff)

--- pkgsrc/security/EasyPG/Makefile 2013/04/06 20:27:27 1.17
+++ pkgsrc/security/EasyPG/Makefile 2014/02/13 18:12:36 1.18
@@ -1,25 +1,25 @@ @@ -1,25 +1,25 @@
1# $NetBSD: Makefile,v 1.17 2013/04/06 20:27:27 rodent Exp $ 1# $NetBSD: Makefile,v 1.18 2014/02/13 18:12:36 gdt Exp $
2 2
3DISTNAME= epg-0.0.16 3DISTNAME= epg-0.0.16
4PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/epg/EasyPG/} 4PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/epg/EasyPG/}
5PKGREVISION= 2 5PKGREVISION= 3
6CATEGORIES= security mail 6CATEGORIES= security mail
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=epg/29289/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=epg/29289/}
8 8
9MAINTAINER= gdt@NetBSD.org 9MAINTAINER= gdt@NetBSD.org
10HOMEPAGE= http://www.easypg.org/ 10HOMEPAGE= http://www.easypg.org/
11COMMENT= GnuPG interface for emacs 11COMMENT= GnuPG interface for emacs
12 12
13GNU_CONFIGURE= YES 13GNU_CONFIGURE= YES
14MAKE_FLAGS+= lispdir=${EMACS_LISPPREFIX:Q} 14MAKE_FLAGS+= lispdir=${EMACS_LISPPREFIX:Q}
15INSTALL_MAKE_FLAGS+= lispdir=${DESTDIR}${EMACS_LISPPREFIX:Q} 15INSTALL_MAKE_FLAGS+= lispdir=${DESTDIR}${EMACS_LISPPREFIX:Q}
16 16
17INFO_FILES= yes 17INFO_FILES= yes
18 18
19# per README: GnuPG 1.4.3 19# per README: GnuPG 1.4.3
20DEPENDS+= gnupg>=1.4.3:../../security/gnupg 20DEPENDS+= gnupg>=1.4.3:../../security/gnupg
21# per README: GNU Emacs 21.4, XEmacs 21.4, or later 21# per README: GNU Emacs 21.4, XEmacs 21.4, or later
22EMACS_VERSIONS_ACCEPTED= emacs23 emacs21 emacs21nox emacs22 emacs22nox xemacs214 xemacs215 22EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox emacs22 emacs22nox xemacs214 xemacs215
23 23
24.include "../../editors/emacs/modules.mk" 24.include "../../editors/emacs/modules.mk"
25.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"