diff options
author | wiz <wiz> | 2013-09-09 09:38:32 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-09-09 09:38:32 +0000 |
commit | fb7ff8c3ac661c9acad5ef6772c76191e1299551 (patch) | |
tree | fcc8bd6ea0f74577fbae00234a95e629c0818f3f /x11 | |
parent | b7fb4303e3c928e3676d61c0140a606d2dc6b52a (diff) | |
download | pkgsrc-fb7ff8c3ac661c9acad5ef6772c76191e1299551.tar.gz |
Update to 1.1.3:
This minor maintenance release cleans up some compiler warnings,
improves the build configuration, and adds a -version option.
Alan Coopersmith (4):
Give unique names to the two reply variables in child_info
Add -version flag to print version from PACKAGE_STRING
Fix deconstification warnings from gcc
xlsclients 1.1.3
Gaetan Nadon (3):
make: remove $(LIBOBJS) dead code
Revert "make: remove $(LIBOBJS) dead code"
configure.ac: regroup statements and comment
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xlsclients/Makefile | 6 | ||||
-rw-r--r-- | x11/xlsclients/distinfo | 8 |
2 files changed, 6 insertions, 8 deletions
diff --git a/x11/xlsclients/Makefile b/x11/xlsclients/Makefile index 4c59f9faa2a..ea4444fcc3a 100644 --- a/x11/xlsclients/Makefile +++ b/x11/xlsclients/Makefile @@ -1,8 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2012/10/29 05:07:14 asau Exp $ -# +# $NetBSD: Makefile,v 1.10 2013/09/09 09:38:32 wiz Exp $ -DISTNAME= xlsclients-1.1.2 -PKGREVISION= 1 +DISTNAME= xlsclients-1.1.3 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xlsclients/distinfo b/x11/xlsclients/distinfo index 814506962ed..e5d18a26bf5 100644 --- a/x11/xlsclients/distinfo +++ b/x11/xlsclients/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2012/06/03 18:20:27 wiz Exp $ +$NetBSD: distinfo,v 1.6 2013/09/09 09:38:32 wiz Exp $ -SHA1 (xlsclients-1.1.2.tar.bz2) = c4051429c190444ae9ba327f0ad776a74eb7b27b -RMD160 (xlsclients-1.1.2.tar.bz2) = d084896124d564a30b342f09f42ca5a7434f57cb -Size (xlsclients-1.1.2.tar.bz2) = 114703 bytes +SHA1 (xlsclients-1.1.3.tar.bz2) = a980aa006c0ca180e4c79be2bd6514205dd218a3 +RMD160 (xlsclients-1.1.3.tar.bz2) = 71a2f9246a08b83ecd15ce56150b6a96e46f354d +Size (xlsclients-1.1.3.tar.bz2) = 127324 bytes SHA1 (patch-aa) = 0685af3492ac834cc83e3f72e39b510b6419bff0 |