diff options
author | wiz <wiz@pkgsrc.org> | 2016-01-07 15:19:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-01-07 15:19:41 +0000 |
commit | 98c64b833eae26296905e5ca1d06a4b61d7bd105 (patch) | |
tree | 233b2e9ce6b3d6694867e9239d13226e40eb4934 /mail | |
parent | b1d04e07c1013329318560f7b0d83998fc88d5c4 (diff) | |
download | pkgsrc-98c64b833eae26296905e5ca1d06a4b61d7bd105.tar.gz |
Enable gpgme option by default in mutt*. It is just too useful.
Bump PKGREVISION.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt-kz/Makefile | 4 | ||||
-rw-r--r-- | mail/mutt/Makefile | 3 | ||||
-rw-r--r-- | mail/mutt/options.mk | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/mail/mutt-kz/Makefile b/mail/mutt-kz/Makefile index d084e01e5da..135e393c08a 100644 --- a/mail/mutt-kz/Makefile +++ b/mail/mutt-kz/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2015/11/22 23:57:01 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2016/01/07 15:19:41 wiz Exp $ DISTNAME= mutt-kz-1.5.23.1-rc1 -PKGREVISION= 1 +PKGREVISION= 2 PKGNAME= ${DISTNAME:S/-rc/rc/} CATEGORIES= mail MASTER_SITES= ftp://redcrew.org/pub/mutt-kz/v1.5.23.1/ diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 491850d8372..0719cd8aba5 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.173 2015/09/03 21:04:34 wiz Exp $ +# $NetBSD: Makefile,v 1.174 2016/01/07 15:19:41 wiz Exp $ DISTNAME= mutt-1.5.24 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/ diff --git a/mail/mutt/options.mk b/mail/mutt/options.mk index be69f5996d9..e4af0b7522c 100644 --- a/mail/mutt/options.mk +++ b/mail/mutt/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.16 2015/09/12 15:25:53 joerg Exp $ +# $NetBSD: options.mk,v 1.17 2016/01/07 15:19:41 wiz Exp $ # Global and legacy options @@ -9,7 +9,7 @@ PKG_SUPPORTED_OPTIONS= debug gpgme idn ssl smime sasl PKG_SUPPORTED_OPTIONS+= mutt-hcache tokyocabinet mutt-smtp PKG_SUPPORTED_OPTIONS+= mutt-compressed-mbox PKG_SUPPORTED_OPTIONS+= mutt-sidebar -PKG_SUGGESTED_OPTIONS= ssl smime curses +PKG_SUGGESTED_OPTIONS= curses gpgme smime ssl # un-comment out the following lines whenever updating distinfo # and patches are up-to-date #PKG_SUGGESTED_OPTIONS+= mutt-compressed-mbox |