diff options
author | wiz <wiz> | 2012-06-10 16:40:24 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-06-10 16:40:24 +0000 |
commit | 12c4f24b4b3859180d3720f491ba7b7c9b2ec92e (patch) | |
tree | d407f176e8f090fc7de6b15819cf26e44eddc1c6 /x11/sessreg/Makefile | |
parent | c3ff1d799576dfbc0f27da19e227f567827d3d51 (diff) | |
download | pkgsrc-12c4f24b4b3859180d3720f491ba7b7c9b2ec92e.tar.gz |
Update to 1.0.7.
1.0.7:
This release features a lot of cleanups, portability & build configuration
improvements, and some fixes for building on BSD releases, especially
recent versions of FreeBSD.
1.0.6:
This release mostly covers build fixes, including one needed for building
on FreeBSD 9.0, and minor janitorial cleanups.
1.0.5:
A minor release featuring documentation improvements and janitorial cleanups.
sessreg is used by display managers such as xdm and gdm to record X sessions
in utmp, wtmp, and lastlog files.
1.0.4:
Alan Coopersmith:
X_NOT_POSIX bits for pre-POSIX-1990 systems not needed any more
Version bump: 1.0.4
David Nusinow:
Require xproto instead of libX11 for building (bug #9631)
James Cloos:
Add missing PHONY line for automatic ChangeLog generation
Diffstat (limited to 'x11/sessreg/Makefile')
-rw-r--r-- | x11/sessreg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/sessreg/Makefile b/x11/sessreg/Makefile index 040d4903761..5463e0c0276 100644 --- a/x11/sessreg/Makefile +++ b/x11/sessreg/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2008/05/24 21:45:20 tnn Exp $ +# $NetBSD: Makefile,v 1.4 2012/06/10 16:40:24 wiz Exp $ -DISTNAME= sessreg-1.0.3 +DISTNAME= sessreg-1.0.7 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 |