diff options
author | cheusov <cheusov@pkgsrc.org> | 2012-07-17 18:08:02 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2012-07-17 18:08:02 +0000 |
commit | 14ace21090b52ea0a3d503d3c64279658447a1f6 (patch) | |
tree | 2ed0c9cacd3fb3b5949aa93845830e9d738cd4d3 /security | |
parent | 5fdb595f22c689de4e1ccf33aa730eb8448f0bcd (diff) | |
download | pkgsrc-14ace21090b52ea0a3d503d3c64279658447a1f6.tar.gz |
starttls.{el,elc} files are not provided by the package anymore. The problem
is starttls's implementation is incompatible with emacs 22, 23 and probably
24 too, as a result sending emails with ssl/tls authorization fail due to
this
conflict. emacs-21 has its own starttls.el too and I believe it is also
sufficient. I wonder if someone still uses emacs-20 and its smtpmail.el for
sending emails. This change was tested on NetBSD-6 and emacs-{22,23}.
starttls package now DEPENDS on emacs-[0-9]*, that is any emacs flavour is
good enough
Set LICENSE to gnu-gpl-v2
++pkgrevision
Diffstat (limited to 'security')
-rw-r--r-- | security/starttls/Makefile | 8 | ||||
-rw-r--r-- | security/starttls/PLIST | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/starttls/Makefile b/security/starttls/Makefile index f30544156ef..c4ca721360d 100644 --- a/security/starttls/Makefile +++ b/security/starttls/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2012/07/15 11:12:21 cheusov Exp $ +# $NetBSD: Makefile,v 1.8 2012/07/17 18:08:02 cheusov Exp $ # DISTNAME= starttls-0.10 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= security MASTER_SITES= ftp://opaopa.org/pub/elisp/ @@ -11,12 +11,14 @@ HOMEPAGE= ftp://opaopa.org/pub/elisp/ COMMENT= Simple wrapper program for STARTTLS on emacsen LICENSE= gnu-gpl-v2 +DEPENDS= emacs-[0-9]*:../../editors/emacs + PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= gmake GNU_CONFIGURE= yes -.include "../../editors/emacs/modules.mk" +MAKE_FLAGS= lisp_LISP= .include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/starttls/PLIST b/security/starttls/PLIST index 9150737cd42..2857db83c05 100644 --- a/security/starttls/PLIST +++ b/security/starttls/PLIST @@ -1,4 +1,2 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/18 16:09:12 obache Exp $ +@comment $NetBSD: PLIST,v 1.2 2012/07/17 18:08:02 cheusov Exp $ bin/starttls -${EMACS_LISPPREFIX}/starttls.el -${EMACS_LISPPREFIX}/starttls.elc |