pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

mutt-1.6.1 can use 1.6.0 patch for compressed mbox-folders



Hi,

Mutt 1.6.1 seems fairly stable, and although no compressed-mbox patch
is available for it, it can use the patch that was made available for
release 1.6.0 without problem.

In addition to fixing that, I've also added docbook-xsl as a
BUILD_DEPENDS, to get the extra documentation added ok.


Patch:

Index: Makefile
===================================================================
RCS file: /Users/kk/NetBSD-CVS/pkgsrc/mail/mutt/Makefile,v
retrieving revision 1.178
diff -u -r1.178 Makefile
--- Makefile	2 May 2016 09:03:13 -0000	1.178
+++ Makefile	1 Jun 2016 14:22:11 -0000
@@ -1,6 +1,7 @@
 # $NetBSD: Makefile,v 1.177 2016/04/09 08:47:36 tron Exp $
 
 DISTNAME=		mutt-1.6.1
+PKGREVISION=	1
 CATEGORIES=		mail
 MASTER_SITES=		ftp://ftp.mutt.org/pub/mutt/
 
Index: distinfo
===================================================================
RCS file: /Users/kk/NetBSD-CVS/pkgsrc/mail/mutt/distinfo,v
retrieving revision 1.43
diff -u -r1.43 distinfo
--- distinfo	2 May 2016 09:03:13 -0000	1.43
+++ distinfo	1 Jun 2016 14:17:50 -0000
@@ -4,6 +4,10 @@
 RMD160 (mutt-1.6.1.tar.gz) = 2d9133d233c98b75891a488778c0d498c4827f36
 SHA512 (mutt-1.6.1.tar.gz) = a45c7bc681ea31a6ee37e95a11f3ec84f580478367250c80eaf5aceeba87e34411346a8b7e80a0f236c507cec1199ddc3ccf4596b81d7e31c235099dccdd4fd5
 Size (mutt-1.6.1.tar.gz) = 3956840 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
Index: options.mk
===================================================================
RCS file: /Users/kk/NetBSD-CVS/pkgsrc/mail/mutt/options.mk,v
retrieving revision 1.20
diff -u -r1.20 options.mk
--- options.mk	25 Feb 2016 15:00:51 -0000	1.20
+++ options.mk	1 Jun 2016 14:15:39 -0000
@@ -122,8 +122,8 @@
 PLIST_VARS+=		compressed_mbox
 .if !empty(PKG_OPTIONS:Mmutt-compressed-mbox)
 PLIST.compressed_mbox=	yes
-PATCH_SITES+=		http://mutt.org.ua/download/${PKGNAME_NOREV}/
-PATCHFILES+=		patch-${PKGVERSION_NOREV}.rr.compressed.gz
+PATCH_SITES+=		http://mutt.org.ua/download/mutt-1.6.0/
+PATCHFILES+=		patch-1.6.0.rr.compressed.gz
 PATCH_DIST_STRIP=	-p1
 CONFIGURE_ARGS+=	--enable-compressed
 SUBST_CLASSES+=		compress
@@ -135,6 +135,7 @@
 SUBST_SED.compress+=	-e 's,^mutt_OBJECTS = ,mutt_OBJECTS = compress.o ,'
 # add xsltproc to be able to regenerate the documentation
 BUILD_DEPENDS+=		libxslt-[0-9]*:../../textproc/libxslt
+BUILD_DEPENDS+=		docbook-xsl-[0-9]*:../../textproc/docbook-xsl
 .endif
 
 ###

Attachment: signature.asc
Description: PGP signature



Home | Main Index | Thread Index | Old Index