Date: Sun, 18 Aug 2019 14:50:32 +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: r509215 - head/x11/xauth Message-ID: <201908181450.x7IEoWfj018778@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Sun Aug 18 14:50:32 2019 New Revision: 509215 URL: https://svnweb.freebsd.org/changeset/ports/509215 Log: x11/xauth: Update to 1.1 Update x11/xauth to 1.1 Add LICENSE_FILE Changelog: https://lists.x.org/archives/xorg-announce/2019-July/003005.html Obtained from: FreeBSD Graphics Team development repo https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorglibs Sponsored by: B3 Init Modified: head/x11/xauth/Makefile head/x11/xauth/distinfo Modified: head/x11/xauth/Makefile ============================================================================== --- head/x11/xauth/Makefile Sun Aug 18 14:48:23 2019 (r509214) +++ head/x11/xauth/Makefile Sun Aug 18 14:50:32 2019 (r509215) @@ -1,13 +1,14 @@ # $FreeBSD$ PORTNAME= xauth -PORTVERSION= 1.0.10 +PORTVERSION= 1.1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X authority file utility LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING TEST_DEPENDS= cmdtest:devel/py-cmdtest Modified: head/x11/xauth/distinfo ============================================================================== --- head/x11/xauth/distinfo Sun Aug 18 14:48:23 2019 (r509214) +++ head/x11/xauth/distinfo Sun Aug 18 14:50:32 2019 (r509215) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486412665 -SHA256 (xorg/app/xauth-1.0.10.tar.bz2) = 5afe42ce3cdf4f60520d1658d2b17face45c74050f39af45dccdc95e73fafc4d -SIZE (xorg/app/xauth-1.0.10.tar.bz2) = 162176 +TIMESTAMP = 1562873270 +SHA256 (xorg/app/xauth-1.1.tar.bz2) = 6d1dd1b79dd185107c5b0fdd22d1d791ad749ad6e288d0cdf80964c4ffa7530c +SIZE (xorg/app/xauth-1.1.tar.bz2) = 163510
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908181450.x7IEoWfj018778>