Sat May 18 13:33:05 2013 UTC ()
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.


(wiz)
diff -r1.2 -r1.3 pkgsrc/x11/transset/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/x11/transset/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/x11/transset/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/transset/Makefile 2012/10/29 05:06:54 1.2
+++ pkgsrc/x11/transset/Makefile 2013/05/18 13:33:05 1.3
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.2 2012/10/29 05:06:54 asau Exp $ 1# $NetBSD: Makefile,v 1.3 2013/05/18 13:33:05 wiz Exp $
2# 
3 2
4DISTNAME= transset-1.0.0 3DISTNAME= transset-1.0.1
5CATEGORIES= x11 4CATEGORIES= x11
6MASTER_SITES= ${MASTER_SITE_XORG:=app/} 5MASTER_SITES= ${MASTER_SITE_XORG:=app/}
7 6
8MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://xorg.freedesktop.org/ 8HOMEPAGE= http://xorg.freedesktop.org/
10COMMENT= Utility for setting opacity property 9COMMENT= Utility for setting opacity property
11 10
12GNU_CONFIGURE= yes 11GNU_CONFIGURE= yes
13 12
14USE_TOOLS+= pkg-config 13USE_TOOLS+= pkg-config
15 14
16#INSTALLATION_DIRS= bin 15#INSTALLATION_DIRS= bin
17 16

cvs diff -r1.1.1.1 -r1.2 pkgsrc/x11/transset/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/transset/distinfo 2012/06/05 06:45:29 1.1.1.1
+++ pkgsrc/x11/transset/distinfo 2013/05/18 13:33:05 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2012/06/05 06:45:29 wiz Exp $ 1$NetBSD: distinfo,v 1.2 2013/05/18 13:33:05 wiz Exp $
2 2
3SHA1 (transset-1.0.0.tar.gz) = b168e0320901c2b0fe401b8be43a0f84e8fa148f 3SHA1 (transset-1.0.1.tar.gz) = 3cb57c299c26ee5bd3249ce54d11a1cbb9c9219e
4RMD160 (transset-1.0.0.tar.gz) = bbf4635f0d05189980a5cdd5a9dedbddf6c176fc 4RMD160 (transset-1.0.1.tar.gz) = d0d226ddc8491020b7a664b719645d80ac460499
5Size (transset-1.0.0.tar.gz) = 143324 bytes 5Size (transset-1.0.1.tar.gz) = 151377 bytes