From db7ded595d1b2bd37fc198e89ccb843ed4717de0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Sat, 15 Apr 2017 11:56:22 +0200 Subject: main/mutt: upgrade to 1.8.1, modernize APKBUILD --- main/mutt/APKBUILD | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'main/mutt') diff --git a/main/mutt/APKBUILD b/main/mutt/APKBUILD index d08c3c2f77..b2f9a5731f 100644 --- a/main/mutt/APKBUILD +++ b/main/mutt/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Andrew Manison # Maintainer: Natanael Copa pkgname=mutt -pkgver=1.8.0 +pkgver=1.8.1 pkgrel=0 pkgdesc="a small but very powerful text-mode email client" url="http://www.mutt.org" @@ -10,7 +10,7 @@ arch="all" license="GPL" makedepends="cyrus-sasl-dev gdbm-dev gettext-dev gpgme-dev libidn-dev ncurses-dev libressl-dev perl" -options="suid" +options="suid !check" subpackages="$pkgname-doc $pkgname-lang" source="https://bitbucket.org/$pkgname/$pkgname/downloads/$pkgname-$pkgver.tar.gz" builddir="$srcdir"/$pkgname-$pkgver @@ -36,9 +36,8 @@ build() { --with-docdir=/usr/share/doc/$pkgname \ --without-included-gettext \ --with-ssl \ - --with-sasl \ - || return 1 - make || return 1 + --with-sasl + make } package() { @@ -48,15 +47,14 @@ package() { rm "$pkgdir"/etc/*.dist \ "$pkgdir"/etc/mime.types \ "$pkgdir"/usr/bin/muttbug \ - "$pkgdir"/usr/bin/flea \ - || return 1 + "$pkgdir"/usr/bin/flea # Don't tamper with the global configuration file. # Many options set in the global config cannot be # overwritten in the users configuration file. # Example: Resetting colors isn't possible. install -Dm644 contrib/gpg.rc \ - "$pkgdir"/etc/Muttrc.gpg.dist || return 1 + "$pkgdir"/etc/Muttrc.gpg.dist } -sha512sums="20120baa1d6c528281ba02faf8f19a3cbe3fce5bb5907a3513d3ec98592cd63db2b5f02884002c45dc18a4947d5cf2ac30e2ca4e059ad7a37ca0b22734e3bf1d mutt-1.8.0.tar.gz" +sha512sums="5d695212560266aa16f2a547305bc6cd1a1ee7b10bfac9c45b5a8f7b5dfc16b8c288f5229bdf38167a77c44952bf353d93def5b928001ec4982e018f8c1a3e7a mutt-1.8.1.tar.gz" -- cgit v1.2.3