[ ] Monday, 24 February 2014 [ ]

redshift

Set about updating redshift to 1.8, this involved a couple of simple changes to the Makefile:

port:fred /usr/ports/misc/redshift> cvs diff -uN Makefile 
Index: Makefile
===================================================================
RCS file: /cvs/ports/misc/redshift/Makefile,v
retrieving revision 1.17
diff -u -p -u -r1.17 Makefile
--- Makefile	27 Sep 2013 17:49:06 -0000	1.17
+++ Makefile	24 Feb 2014 22:31:51 -0000
@@ -2,9 +2,9 @@
 
 COMMENT=	automatic color temperature adjustment
 
-V=		1.7
+V=		1.8
 DISTNAME=	redshift-${V}
-REVISION=	5
+REVISION=	0
 EXTRACT_SUFX=	.tar.bz2
 
 CATEGORIES=	misc
@@ -38,6 +38,6 @@ CONFIGURE_ARGS=	--enable-randr \
 		--enable-gnome-clock \
 		--enable-gui
 
-MODPY_ADJ_FILES= src/gtk-redshift/gtk-redshift
+MODPY_ADJ_FILES= src/redshift-gtk/redshift-gtk
 
 .include 

and the following make commands:

 fetch-all makesum checksum extract build fake plist install
in order.

Need to add a comment about the gtk name change to redshift-gtk.

OpenSCAD

Time to test clang build and current code…

makeports


$Id: diary,v 1.38 2025/01/01 22:43:54 fred Exp $