Date: Sun, 18 Aug 2019 14:56:44 +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: r509217 - head/x11/xbiff Message-ID: <201908181456.x7IEuicg024515@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Sun Aug 18 14:56:44 2019 New Revision: 509217 URL: https://svnweb.freebsd.org/changeset/ports/509217 Log: x11/xbiff: Update to 1.0.4 Update x11/xbiff to 1.0.4 Add licensing information Add missing dependencies This is a maintenance release Changelog: https://lists.x.org/archives/xorg-announce/2019-July/003009.html Obtained from: FreeBSD Graphics Team development repo https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorglibs Modified: head/x11/xbiff/Makefile head/x11/xbiff/distinfo Modified: head/x11/xbiff/Makefile ============================================================================== --- head/x11/xbiff/Makefile Sun Aug 18 14:53:57 2019 (r509216) +++ head/x11/xbiff/Makefile Sun Aug 18 14:56:44 2019 (r509217) @@ -1,14 +1,17 @@ # $FreeBSD$ PORTNAME= xbiff -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.4 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Mailbox flag for X +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + XORG_CAT= app -USE_XORG= xbitmaps xext xaw +USE_XORG= x11 xaw xbitmaps xext xmu xt PLIST_FILES= bin/xbiff man/man1/xbiff.1.gz .include <bsd.port.mk> Modified: head/x11/xbiff/distinfo ============================================================================== --- head/x11/xbiff/distinfo Sun Aug 18 14:53:57 2019 (r509216) +++ head/x11/xbiff/distinfo Sun Aug 18 14:56:44 2019 (r509217) @@ -1,2 +1,3 @@ -SHA256 (xorg/app/xbiff-1.0.3.tar.bz2) = aa1db4f31f7afcfe131bda7ff6e380ff7de41cf1a7009464783043c817c47ce8 -SIZE (xorg/app/xbiff-1.0.3.tar.bz2) = 116043 +TIMESTAMP = 1566062360 +SHA256 (xorg/app/xbiff-1.0.4.tar.bz2) = e1e1a39628a5678585008ef7fb1ff2864edaaa0e062989c2331f8c74e0fec971 +SIZE (xorg/app/xbiff-1.0.4.tar.bz2) = 133455
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908181456.x7IEuicg024515>