diff --git a/x11/beforelight/Makefile b/x11/beforelight/Makefile index 49c010cad108..261eadbd4abf 100644 --- a/x11/beforelight/Makefile +++ b/x11/beforelight/Makefile @@ -1,14 +1,15 @@ PORTNAME= beforelight -PORTVERSION= 1.0.5 -PORTREVISION= 2 +DISTVERSION= 1.0.6 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Sample screen saver for X +WWW= https://gitlab.freedesktop.org/xorg/app/beforelight -USES= xorg xorg-cat:app -USE_XORG= x11 xscrnsaver xt xaw7 xt +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share +USES= tar:xz xorg xorg-cat:app +USE_XORG= x11 xorgproto xscrnsaver xt .include diff --git a/x11/beforelight/distinfo b/x11/beforelight/distinfo index fa19442acf13..b7a97c6c8d08 100644 --- a/x11/beforelight/distinfo +++ b/x11/beforelight/distinfo @@ -1,2 +1,3 @@ -SHA256 (xorg/app/beforelight-1.0.5.tar.bz2) = 8fcab6f15148ca680c0d3da8de7dcb41f8e6a076f442cf8bdcf272be9e348166 -SIZE (xorg/app/beforelight-1.0.5.tar.bz2) = 119358 +TIMESTAMP = 1749875515 +SHA256 (xorg/app/beforelight-1.0.6.tar.xz) = 53f0bf085b7272ebbf626d1b9b0ad320d1a07bc1fe7f3ae260c86a71a857ad28 +SIZE (xorg/app/beforelight-1.0.6.tar.xz) = 117904 diff --git a/x11/beforelight/pkg-descr b/x11/beforelight/pkg-descr index e57387823539..4e4b1fdc7c2e 100644 --- a/x11/beforelight/pkg-descr +++ b/x11/beforelight/pkg-descr @@ -1,2 +1,4 @@ -This package contains a sample screen saver for the X Window System called -"beforelight". +The beforelight program is a sample implementation of a screen saver +for X servers supporting the MIT-SCREEN-SAVER extension. It is only +recommended for use as a code sample, as it does not include features +such as screen locking or configurability.