Date: Sat, 23 Jan 2010 13:36:58 +0100 From: Lars Sommer <lasg@lasg.dk> To: Robert Blacquiere <robert@blacquiere.nl> Cc: freebsd-ports@freebsd.org Subject: Re: FreeBSD Port: x11-wm/evilwm Message-ID: <4B5AED6A.7050905@lasg.dk> In-Reply-To: <20100123104453.GF12448@macmini.blacquiere.nl> References: <20100123104453.GF12448@macmini.blacquiere.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
On 01/23/10 11:44, Robert Blacquiere wrote: > Hi, > > I'me using evilwm for sometime. as of 0.99.something. I have been > monitoring the developers site and there is a new version voor some time > available. I made a patch for it. Please review and commit. > > Regards > > Robert > > > <patch> > > diff -ru evilwm-orig/Makefile evilwm/Makefile > --- evilwm-orig/Makefile 2010-01-23 11:15:38.000000000 +0100 > +++ evilwm/Makefile 2010-01-23 11:16:44.000000000 +0100 > @@ -6,8 +6,8 @@ > # > > PORTNAME= evilwm > -PORTVERSION= 1.0.0 > -PORTREVISION= 1 > +PORTVERSION= 1.0.1 > +PORTREVISION= 0 > CATEGORIES= x11-wm > MASTER_SITES= http://www.6809.org.uk/evilwm/ > > diff -ru evilwm-orig/distinfo evilwm/distinfo > --- evilwm-orig/distinfo 2010-01-23 11:15:38.000000000 +0100 > +++ evilwm/distinfo 2010-01-23 11:20:47.000000000 +0100 > @@ -1,3 +1,3 @@ > -MD5 (evilwm-1.0.0.tar.gz) = aa66a68f54dda48ff3bcef23ea852e59 > -SHA256 (evilwm-1.0.0.tar.gz) = 79d227f3af36eb621d6aa9b76d6270cd0bd31aeb5f9c1014723b2bb54fd37dc8 > -SIZE (evilwm-1.0.0.tar.gz) = 30048 > +MD5 (evilwm-1.0.1.tar.gz) = 8fd9256c635cce2289b648a01d54202c > +SHA256 (evilwm-1.0.1.tar.gz) = 79640a68f6dd7e67a1767767aba486e192d7663ccb2588154d2419b47b9ec457 > +SIZE (evilwm-1.0.1.tar.gz) = 31468 > > </patch> > Hi Robert You are _much_ welcome to take over the role as port maintainer for Evilwm, as I do not have any time for it anymore. I did it only once, as the port was unmaintained at that moment. Best regards Lars Sommer, lasg@lasg.dk PS: I have a small script to list unmaintained ports, if you should be interested in others as well: ~/bin> cat find_unmaintained_ports.sh sh -c 'cd /usr/ports; grep -F "`for o in \`pkg_info -qao\` ; \ do echo "|/usr/ports/${o}|" ; done`" `make -V INDEXFILE` | \ grep -i \|ports@freebsd.org\| | cut -f 2 -d \| '
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4B5AED6A.7050905>