Date: Mon, 15 Jun 2020 19:29:14 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r539272 - head/x11-wm/twm Message-ID: <202006151929.05FJTEgq024346@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Mon Jun 15 19:29:14 2020 New Revision: 539272 URL: https://svnweb.freebsd.org/changeset/ports/539272 Log: x11-wm/twm: Update to 1.0.11 Update x11-wm/twm to 1.0.11 Add LICENSE and LICENSE_FILE Changelog: https://lists.x.org/archives/xorg-announce/2020-June/003047.html Modified: head/x11-wm/twm/Makefile head/x11-wm/twm/distinfo head/x11-wm/twm/pkg-descr Modified: head/x11-wm/twm/Makefile ============================================================================== --- head/x11-wm/twm/Makefile Mon Jun 15 19:23:47 2020 (r539271) +++ head/x11-wm/twm/Makefile Mon Jun 15 19:29:14 2020 (r539272) @@ -1,17 +1,16 @@ # $FreeBSD$ PORTNAME= twm -PORTVERSION= 1.0.10 -PORTREVISION= 1 +PORTVERSION= 1.0.11 CATEGORIES= x11-wm -PATCH_SITES= https://gitlab.freedesktop.org/xorg/app/${PORTNAME}/-/commit/ -PATCHFILES+= e2a533d16e04.diff:-p1 - MAINTAINER= x11@FreeBSD.org COMMENT= Tab Window Manager for the X Window System -USES= xorg xorg-cat:app -USE_XORG= ice sm x11 xext xt xmu +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= tar:xz xorg xorg-cat:app +USE_XORG= ice sm x11 xext xmu xrandr xt .include <bsd.port.mk> Modified: head/x11-wm/twm/distinfo ============================================================================== --- head/x11-wm/twm/distinfo Mon Jun 15 19:23:47 2020 (r539271) +++ head/x11-wm/twm/distinfo Mon Jun 15 19:29:14 2020 (r539272) @@ -1,5 +1,3 @@ -TIMESTAMP = 1588446762 -SHA256 (xorg/app/twm-1.0.10.tar.bz2) = 6449eadca16ce0f0d900605b0cc020b95f40619261b7beccfb46bcc1836445d7 -SIZE (xorg/app/twm-1.0.10.tar.bz2) = 287094 -SHA256 (xorg/app/e2a533d16e04.diff) = 88b3e5165c42f8f134cff4d48b7c7b657a87e9bfbe6b722223641147a19e5b66 -SIZE (xorg/app/e2a533d16e04.diff) = 439 +TIMESTAMP = 1592210001 +SHA256 (xorg/app/twm-1.0.11.tar.xz) = f4e8a842dec410e79741f25ed4dfac09df080835d0bba2e3983b5914569b68c7 +SIZE (xorg/app/twm-1.0.11.tar.xz) = 261176 Modified: head/x11-wm/twm/pkg-descr ============================================================================== --- head/x11-wm/twm/pkg-descr Mon Jun 15 19:23:47 2020 (r539271) +++ head/x11-wm/twm/pkg-descr Mon Jun 15 19:29:14 2020 (r539272) @@ -1,2 +1 @@ This package contains twm, a Window Manager for the X Window System. -
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006151929.05FJTEgq024346>