diff options
author | wiz <wiz> | 2013-05-18 13:33:05 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-05-18 13:33:05 +0000 |
commit | 99750ededf6f1c83ceeb7e96430361e5399386ea (patch) | |
tree | 8ecef8bd0dce9c45843f78e4ea57b32934af5243 /x11/transset | |
parent | ca9c9a644fc01cd919b3c0a0070d74386e9c3614 (diff) | |
download | pkgsrc-99750ededf6f1c83ceeb7e96430361e5399386ea.tar.gz |
Update to 1.0.1:
This minor bugfix release includes fixes for several small bugs,
a more complete man page, and some general code cleanups.
Alan Coopersmith (8):
Combine usage message into single string/call
Include PACKAGE_STRING in --version output
Move release date from transset.c to configure.ac so we remember to update it
Use correct variable for printing current opacity
Typo fixes in verbose message & comment
Store min & max as doubles, not floats
Add the options to the man page (they were all missing before)
transset 1.0.1
Arnaud Fontaine (1):
Fix program name in usage information, transset instead of transset-df.
Diffstat (limited to 'x11/transset')
-rw-r--r-- | x11/transset/Makefile | 5 | ||||
-rw-r--r-- | x11/transset/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/transset/Makefile b/x11/transset/Makefile index 2943de8e0a4..336e9656a3a 100644 --- a/x11/transset/Makefile +++ b/x11/transset/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2012/10/29 05:06:54 asau Exp $ -# +# $NetBSD: Makefile,v 1.3 2013/05/18 13:33:05 wiz Exp $ -DISTNAME= transset-1.0.0 +DISTNAME= transset-1.0.1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} diff --git a/x11/transset/distinfo b/x11/transset/distinfo index 411024919f7..d95d452c2c7 100644 --- a/x11/transset/distinfo +++ b/x11/transset/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2012/06/05 06:45:29 wiz Exp $ +$NetBSD: distinfo,v 1.2 2013/05/18 13:33:05 wiz Exp $ -SHA1 (transset-1.0.0.tar.gz) = b168e0320901c2b0fe401b8be43a0f84e8fa148f -RMD160 (transset-1.0.0.tar.gz) = bbf4635f0d05189980a5cdd5a9dedbddf6c176fc -Size (transset-1.0.0.tar.gz) = 143324 bytes +SHA1 (transset-1.0.1.tar.gz) = 3cb57c299c26ee5bd3249ce54d11a1cbb9c9219e +RMD160 (transset-1.0.1.tar.gz) = d0d226ddc8491020b7a664b719645d80ac460499 +Size (transset-1.0.1.tar.gz) = 151377 bytes |