Date: Thu, 10 May 2018 10:34:15 +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: r469528 - head/x11-wm/twm Message-ID: <201805101034.w4AAYFje003463@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Thu May 10 10:34:15 2018 New Revision: 469528 URL: https://svnweb.freebsd.org/changeset/ports/469528 Log: x11-wm/twm: update to 1.0.10 Add missing dependencies Summary of changes: * Autoconf fixes * Constification * Misc. code fixes Modified: head/x11-wm/twm/Makefile head/x11-wm/twm/distinfo Modified: head/x11-wm/twm/Makefile ============================================================================== --- head/x11-wm/twm/Makefile Thu May 10 10:23:25 2018 (r469527) +++ head/x11-wm/twm/Makefile Thu May 10 10:34:15 2018 (r469528) @@ -1,13 +1,13 @@ # $FreeBSD$ PORTNAME= twm -PORTVERSION= 1.0.9 +PORTVERSION= 1.0.10 CATEGORIES= x11-wm MAINTAINER= x11@FreeBSD.org COMMENT= Tab Window Manager for the X Window System XORG_CAT= app -USE_XORG= x11 xext xt xmu +USE_XORG= ice sm x11 xext xt xmu .include <bsd.port.mk> Modified: head/x11-wm/twm/distinfo ============================================================================== --- head/x11-wm/twm/distinfo Thu May 10 10:23:25 2018 (r469527) +++ head/x11-wm/twm/distinfo Thu May 10 10:34:15 2018 (r469528) @@ -1,2 +1,3 @@ -SHA256 (xorg/app/twm-1.0.9.tar.bz2) = c575167ac33edf3bd1592f1bedfe0559debb128ed5fb4873c1278e3be166310a -SIZE (xorg/app/twm-1.0.9.tar.bz2) = 284160 +TIMESTAMP = 1525894571 +SHA256 (xorg/app/twm-1.0.10.tar.bz2) = 6449eadca16ce0f0d900605b0cc020b95f40619261b7beccfb46bcc1836445d7 +SIZE (xorg/app/twm-1.0.10.tar.bz2) = 287094
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805101034.w4AAYFje003463>