diff options
author | gdt <gdt@pkgsrc.org> | 2007-07-31 12:32:43 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2007-07-31 12:32:43 +0000 |
commit | e63906d62234040dfac60ad1425088d3424ac8fb (patch) | |
tree | c3445126c295c91800367ecffe982ac9183180ff /security | |
parent | b573295566a2d25ca5da5006b88c47c856cb5241 (diff) | |
download | pkgsrc-e63906d62234040dfac60ad1425088d3424ac8fb.tar.gz |
Update to 0.0.14.
* Major changes in 0.0.14
** epa-file can handle remote files over Tramp.
** Workaround for a face initialization bug of GNU Emacs.
** Follow the face naming convention of GNU Emacs.
* Major changes in 0.0.13
** epa-file bug fixes.
*** Fixed a compatibility bug on XEmacs 21.5.
*** Do not mark the buffer as modified.
* Major changes in 0.0.12
** epa-file.el usability improvements.
*** Ask recipients only the first time.
*** Respect epa-armor and epa-textmode.
*** Customizing epa-file-name-regexp now works.
*** Backup files for "*.gpg" are also encrypted.
* Major changes in 0.0.11
** Include the EasyPG Assistant user's manual
** Decode user-id's encoded in UTF-8 with "%" or "\" escape
** If a user attempt to encrypt data to an untrusted recipient, EasyPG
prompt the key-id (it requires GnuPG version 2.0.2 or later)
** epa-file.el turns off auto-saving by default
Diffstat (limited to 'security')
-rw-r--r-- | security/EasyPG/Makefile | 12 | ||||
-rw-r--r-- | security/EasyPG/distinfo | 8 |
2 files changed, 10 insertions, 10 deletions
diff --git a/security/EasyPG/Makefile b/security/EasyPG/Makefile index b46ee28846c..68872416459 100644 --- a/security/EasyPG/Makefile +++ b/security/EasyPG/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2007/02/02 16:03:07 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2007/07/31 12:32:43 gdt Exp $ -DISTNAME= epg-0.0.10 +DISTNAME= epg-0.0.14 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/epg/EasyPG/} -PKGREVISION= 1 CATEGORIES= security mail -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=epg/23770/} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=epg/26512/} MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://www.easypg.org/ @@ -13,9 +12,10 @@ COMMENT= GnuPG interface for emacs GNU_CONFIGURE= YES MAKE_FLAGS+= lispdir=${EMACS_LISPPREFIX:Q} -# per README, GnuPG 1.4.3 and GNU Emacs 21.4 or XEmacs 21.4 +# per README: GnuPG 1.4.3 DEPENDS+= gnupg>=1.4.3:../../security/gnupg -EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox xemacs214 xemacs215 +# per README: GNU Emacs 21.4, XEmacs 21.4, or later +EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox emacs22 emacs22nox xemacs214 xemacs215 .include "../../mk/emacs.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/EasyPG/distinfo b/security/EasyPG/distinfo index 64cc4de78a6..48c8fdc6677 100644 --- a/security/EasyPG/distinfo +++ b/security/EasyPG/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2007/01/29 15:02:57 gdt Exp $ +$NetBSD: distinfo,v 1.5 2007/07/31 12:32:43 gdt Exp $ -SHA1 (epg-0.0.10.tar.gz) = 04276a5a2cdf2028cb107476757dfdfb1877b347 -RMD160 (epg-0.0.10.tar.gz) = e009601fe2a89f1009c55eeaa64e99ddddb06c37 -Size (epg-0.0.10.tar.gz) = 95709 bytes +SHA1 (epg-0.0.14.tar.gz) = 1c3c1d371f4fedd01ff039e90e1b0719abaf56a0 +RMD160 (epg-0.0.14.tar.gz) = 10b9bb46fda6317919f83c106f841d4f7a938386 +Size (epg-0.0.14.tar.gz) = 181962 bytes |