aboutsummaryrefslogtreecommitdiff
path: root/sysutils/screen
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2016-06-26 06:00:42 +0000
committerCy Schubert <cy@FreeBSD.org>2016-06-26 06:00:42 +0000
commit5f212c8c5c2b0e31803a4607bb7ffdc4838057b7 (patch)
treef263c9ccbbf1bcaaf747527e2c43399325820fb3 /sysutils/screen
parent71b3a1fac8ec9017135df2d765f49a28cd2901a6 (diff)
downloadports-5f212c8c5c2b0e31803a4607bb7ffdc4838057b7.tar.gz
ports-5f212c8c5c2b0e31803a4607bb7ffdc4838057b7.zip
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
Notes
Notes: svn path=/head/; revision=417511
Diffstat (limited to 'sysutils/screen')
-rw-r--r--sysutils/screen/Makefile1
-rw-r--r--sysutils/screen/pkg-message9
2 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/screen/Makefile b/sysutils/screen/Makefile
index 7c278ab1c94b..ba1ec12b85d8 100644
--- a/sysutils/screen/Makefile
+++ b/sysutils/screen/Makefile
@@ -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/ \
diff --git a/sysutils/screen/pkg-message b/sysutils/screen/pkg-message
new file mode 100644
index 000000000000..a7c017da25da
--- /dev/null
+++ b/sysutils/screen/pkg-message
@@ -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.
+
+=============================================================