svn commit: r554944 - head/x11/xterm

Emanuel Haupt ehaupt at FreeBSD.org
Thu Nov 12 10:11:49 UTC 2020


Author: ehaupt
Date: Thu Nov 12 10:11:46 2020
New Revision: 554944
URL: https://svnweb.freebsd.org/changeset/ports/554944

Log:
  Update to 362 and enable SIXEL graphics support by default at no cost of
  additional dependencies but adding one more capability to the default package
  set.

Modified:
  head/x11/xterm/Makefile
  head/x11/xterm/distinfo

Modified: head/x11/xterm/Makefile
==============================================================================
--- head/x11/xterm/Makefile	Thu Nov 12 10:11:39 2020	(r554943)
+++ head/x11/xterm/Makefile	Thu Nov 12 10:11:46 2020	(r554944)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xterm
-PORTVERSION=	361
+PORTVERSION=	362
 CATEGORIES=	x11
 MASTER_SITES=	ftp://ftp.invisible-island.net/xterm/:src1 \
 		https://invisible-mirror.net/archives/xterm/:src1 \
@@ -48,7 +48,7 @@ NEXTAW_DESC=	Link with neXT Athena library
 SCRNDUMP_DESC=	Enable XHTML and SVG screen dumps
 TOOLBAR_DESC=	Enable pulldown menus with a toolbar
 
-OPTIONS_DEFAULT=WCHAR LUIT 256COLOR
+OPTIONS_DEFAULT=WCHAR LUIT 256COLOR SIXEL
 
 256COLOR_CONFIGURE_ENABLE=	256-color
 LUIT_BUILD_DEPENDS=		luit:x11/luit

Modified: head/x11/xterm/distinfo
==============================================================================
--- head/x11/xterm/distinfo	Thu Nov 12 10:11:39 2020	(r554943)
+++ head/x11/xterm/distinfo	Thu Nov 12 10:11:46 2020	(r554944)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1602796923
-SHA256 (xterm-361.tgz) = 85610f20d5e47205cc1b6876f7a4da28d6ae051bd8eac0b932e92c37a73a623f
-SIZE (xterm-361.tgz) = 1435017
+TIMESTAMP = 1605175195
+SHA256 (xterm-362.tgz) = 1d4ffe226fa8f021859bbc3007788ff63a46a31242d9bd9a7bd7ebe24e81aca2
+SIZE (xterm-362.tgz) = 1436334
 SHA256 (bsd-xterm-icons-1.tgz) = fcf51dce0e23e9911a16ed7f2ce835bb6ff2ada65f023c29fdd8abda2795bf7c
 SIZE (bsd-xterm-icons-1.tgz) = 22718


More information about the svn-ports-all mailing list