Date: Thu, 10 May 2018 13:51:42 +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: r469544 - head/x11/xtrap Message-ID: <201805101351.w4ADpgOU005070@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Thu May 10 13:51:42 2018 New Revision: 469544 URL: https://svnweb.freebsd.org/changeset/ports/469544 Log: x11/xtrap: Update to 1.0.3 Add missing dependencies Summary of changes: * There's been a bunch of fixes over the 12 years since last release * Ansification * Autoconf fixes * Man page fixes * etc. etc. Modified: head/x11/xtrap/Makefile head/x11/xtrap/distinfo Modified: head/x11/xtrap/Makefile ============================================================================== --- head/x11/xtrap/Makefile Thu May 10 13:48:08 2018 (r469543) +++ head/x11/xtrap/Makefile Thu May 10 13:51:42 2018 (r469544) @@ -1,13 +1,13 @@ # $FreeBSD$ PORTNAME= xtrap -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= XTrap sample clients for X XORG_CAT= app -USE_XORG= xtrap +USE_XORG= x11 xt xtrap .include <bsd.port.mk> Modified: head/x11/xtrap/distinfo ============================================================================== --- head/x11/xtrap/distinfo Thu May 10 13:48:08 2018 (r469543) +++ head/x11/xtrap/distinfo Thu May 10 13:51:42 2018 (r469544) @@ -1,2 +1,3 @@ -SHA256 (xorg/app/xtrap-1.0.2.tar.bz2) = 8f513da45b0c65dff4a3d477e5600a98d677571d7ed283f52c905987dcae0fbc -SIZE (xorg/app/xtrap-1.0.2.tar.bz2) = 95471 +TIMESTAMP = 1525892919 +SHA256 (xorg/app/xtrap-1.0.3.tar.bz2) = 52c80d3f3386b70d38382a6d84b4673d280bc1518a131c49d26152f78324156b +SIZE (xorg/app/xtrap-1.0.3.tar.bz2) = 134065
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805101351.w4ADpgOU005070>