diff --git a/x11/smproxy/Makefile b/x11/smproxy/Makefile index e7b1a5e6386f..102c89fb8055 100644 --- a/x11/smproxy/Makefile +++ b/x11/smproxy/Makefile @@ -1,15 +1,17 @@ PORTNAME= smproxy -PORTVERSION= 1.0.6 -PORTREVISION= 1 +DISTVERSION= 1.0.8 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Session Manager Proxy +WWW= https://gitlab.freedesktop.org/xorg/app/smproxy -USES= xorg xorg-cat:app -USE_XORG= xt xmu +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= tar:xz xorg xorg-cat:app +USE_XORG= ice sm x11 xmuu xorgproto xt PLIST_FILES= bin/smproxy share/man/man1/smproxy.1.gz -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/smproxy/distinfo b/x11/smproxy/distinfo index 73c66d181a95..91265f93a288 100644 --- a/x11/smproxy/distinfo +++ b/x11/smproxy/distinfo @@ -1,2 +1,3 @@ -SHA256 (xorg/app/smproxy-1.0.6.tar.bz2) = 6cf19155a2752237f36dbf8bc4184465ea190d2652f887faccb4e2a6ebf77266 -SIZE (xorg/app/smproxy-1.0.6.tar.bz2) = 132046 +TIMESTAMP = 1780962129 +SHA256 (xorg/app/smproxy-1.0.8.tar.xz) = fee584eae2ec1ce2d178d72d3b484920271ba68a27935769cefbafbc3a2ff6c8 +SIZE (xorg/app/smproxy-1.0.8.tar.xz) = 133180 diff --git a/x11/smproxy/pkg-descr b/x11/smproxy/pkg-descr index 26f328c6b8d8..861f551aa9d3 100644 --- a/x11/smproxy/pkg-descr +++ b/x11/smproxy/pkg-descr @@ -1,2 +1,2 @@ -This package contains smproxy, a Session Manager Proxy for the X Window -System. +Smproxy allows X applications that do not support X11R6 session +management to participate in an X11R6 session.