diff options
author | hubertf <hubertf> | 2005-06-07 23:35:15 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2005-06-07 23:35:15 +0000 |
commit | e042d10fb949094c67fa6cd06e767165ca5d5c2e (patch) | |
tree | 9c42a1b9c35b35dc6b6e82a6b3ead2fe931184b9 /x11/xlockmore/Makefile.common | |
parent | 8ac367f143f45938bf2fa1386891c1b0d9514230 (diff) | |
download | pkgsrc-e042d10fb949094c67fa6cd06e767165ca5d5c2e.tar.gz |
Update xlockmore to 5.18. Changes:
toneclock coredump fix for 5.17 version thanks to Jouk Jansen.
Invalid mode added. :) lock the screen if an invalid mode is specified
"xlock -mode tom" like "xlock -modelist bug,tom"
errno fix in passwd.c for DragonFly thanks to Joerg Sonnenberger
<joerg AT britannica.bec.de>.
PAM fixes for when 1. TTY is not set to DISPLAY xlock can fail, 2. Tidy
fixes for PAM_BAIL. Thanks to George D M Ross <gdmr AT inf.ed.ac.uk>.
Notes from Marcelo Vianna <mfvianna AT centroin.com.br> on morph3d added
as comments to morph3d.c.
Diffstat (limited to 'x11/xlockmore/Makefile.common')
-rw-r--r-- | x11/xlockmore/Makefile.common | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/xlockmore/Makefile.common b/x11/xlockmore/Makefile.common index 6a3bf649dce..d026a7c2e97 100644 --- a/x11/xlockmore/Makefile.common +++ b/x11/xlockmore/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.28 2005/06/01 18:03:32 jlam Exp $ +# $NetBSD: Makefile.common,v 1.29 2005/06/07 23:35:16 hubertf Exp $ # # This Makefile.common is included by: # @@ -8,13 +8,12 @@ # If these packages are updated, please remember to reset any PKGREVISIONs # in those Makefiles. -DISTNAME= xlockmore-5.17 +DISTNAME= xlockmore-5.18 CATEGORIES= x11 MASTER_SITES= ftp://ftp.tux.org/pub/tux/bagleyd/xlockmore/ \ ftp://ibiblio.org/pub/Linux/X11/screensavers/ \ ${MASTER_SITE_XCONTRIB:=applications/} EXTRACT_SUFX= .tar.bz2 -PKGREVISION= 1 MAINTAINER= hubertf@NetBSD.org HOMEPAGE= http://www.tux.org/~bagleyd/xlockmore.html |