diff options
-rw-r--r-- | x11/xlockmore/Makefile | 4 | ||||
-rw-r--r-- | x11/xlockmore/distinfo | 2 | ||||
-rw-r--r-- | x11/xlockmore/pkg-descr | 26 |
3 files changed, 17 insertions, 15 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index 37ecfbd9ee5a..99cc98f87d99 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xlockmore -PORTVERSION= 5.10 +PORTVERSION= 5.11 CATEGORIES?= x11 MASTER_SITES= ftp://ftp.tux.org/pub/tux/bagleyd/xlockmore/ \ ${MASTER_SITE_XCONTRIB} @@ -23,7 +23,7 @@ CONFIGURE_ARGS= --without-gl --without-motif --without-sx \ --without-nas --without-gtk --without-esound .if defined(MAKE_KERBEROS4) CONFIGURE_ARGS+= --enable-kerberos4 -KRB4LIB= -lcom_err +KRB4LIB= -lcom_err -lcrypto .endif .if defined(KRB5_HOME) && exists(${KRB5_HOME}) CONFIGURE_ARGS+= --enable-kerberos5 diff --git a/x11/xlockmore/distinfo b/x11/xlockmore/distinfo index 274738e799cb..f2d01084ad88 100644 --- a/x11/xlockmore/distinfo +++ b/x11/xlockmore/distinfo @@ -1 +1 @@ -MD5 (xlockmore-5.10.tar.bz2) = d9ce37326e3575fc7df9a682581fddfc +MD5 (xlockmore-5.11.tar.bz2) = 2c12c65990e2bf068273aa84d5c44685 diff --git a/x11/xlockmore/pkg-descr b/x11/xlockmore/pkg-descr index 9d19c3ab869d..9b2bc8445020 100644 --- a/x11/xlockmore/pkg-descr +++ b/x11/xlockmore/pkg-descr @@ -1,13 +1,15 @@ - xlock locks the X server till the user enters their pass- - word at the keyboard. While xlock is running, all new - server connections are refused. The screen saver is dis- - abled. The mouse cursor is turned off. The screen is - blanked and a changing pattern is put on the screen. If a - key or a mouse button is pressed then the user is prompted - for the password of the user who started xlock. +xlock locks the X server till the user enters their pass- +word at the keyboard. While xlock is running, all new +server connections are refused. The screen saver is disabled. +The mouse cursor is turned off. The screen is blanked and a +changing pattern is put on the screen. If a key or a mouse +button is pressed then the user is prompted for the password +of the user who started xlock. - If the correct password is typed, then the screen is - unlocked and the X server is restored. When typing the - password Control-U and Control-H are active as kill and - erase respectively. To return to the locked screen, click - in the small icon version of the changing pattern. +If the correct password is typed, then the screen is +unlocked and the X server is restored. When typing the +password Control-U and Control-H are active as kill and +erase respectively. To return to the locked screen, click +in the small icon version of the changing pattern. + +WWW: http://www.tux.org/~bagleyd/xlockmore.html |