diff options
author | wiz <wiz@pkgsrc.org> | 2015-04-17 07:07:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-04-17 07:07:27 +0000 |
commit | a809c08b3f9da4674c8620e1995179ffade53572 (patch) | |
tree | febb97e4624bd72c72a278f8f0ec579cec478f2c /x11/xgamma | |
parent | 92858500bfe96a3d527d952f6dde383f8180024a (diff) | |
download | pkgsrc-a809c08b3f9da4674c8620e1995179ffade53572.tar.gz |
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
Diffstat (limited to 'x11/xgamma')
-rw-r--r-- | x11/xgamma/Makefile | 5 | ||||
-rw-r--r-- | x11/xgamma/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/xgamma/Makefile b/x11/xgamma/Makefile index 778f0904c41..f8e90f0fc5b 100644 --- a/x11/xgamma/Makefile +++ b/x11/xgamma/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2012/10/29 05:07:11 asau Exp $ -# +# $NetBSD: Makefile,v 1.10 2015/04/17 07:07:27 wiz Exp $ -DISTNAME= xgamma-1.0.5 +DISTNAME= xgamma-1.0.6 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xgamma/distinfo b/x11/xgamma/distinfo index 2d2084bd5c0..df774608fd2 100644 --- a/x11/xgamma/distinfo +++ b/x11/xgamma/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2012/06/03 18:15:21 wiz Exp $ +$NetBSD: distinfo,v 1.5 2015/04/17 07:07:27 wiz Exp $ -SHA1 (xgamma-1.0.5.tar.bz2) = 9cd3272fd24f51b75223cf9c59949ded6df04800 -RMD160 (xgamma-1.0.5.tar.bz2) = e9014b234bc1dc8bebd9a027a0c9b2fb06cd0ca3 -Size (xgamma-1.0.5.tar.bz2) = 115035 bytes +SHA1 (xgamma-1.0.6.tar.bz2) = af1484d0d70bc71dc9d3b7b95645881b7165c41b +RMD160 (xgamma-1.0.6.tar.bz2) = 2223d444aff6faa15c94b44d0e5bbadd1f7aed15 +Size (xgamma-1.0.6.tar.bz2) = 123105 bytes |