On 2014/11/23 20:31, Edd Barrett wrote:
> On Thu, Nov 20, 2014 at 10:06:59AM +0100, Pierre-Emmanuel André wrote:
> > Looks good to me. ok pea but please remove me as maintainer.
>
> Sorry about the delay.
>
> So here is the diff with Stuart's suggestion and dropping pea@ as
> MAINTAINER. I use this to pick up my mail, so I don't mind taking
> MAINTAINER.
>
> OK?
>
> Index: Makefile
> ===================================================================
> RCS file: /home/edd/cvsync/ports/mail/offlineimap/Makefile,v
> retrieving revision 1.26
> diff -u -p -r1.26 Makefile
> --- Makefile 11 Mar 2013 11:23:52 -0000 1.26
> +++ Makefile 23 Nov 2014 20:26:39 -0000
> @@ -2,26 +2,28 @@
>
> COMMENT= powerful IMAP/Maildir synchronization and reader support
>
> -MODPY_EGG_VERSION= 6.5.4
> +MODPY_EGG_VERSION = 6.5.6
> +GH_ACCOUNT = OfflineIMAP
> +GH_PROJECT = offlineimap
> +GH_TAGNAME = v${MODPY_EGG_VERSION}
> +GH_COMMIT = 7770b5ff73737d1269eb1ba7554b8d3486c7f5ec
> DISTNAME= offlineimap-${MODPY_EGG_VERSION}
> CATEGORIES= mail
>
> HOMEPAGE= http://offlineimap.org/
>
> -MAINTAINER= Pierre-Emmanuel Andre <[email protected]>
> +MAINTAINER= Edd Barrett <[email protected]>
>
> # GPLv2+
> PERMIT_PACKAGE_CDROM= Yes
>
> -MASTER_SITES=
> https://github.com/spaetz/offlineimap/tarball/v${MODPY_EGG_VERSION}/
> +DISTNAME = offlineimap-${MODPY_EGG_VERSION}
This DISTNAME is a duplicate; there is already one in the usual place
nearer the top of the file.
Otherwise looks good, but I haven't tested.