svn commit: r517861 - head/x11/xterm

Emanuel Haupt ehaupt at FreeBSD.org
Mon Nov 18 09:19:56 UTC 2019


Author: ehaupt
Date: Mon Nov 18 09:19:54 2019
New Revision: 517861
URL: https://svnweb.freebsd.org/changeset/ports/517861

Log:
  - Update to 351
  - This update fixes a bug during deciding when to fallback from UTF-8 decoding
    to ISO-8859-1 decoding
  
  PR:		241961 (based on)
  Submitted by:	mbeis at xs4all.nl
  MFH:		2019Q4

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

Modified: head/x11/xterm/Makefile
==============================================================================
--- head/x11/xterm/Makefile	Mon Nov 18 08:05:17 2019	(r517860)
+++ head/x11/xterm/Makefile	Mon Nov 18 09:19:54 2019	(r517861)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xterm
-PORTVERSION=	350
+PORTVERSION=	351
 CATEGORIES=	x11
 MASTER_SITES=	ftp://ftp.invisible-island.net/xterm/:src1 \
 		https://invisible-mirror.net/archives/xterm/:src1 \

Modified: head/x11/xterm/distinfo
==============================================================================
--- head/x11/xterm/distinfo	Mon Nov 18 08:05:17 2019	(r517860)
+++ head/x11/xterm/distinfo	Mon Nov 18 09:19:54 2019	(r517861)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1572815763
-SHA256 (xterm-350.tgz) = aefb59eefd310268080d1a90a447368fb97a9a6737bfecfc3800bf6cc304104d
-SIZE (xterm-350.tgz) = 1399138
+TIMESTAMP = 1574067153
+SHA256 (xterm-351.tgz) = 760a8a10221c9c9744afd86db87c7ad95bbf9be4f5f525fecf39125f0d2a6e16
+SIZE (xterm-351.tgz) = 1401009
 SHA256 (bsd-xterm-icons-1.tgz) = fcf51dce0e23e9911a16ed7f2ce835bb6ff2ada65f023c29fdd8abda2795bf7c
 SIZE (bsd-xterm-icons-1.tgz) = 22718


More information about the svn-ports-head mailing list