On Thu, May 19, 2016 at 06:07:41PM -0700, Ryan Freeman wrote: > Heres an update to redshift 1.11. tried it trying to figure out the geoclue2 > error before finally coming across the issue thread describing redshift needs > the exception in /etc/geoclue/geoclue.conf ;) (1.11 doesn't magically make > that requirement go away!) > > Works good on amd64. > > Would it be worth adding a pkg/README with a note about this?
No. See : https://github.com/jonls/redshift/issues/158 I am ok with the diff though. > Index: Makefile > =================================================================== > RCS file: /cvs/ports/misc/redshift/Makefile,v > retrieving revision 1.25 > diff -u -p -r1.25 Makefile > --- Makefile 24 Aug 2015 10:01:10 -0000 1.25 > +++ Makefile 20 May 2016 01:02:05 -0000 > @@ -2,9 +2,8 @@ > > COMMENT= automatic color temperature adjustment > > -V= 1.10 > +V= 1.11 > DISTNAME= redshift-${V} > -REVISION= 2 > > GH_PROJECT= redshift > GH_ACCOUNT= jonls > Index: distinfo > =================================================================== > RCS file: /cvs/ports/misc/redshift/distinfo,v > retrieving revision 1.6 > diff -u -p -r1.6 distinfo > --- distinfo 10 Jan 2015 09:39:21 -0000 1.6 > +++ distinfo 20 May 2016 01:02:05 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (v1.10.tar.gz) = 96HKHsz2YplXN+FPiUwrFRk5I/u+N40VHjRqgBNkTxY= > -SIZE (v1.10.tar.gz) = 519595 > +SHA256 (v1.11.tar.gz) = qJzuDcgi+iv9oHA9js7ezMCNo6698YgFk/KNqBw9yHk= > +SIZE (v1.11.tar.gz) = 543804 > -- Antoine