diff --git a/x11/xeyes/Makefile b/x11/xeyes/Makefile index 03f31a24fdf4..cd4e3a750af5 100644 --- a/x11/xeyes/Makefile +++ b/x11/xeyes/Makefile @@ -1,18 +1,17 @@ PORTNAME= xeyes -PORTVERSION= 1.3.0 -PORTREVISION= 1 +DISTVERSION= 1.3.1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Follow the mouse X demo +WWW= https://gitlab.freedesktop.org/xorg/app/xeyes LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USES= tar:xz xorg xorg-cat:app -USE_XORG= x11 xcb xext xi xmu xrender xt +USE_XORG= x11 xcb xext xi xmu xorgproto xrender xt PLIST_FILES= bin/xeyes share/man/man1/xeyes.1.gz -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/xeyes/distinfo b/x11/xeyes/distinfo index ad69285e5249..6b153525f9f0 100644 --- a/x11/xeyes/distinfo +++ b/x11/xeyes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1689290262 -SHA256 (xorg/app/xeyes-1.3.0.tar.xz) = 0950c600bf33447e169a539ee6655ef9f36d6cebf2c1be67f7ab55dacb753023 -SIZE (xorg/app/xeyes-1.3.0.tar.xz) = 130444 +TIMESTAMP = 1761016452 +SHA256 (xorg/app/xeyes-1.3.1.tar.xz) = 5608d76b7b1aac5ed7f22f1b6b5ad74ef98c8693220f32b4b87dccee4a956eaa +SIZE (xorg/app/xeyes-1.3.1.tar.xz) = 135900 diff --git a/x11/xeyes/pkg-descr b/x11/xeyes/pkg-descr index 093fcda4e6e5..9f54bb0dd663 100644 --- a/x11/xeyes/pkg-descr +++ b/x11/xeyes/pkg-descr @@ -1 +1,5 @@ -This package contains xeyes, which is a "follow the mouse" X demo application. +A "follow the mouse" X demo, using the X SHAPE extension. +Xeyes watches what you do and reports to the Boss. + +Keith Packard copied from the NeWS version written (apparently) by +Jeremy Huxtable as seen at SIGGRAPH '88.