diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-29 15:34:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-29 15:34:56 +0000 |
commit | 20e5d512e6bcf15b27434e01b659108f76c0bde3 (patch) | |
tree | 575506dd2759d576a37187f68d62b471c97e20a9 /x11/libXau/Makefile | |
parent | b58ab2ee6060286bfbfed833b7bffbf1ebb51d04 (diff) | |
download | pkgsrc-20e5d512e6bcf15b27434e01b659108f76c0bde3.tar.gz |
Update to 1.0.5:
Improved file locking for file systems w/o support for hardlinks. Other than
that one general packaging cleanup, removal of some really old kerberos
code.
Alan Coopersmith (1):
Restore FamilyKrb5Principal definition
Jeremy Huddleston (1):
Make file locking more robust for network shares like AFP
Paulo Cesar Pereira de Andrade (2):
Janitor: Correct make distcheck and remove extra .gitignore file.
Remove old api kerberos.
Peter Hutterer (1):
libXau 1.0.5
Diffstat (limited to 'x11/libXau/Makefile')
-rw-r--r-- | x11/libXau/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libXau/Makefile b/x11/libXau/Makefile index 176669b3afd..1d5fe310b68 100644 --- a/x11/libXau/Makefile +++ b/x11/libXau/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2008/09/06 14:39:56 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2009/08/29 15:34:56 wiz Exp $ # -DISTNAME= libXau-1.0.4 +DISTNAME= libXau-1.0.5 CATEGORIES= x11 devel MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 |