diff options
author | tnn <tnn@pkgsrc.org> | 2016-08-21 16:46:17 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2016-08-21 16:46:17 +0000 |
commit | 424bb127f08b8f4c3fcc9dc15719121c0e0951f5 (patch) | |
tree | 600e0e3de9e7edf5369e9af3299f851016128344 /mail | |
parent | 7df23c81e192595f753ef6cd8120f9fa26b51708 (diff) | |
download | pkgsrc-424bb127f08b8f4c3fcc9dc15719121c0e0951f5.tar.gz |
fix distinfo for optional distfiles. Reported by f8l @ #pkgsrc
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt/distinfo | 10 | ||||
-rw-r--r-- | mail/mutt/options.mk | 11 |
2 files changed, 14 insertions, 7 deletions
diff --git a/mail/mutt/distinfo b/mail/mutt/distinfo index c029c854290..e4a22891136 100644 --- a/mail/mutt/distinfo +++ b/mail/mutt/distinfo @@ -1,9 +1,17 @@ -$NetBSD: distinfo,v 1.46 2016/08/21 11:39:31 wiz Exp $ +$NetBSD: distinfo,v 1.47 2016/08/21 16:46:17 tnn Exp $ SHA1 (mutt-1.7.0.tar.gz) = 0d9c0ae7d4725e2216ea0c1271ae19ab8bcf653b RMD160 (mutt-1.7.0.tar.gz) = f508f0332d2dfcaa398c3b68889ac619781b1651 SHA512 (mutt-1.7.0.tar.gz) = 60ff00f268285c12b48e39ca0b5a8bd7e09323255874a6211edc94218ed191ad24ad437dd9c180c45ea6d5a9f163d04bb5515ddf3488c92f4e9411588c550612 Size (mutt-1.7.0.tar.gz) = 4019567 bytes +SHA1 (patch-1.5.23.sidebar.20140412.txt) = 8b86f148d8e1a0b37b0b77268349f4c94e797561 +RMD160 (patch-1.5.23.sidebar.20140412.txt) = 55b691a9d959040d2844644c165b10377a53744d +SHA512 (patch-1.5.23.sidebar.20140412.txt) = ac023f1ba5843a010de497b9cd85b22af6a30ceb8622c01be3c5b7e8e0761d8efe8e86e8c9b11aa96dcc405e8b1657672ec6da111b703d562bddf35ba848d34d +Size (patch-1.5.23.sidebar.20140412.txt) = 66728 bytes +SHA1 (patch-1.6.0.rr.compressed.gz) = 9a672673dd0bd4a2c1624627a8be3c558af2a5d8 +RMD160 (patch-1.6.0.rr.compressed.gz) = f648b17a84b48c3e8529f45df48ff8bce908dc08 +SHA512 (patch-1.6.0.rr.compressed.gz) = 2b37b84cb930bcc3809910c400298e798d293d7c351b58b59b44d76f48263af1c068a282c6a3baa7de8f42a23c0a86a4dabb11919be892356eff5bf303b199d9 +Size (patch-1.6.0.rr.compressed.gz) = 9977 bytes SHA1 (patch-aa) = 59d89dce24110be2927c8a1ea1fa5b780d644372 SHA1 (patch-ab) = 7c307068e129eb71ba251d175186dc9c5b171681 SHA1 (patch-ac) = 40d119b7efed1a4622c42badc9ee97349b504044 diff --git a/mail/mutt/options.mk b/mail/mutt/options.mk index 78a573f9f3b..a5c4e67f836 100644 --- a/mail/mutt/options.mk +++ b/mail/mutt/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.21 2016/06/01 21:56:12 tonio Exp $ +# $NetBSD: options.mk,v 1.22 2016/08/21 16:46:17 tnn Exp $ # Global and legacy options @@ -11,9 +11,6 @@ PKG_SUPPORTED_OPTIONS+= mutt-compressed-mbox PKG_SUPPORTED_OPTIONS+= mutt-sidebar PKG_SUGGESTED_OPTIONS= curses gpgme mutt-hcache mutt-smtp smime ssl PKG_SUGGESTED_OPTIONS+= mutt-compressed-mbox -# un-comment out the following lines whenever updating distinfo -# and patches are up-to-date -#PKG_SUGGESTED_OPTIONS+= mutt-sidebar .include "../../mk/bsd.options.mk" @@ -120,7 +117,8 @@ CONFIGURE_ARGS+= --disable-hcache ### Compressed mail boxes ### PLIST_VARS+= compressed_mbox -.if !empty(PKG_OPTIONS:Mmutt-compressed-mbox) +.if !empty(PKG_OPTIONS:Mmutt-compressed-mbox) \ + || make(distinfo) || make(mps) || make(makepatchsum) PLIST.compressed_mbox= yes #PATCH_SITES+= http://mutt.org.ua/download/${PKGNAME_NOREV}/ #PATCHFILES+= patch-${PKGVERSION_NOREV}.rr.compressed.gz @@ -153,7 +151,8 @@ CONFIGURE_ARGS+= --disable-smtp ### ### Sidebar support ### -.if !empty(PKG_OPTIONS:Mmutt-sidebar) +.if !empty(PKG_OPTIONS:Mmutt-sidebar) \ + || make(distinfo) || make(mps) || make(makepatchsum) # http://www.lunar-linux.org/mutt-sidebar/ PATCH_SITES+= http://lunar-linux.org/~tchan/mutt/ PATCHFILES+= patch-1.5.23.sidebar.20140412.txt |