Mutt : bump version (#1435)

This commit is contained in:
miqlas
2017-06-17 17:11:51 +02:00
committed by waddlesplash
parent 08615e025f
commit c98faeb8a2
2 changed files with 9 additions and 9 deletions

View File

@@ -10,11 +10,11 @@ COPYRIGHT="1996-2016 Michael R. Elkins
1999-2002 Tommi Komulainen
2000-2004 Edmund Grimley Evans
2006-2009 Rocco Rutte
2014-2016 Kevin J. McCarthy"
2014-2017 Kevin J. McCarthy"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="https://bitbucket.org/mutt/mutt/downloads/mutt-$portVersion.tar.gz"
CHECKSUM_SHA256="0be55a8cae6db2ef7ce831a70cbf6b2d8a0de558a08814933a67855ef07b0dad"
CHECKSUM_SHA256="9b81746d67ffeca5ea44f60893b70dc93c86d4bc10187d4dd360185e4d42ed42"
PATCHES="mutt-$portVersion.patchset"
ARCHITECTURES="?x86_gcc2 x86 x86_64"
@@ -31,14 +31,14 @@ PROVIDES="
"
REQUIRES="
haiku$secondaryArchSuffix
cmd:gpg2$secondaryArchSuffix
# cmd:gpg2$secondaryArchSuffix #gnupg is broken
lib:libaspell$secondaryArchSuffix
lib:libassuan$secondaryArchSuffix
lib:libcrypto$secondaryArchSuffix
lib:libgettextpo$secondaryArchSuffix
lib:libgnutls$secondaryArchSuffix
lib:libgpgme$secondaryArchSuffix
lib:libgpg_error$secondaryArchSuffix
# lib:libgpgme$secondaryArchSuffix
# lib:libgpg_error$secondaryArchSuffix
lib:libgsasl$secondaryArchSuffix
lib:libiconv$secondaryArchSuffix
lib:libidn$secondaryArchSuffix
@@ -53,8 +53,8 @@ BUILD_REQUIRES="
devel:libcrypto$secondaryArchSuffix
devel:libgettextlib$secondaryArchSuffix
devel:libgnutls$secondaryArchSuffix
devel:libgpgme$secondaryArchSuffix
devel:libgpg_error$secondaryArchSuffix
# devel:libgpgme$secondaryArchSuffix
# devel:libgpg_error$secondaryArchSuffix
devel:libgsasl$secondaryArchSuffix
devel:libiconv$secondaryArchSuffix
devel:libidn$secondaryArchSuffix
@@ -69,7 +69,7 @@ BUILD_PREREQUIRES="
cmd:bison
cmd:gawk
cmd:gcc$secondaryArchSuffix
cmd:gpg2$secondaryArchSuffix
# cmd:gpg2$secondaryArchSuffix
cmd:libtoolize$secondaryArchSuffix
cmd:make
cmd:m4
@@ -92,7 +92,6 @@ BUILD()
runConfigure configure \
--enable-compressed \
--enable-gpgme \
--enable-imap \
--enable-pop \
--enable-smtp \
@@ -103,6 +102,7 @@ BUILD()
--with-regex \
--with-ssl \
--with-mailpath=`finddir B_USER_DIRECTORY`/mail/mutt
# --enable-gpgme \
make $jobArgs
}