diff options
| author | Kousuke Kannagi <mce@FreeBSD.org> | 2025-10-25 00:32:15 +0000 |
|---|---|---|
| committer | Kousuke Kannagi <mce@FreeBSD.org> | 2026-05-14 08:04:56 +0000 |
| commit | 17c134600f6d4fc0b1c67f8427740525525acc48 (patch) | |
| tree | 02ff29f8a27b8c52432c55773908e096fd33d3f8 | |
| parent | d401312ae82eaf8ca94c0d2762c779fb76650d43 (diff) | |
x11/xeyes: Update to 1.3.1
Add WWW.
Update pkg-descr.
https://lists.x.org/archives/xorg-announce/2025-July/003618.html
PR: 290494
Approved by: x11 (arrowd)
Approved by: fluffy (mentor)
| -rw-r--r-- | x11/xeyes/Makefile | 7 | ||||
| -rw-r--r-- | x11/xeyes/distinfo | 6 | ||||
| -rw-r--r-- | x11/xeyes/pkg-descr | 6 |
3 files changed, 11 insertions, 8 deletions
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 <bsd.port.mk> 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. |
