Fri Apr 17 07:07:27 2015 UTC ()
Update to 1.0.6:

This minor maintenance release provides the usual recent collection of
build configuration improvements and janitorial cleanups.  It does not
provide enough gamma radiation to mutate the user into a green-skinned
giant who likes to smash things.

Alan Coopersmith (9):
      Add noreturn attribute to Syntax function
      Fix size/sign conversion warnings in isabbreviation()
      Fix const char warnings in calls to isabbreviation()
      Combine usage message fprintfs into a single call
      Print which option was in error along with usage message
      Add -version option to print program version
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      xgamma 1.0.6


(wiz)
diff -r1.9 -r1.10 pkgsrc/x11/xgamma/Makefile
diff -r1.4 -r1.5 pkgsrc/x11/xgamma/distinfo

cvs diff -r1.9 -r1.10 pkgsrc/x11/xgamma/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xgamma/Makefile 2012/10/29 05:07:11 1.9
+++ pkgsrc/x11/xgamma/Makefile 2015/04/17 07:07:27 1.10
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.9 2012/10/29 05:07:11 asau Exp $ 1# $NetBSD: Makefile,v 1.10 2015/04/17 07:07:27 wiz Exp $
2# 
3 2
4DISTNAME= xgamma-1.0.5 3DISTNAME= xgamma-1.0.6
5CATEGORIES= x11 4CATEGORIES= x11
6MASTER_SITES= ${MASTER_SITE_XORG:=app/} 5MASTER_SITES= ${MASTER_SITE_XORG:=app/}
7EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
8 7
9MAINTAINER= joerg@NetBSD.org 8MAINTAINER= joerg@NetBSD.org
10HOMEPAGE= http://xorg.freedesktop.org/ 9HOMEPAGE= http://xorg.freedesktop.org/
11COMMENT= Alter gamma correction 10COMMENT= Alter gamma correction
12 11
13GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
14USE_TOOLS+= pkg-config 13USE_TOOLS+= pkg-config
15 14
16CONFIGURE_ENV+= APP_MAN_SUFFIX=1 15CONFIGURE_ENV+= APP_MAN_SUFFIX=1
17 16

cvs diff -r1.4 -r1.5 pkgsrc/x11/xgamma/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/xgamma/distinfo 2012/06/03 18:15:21 1.4
+++ pkgsrc/x11/xgamma/distinfo 2015/04/17 07:07:27 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2012/06/03 18:15:21 wiz Exp $ 1$NetBSD: distinfo,v 1.5 2015/04/17 07:07:27 wiz Exp $
2 2
3SHA1 (xgamma-1.0.5.tar.bz2) = 9cd3272fd24f51b75223cf9c59949ded6df04800 3SHA1 (xgamma-1.0.6.tar.bz2) = af1484d0d70bc71dc9d3b7b95645881b7165c41b
4RMD160 (xgamma-1.0.5.tar.bz2) = e9014b234bc1dc8bebd9a027a0c9b2fb06cd0ca3 4RMD160 (xgamma-1.0.6.tar.bz2) = 2223d444aff6faa15c94b44d0e5bbadd1f7aed15
5Size (xgamma-1.0.5.tar.bz2) = 115035 bytes 5Size (xgamma-1.0.6.tar.bz2) = 123105 bytes