Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jul 2015 01:51:17 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r391023 - in head/sysutils/screen: . files
Message-ID:  <201507010151.t611pHOH075333@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Wed Jul  1 01:51:16 2015
New Revision: 391023
URL: https://svnweb.freebsd.org/changeset/ports/391023

Log:
  Update 4.2.1 --> 4.3.1

Deleted:
  head/sysutils/screen/files/patch-ansi.c
Modified:
  head/sysutils/screen/Makefile
  head/sysutils/screen/distinfo
  head/sysutils/screen/files/patch-os.h
  head/sysutils/screen/files/patch-screen.c

Modified: head/sysutils/screen/Makefile
==============================================================================
--- head/sysutils/screen/Makefile	Wed Jul  1 01:50:19 2015	(r391022)
+++ head/sysutils/screen/Makefile	Wed Jul  1 01:51:16 2015	(r391023)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	screen
-PORTVERSION=	4.2.1
-PORTREVISION=	5
+PORTVERSION=	4.3.1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://ftp.gnu.org/gnu/screen/ \
 		ftp://ftp.gnu.org/gnu/screen/ \

Modified: head/sysutils/screen/distinfo
==============================================================================
--- head/sysutils/screen/distinfo	Wed Jul  1 01:50:19 2015	(r391022)
+++ head/sysutils/screen/distinfo	Wed Jul  1 01:51:16 2015	(r391023)
@@ -1,2 +1,2 @@
-SHA256 (screen-4.2.1.tar.gz) = 5468545047e301d2b3579f9d9ce00466d14a7eec95ce806e3834a3d6b0b9b080
-SIZE (screen-4.2.1.tar.gz) = 1062485
+SHA256 (screen-4.3.1.tar.gz) = fa4049f8aee283de62e283d427f2cfd35d6c369b40f7f45f947dbfd915699d63
+SIZE (screen-4.3.1.tar.gz) = 845958

Modified: head/sysutils/screen/files/patch-os.h
==============================================================================
--- head/sysutils/screen/files/patch-os.h	Wed Jul  1 01:50:19 2015	(r391022)
+++ head/sysutils/screen/files/patch-os.h	Wed Jul  1 01:51:16 2015	(r391023)
@@ -1,27 +1,5 @@
 --- os.h.orig	2014-04-26 03:58:35.000000000 -0700
 +++ os.h	2014-04-29 19:16:31.730773575 -0700
-@@ -252,7 +252,11 @@
- #if defined(UTMPOK) || defined(BUGGYGETLOGIN)
- # if defined(SVR4) && !defined(DGUX) && !defined(__hpux) && !defined(linux)
- #  include <utmpx.h>
--#  define UTMPFILE	UTMPX_FILE
-+#  ifdef UTMPX_FILE
-+#   define UTMPFILE	UTMPX_FILE
-+#  else
-+#   define UTMPFILE	"/nonexistent"
-+#  endif
- #  define utmp		utmpx
- #  define getutent	getutxent
- #  define getutid	getutxid
-@@ -260,7 +264,7 @@
- #  define pututline	pututxline
- #  define setutent	setutxent
- #  define endutent	endutxent
--#  define ut_time	ut_xtime
-+#  define ut_time	ut_tv.tv_sec
- # else /* SVR4 */
- #  include <utmp.h>
- # endif /* SVR4 */
 @@ -524,6 +528,6 @@
  /* Changing those you won't be able to attach to your old sessions
   * when changing those values in official tree don't forget to bump

Modified: head/sysutils/screen/files/patch-screen.c
==============================================================================
--- head/sysutils/screen/files/patch-screen.c	Wed Jul  1 01:50:19 2015	(r391022)
+++ head/sysutils/screen/files/patch-screen.c	Wed Jul  1 01:51:16 2015	(r391023)
@@ -9,12 +9,3 @@
  	{
  	  winmsg_rendpos[--r] = pn - buf;
  	  continue;
-@@ -2271,8 +2271,6 @@
- 	  while (i-- > 0)
- 	    *pn-- = ' ';
- 	  numpad--;
--	  if (r && p - buf == winmsg_rendpos[r - 1])
--	    winmsg_rendpos[--r] = pn - buf;
- 	}
-     }
-   return pn2;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507010151.t611pHOH075333>