diff options
author | joerg <joerg@pkgsrc.org> | 2007-04-24 15:16:42 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-04-24 15:16:42 +0000 |
commit | 3ee4e4430b4eb626f633e6726b7294ad07c3dcfb (patch) | |
tree | 98e4fc1ede331283abb0abe95efdab4dc92daf79 /x11/xdpyinfo/Makefile | |
parent | 23a8034a2a464f5bddbea8337a546cdc67935e26 (diff) | |
download | pkgsrc-3ee4e4430b4eb626f633e6726b7294ad07c3dcfb.tar.gz |
Update to xdpyinfo-1.0.2: fix memory leaks.
Diffstat (limited to 'x11/xdpyinfo/Makefile')
-rw-r--r-- | x11/xdpyinfo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xdpyinfo/Makefile b/x11/xdpyinfo/Makefile index f56507df320..4716a343e1c 100644 --- a/x11/xdpyinfo/Makefile +++ b/x11/xdpyinfo/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2007/03/17 18:40:59 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2007/04/24 15:16:42 joerg Exp $ # -DISTNAME= xdpyinfo-1.0.1 +DISTNAME= xdpyinfo-1.0.2 CATEGORIES= x11 MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/ EXTRACT_SUFX= .tar.bz2 |