diff options
author | hubertf <hubertf@pkgsrc.org> | 2005-05-23 16:28:59 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2005-05-23 16:28:59 +0000 |
commit | 8d7ae9ff3c99681e2a4073dd4b75a9511ecc7a99 (patch) | |
tree | 9ddac6994211d76c9ab83ccbfa005e348a40127f /x11 | |
parent | 91d58585bfacc55da53a4f4f6d2902c48101a7cb (diff) | |
download | pkgsrc-8d7ae9ff3c99681e2a4073dd4b75a9511ecc7a99.tar.gz |
Update xlockmore to 5.17. Changes:
toneclock hours are now more random thanks to Jouk Jansen.
Updates from changes xscreensaver version of Tim Aucklands fiberlamp
Moving the window will jiggle the lamp (-inwindow only!!)
Fibers are incrementally sorted to improve rendering.
Fibers are all erased at once.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xlockmore/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xlockmore/Makefile.common b/x11/xlockmore/Makefile.common index 5b3cee72119..c09c66500ba 100644 --- a/x11/xlockmore/Makefile.common +++ b/x11/xlockmore/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.25 2005/04/11 21:48:15 tv Exp $ +# $NetBSD: Makefile.common,v 1.26 2005/05/23 16:29:10 hubertf Exp $ # # This Makefile.common is included by: # @@ -8,7 +8,7 @@ # If these packages are updated, please remember to reset any PKGREVISIONs # in those Makefiles. -DISTNAME= xlockmore-5.16 +DISTNAME= xlockmore-5.17 CATEGORIES= x11 MASTER_SITES= ftp://ftp.tux.org/pub/tux/bagleyd/xlockmore/ \ ftp://ibiblio.org/pub/Linux/X11/screensavers/ \ |