svn commit: r417511 - head/sysutils/screen

Cy Schubert cy at FreeBSD.org
Sun Jun 26 06:00:43 UTC 2016


Author: cy
Date: Sun Jun 26 06:00:42 2016
New Revision: 417511
URL: https://svnweb.freebsd.org/changeset/ports/417511

Log:
  Add a pkg-message note about a fix to the screen message structure
  field responsible for $TERM handling. It is impossible to reattach
  to older versions.
  
  See https://lists.gnu.org/archive/html/screen-users/2016-06/msg00014.html.
  
  PR:		210551

Added:
  head/sysutils/screen/pkg-message   (contents, props changed)
Modified:
  head/sysutils/screen/Makefile

Modified: head/sysutils/screen/Makefile
==============================================================================
--- head/sysutils/screen/Makefile	Sun Jun 26 01:58:29 2016	(r417510)
+++ head/sysutils/screen/Makefile	Sun Jun 26 06:00:42 2016	(r417511)
@@ -3,6 +3,7 @@
 
 PORTNAME=	screen
 PORTVERSION=	4.4.0
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://ftp.gnu.org/gnu/screen/ \
 		ftp://ftp.gnu.org/gnu/screen/ \

Added: head/sysutils/screen/pkg-message
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/screen/pkg-message	Sun Jun 26 06:00:42 2016	(r417511)
@@ -0,0 +1,9 @@
+=============================================================
+
+As of GNU Screen 4.4.0:
+
+Note that there was fix to screen message structure field
+responsible for $TERM handling, making it impossible
+to attach to older versions.
+
+=============================================================


More information about the svn-ports-head mailing list