diff options
author | wiz <wiz@pkgsrc.org> | 2013-09-09 09:38:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-09-09 09:38:32 +0000 |
commit | c8bfd94f04f520fa31f29e1eb3d3ca48c6b04e3a (patch) | |
tree | fcc8bd6ea0f74577fbae00234a95e629c0818f3f /x11/xlsclients/Makefile | |
parent | b8e4b1a5c73a6d4a96e7fb633a8f8ca1a9966890 (diff) | |
download | pkgsrc-c8bfd94f04f520fa31f29e1eb3d3ca48c6b04e3a.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/xlsclients/Makefile')
-rw-r--r-- | x11/xlsclients/Makefile | 6 |
1 files changed, 2 insertions, 4 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 |