On Wed, Nov 02, 2005 at 10:38:01PM -0600, Jolan Luff wrote:
> hi,
> 
> dlg@ and marco@ saw this screenshot of mutt with a sidebar that has a
> folder list with new msg counts:
> 
> http://vorlon.cwru.edu/~jrh29/mutt/mutt_shot_patch8.png
> 
> they promised me beer if i included it so here's a diff to the port
> which adds the sidebar patch as a FLAVOR.  all the config stuff is
> listed on the website for the patch, http://thomer.com/mutt/.  the
> website is referenced in the DESCR.
> 
> comments? oks?

PKGNAME should be bumped since the DESCR is different, fixed locally.

> Index: snapshot/Makefile
> ===================================================================
> RCS file: /cvs/ports/mail/mutt/snapshot/Makefile,v
> retrieving revision 1.36
> diff -u -r1.36 Makefile
> --- snapshot/Makefile 5 Oct 2005 09:48:10 -0000       1.36
> +++ snapshot/Makefile 3 Nov 2005 04:11:21 -0000
> @@ -6,9 +6,18 @@
>  DISTNAME=    mutt-${VERSION}
>  PKGNAME=     ${DISTNAME}p0
>  MASTER_SITES=        ${MASTER_SITES_MUTT:=devel/}
> +MASTER_SITES1=       http://thomer.com/mutt/
> +SIDEBARPATCH=        patch-1.5.10i.sidebar.20050816.txt:1
> +SUPDISTFILES=        ${SIDEBARPATCH}
>  
>  AUTOCONF_VERSION= 2.59
>  
> -FLAVORS=     hcache idn
> +FLAVORS=     hcache idn sidebar
> +FLAVOR?=
> +
> +.if ${FLAVOR:L:Msidebar}
> +PATCHFILES=  ${SIDEBARPATCH} 
> +PATCH_DIST_STRIP=-p1
> +.endif
>  
>  .include <bsd.port.mk>
> Index: snapshot/distinfo
> ===================================================================
> RCS file: /cvs/ports/mail/mutt/snapshot/distinfo,v
> retrieving revision 1.20
> diff -u -r1.20 distinfo
> --- snapshot/distinfo 29 Sep 2005 17:25:28 -0000      1.20
> +++ snapshot/distinfo 3 Nov 2005 04:11:21 -0000
> @@ -1,8 +1,12 @@
>  MD5 (mutt-1.5.11.tar.gz) = 00e6f8f7c37d4840e5e30583ebee21ce
> +MD5 (patch-1.5.10i.sidebar.20050816.txt) = da7f5094a408369992008cf0f951774d
>  MD5 (patch-1.5.11.rr.compressed.1.gz) = fb79645e8269e2f5bfb53a8ecf955bf7
>  RMD160 (mutt-1.5.11.tar.gz) = 812bfa6b1c9bfb1650341f7522298699c7b214a5
> +RMD160 (patch-1.5.10i.sidebar.20050816.txt) = 
> 6ad917550dafd509babc0b07bf4ead4efe888fc8
>  RMD160 (patch-1.5.11.rr.compressed.1.gz) = 
> 00f3302e86ce382e274e1b1745e0082ef1f643c4
>  SHA1 (mutt-1.5.11.tar.gz) = cc5823016fe7de6ee3a131b19a3f78796f9f53d5
> +SHA1 (patch-1.5.10i.sidebar.20050816.txt) = 
> 2d9c32ab1fa2e439b7ad7621cfbc92c61f1e87e6
>  SHA1 (patch-1.5.11.rr.compressed.1.gz) = 
> 0a82f2253d11655a6f743d1a2cfc82877c4ef134
>  SIZE (mutt-1.5.11.tar.gz) = 3187375
> +SIZE (patch-1.5.10i.sidebar.20050816.txt) = 47544
>  SIZE (patch-1.5.11.rr.compressed.1.gz) = 10433
> Index: snapshot/pkg/DESCR
> ===================================================================
> RCS file: /cvs/ports/mail/mutt/snapshot/pkg/DESCR,v
> retrieving revision 1.5
> diff -u -r1.5 DESCR
> --- snapshot/pkg/DESCR        5 Oct 2005 09:48:10 -0000       1.5
> +++ snapshot/pkg/DESCR        3 Nov 2005 04:11:21 -0000
> @@ -21,5 +21,7 @@
>       mixmaster  - build with anonymous remailing support
>       hcache     - build with maildir header caching support
>       idn        - build with internationalized domain name support
> +     sidebar    - adds a sidebar that has a folder list
> +                  (see: http://thomer.com/mutt/)
>  
>  This is the development version of mutt.

Reply via email to