On Thu, Mar 08, 2018 at 02:11:50PM +0100, Pascal Stumpf wrote: > Update to nmh 1.7.1; take maintainer if no one objects. > > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/mail/nmh/Makefile,v > retrieving revision 1.43 > diff -u -p -r1.43 Makefile > --- Makefile 2 Feb 2018 03:55:42 -0000 1.43 > +++ Makefile 8 Mar 2018 13:11:19 -0000 > @@ -2,10 +2,12 @@ > > COMMENT= new MH mail handling program > > -DISTNAME= nmh-1.7 > +DISTNAME= nmh-1.7.1 > CATEGORIES= mail > MASTER_SITES= ${MASTER_SITE_SAVANNAH:=nmh/} > HOMEPAGE= http://www.nongnu.org/nmh/ > + > +MAINTAINER = Pascal Stumpf <pas...@stumpf.co> > > # BSD-like > PERMIT_PACKAGE_CDROM= Yes > Index: distinfo > =================================================================== > RCS file: /cvs/ports/mail/nmh/distinfo,v > retrieving revision 1.10 > diff -u -p -r1.10 distinfo > --- distinfo 30 Nov 2017 11:14:53 -0000 1.10 > +++ distinfo 8 Mar 2018 13:11:19 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (nmh-1.7.tar.gz) = zQXHyiyuUkrpn2umc0Y6XN7/Yt+T6FkTqpJ3roMEzkQ= > -SIZE (nmh-1.7.tar.gz) = 1391594 > +SHA256 (nmh-1.7.1.tar.gz) = 8fuUu/fZX81DJ3x8/aVWM6BHGH9Xr8bBu5MhhSvQfBE= > +SIZE (nmh-1.7.1.tar.gz) = 1400083 > OK kn with SEPARATE_BUILD set as suggested after your last update to 1.7 already.
/HOMEPAGE/s,http,\&s, I'd probably move MASTER_SITES below WANTLIB and CONFIGURE_* below *_DEPENDS as well to stick to the template, but that's your call.