From nobody@FreeBSD.org  Wed Apr  4 17:50:45 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 0F4BC10656D0
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  4 Apr 2012 17:50:45 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id D5A698FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  4 Apr 2012 17:50:44 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q34HoiGk055352
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 4 Apr 2012 17:50:44 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q34Hoi6M055350;
	Wed, 4 Apr 2012 17:50:44 GMT
	(envelope-from nobody)
Message-Id: <201204041750.q34Hoi6M055350@red.freebsd.org>
Date: Wed, 4 Apr 2012 17:50:44 GMT
From: Svyatoslav Lempert <svyatoslav.lempert@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [update] misc/mc 4.8.1.1
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         166650
>Category:       ports
>Synopsis:       [update] misc/mc 4.8.1.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    fjoe
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 04 18:00:10 UTC 2012
>Closed-Date:    Mon Apr 09 12:38:48 UTC 2012
>Last-Modified:  Mon Apr  9 12:40:11 UTC 2012
>Originator:     Svyatoslav Lempert
>Release:        8.2-STABLE
>Organization:
>Environment:
>Description:
- Update to 4.8.1.1
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -Nru mc.old/Makefile mc/Makefile
--- mc.old/Makefile	2012-02-19 10:24:23.000000000 +0900
+++ mc/Makefile	2012-04-05 02:20:39.000000000 +0900
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mc
-PORTVERSION=	4.7.5.6
+PORTVERSION=	4.8.1.1
 PORTREVISION=	0
 CATEGORIES=	misc shells
 MASTER_SITES=	http://www.midnight-commander.org/downloads/ \
diff -Nru mc.old/distinfo mc/distinfo
--- mc.old/distinfo	2012-02-19 10:24:23.000000000 +0900
+++ mc/distinfo	2012-04-05 02:20:46.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (mc-4.7.5.6.tar.xz) = 8fc20859eac824b062fb2862429579b75cdbfb8d9011f1a7793d516550af4ffd
-SIZE (mc-4.7.5.6.tar.xz) = 1995148
+SHA256 (mc-4.8.1.1.tar.xz) = 94d307bfd979ed62bdf14f2bab8ca97327526bdd27a9d4bc5c810889e89e85e2
+SIZE (mc-4.8.1.1.tar.xz) = 2012644
diff -Nru mc.old/files/patch-lib-tty-win.c mc/files/patch-lib-tty-win.c
--- mc.old/files/patch-lib-tty-win.c	2011-12-02 21:16:26.000000000 +0900
+++ mc/files/patch-lib-tty-win.c	2012-04-05 02:26:14.000000000 +0900
@@ -1,20 +1,20 @@
---- lib/tty/win.c.orig	2011-12-02 18:59:45.000000000 +0700
-+++ lib/tty/win.c	2011-12-02 19:00:11.000000000 +0700
-@@ -98,7 +98,7 @@
+--- lib/tty/win.c.old	2012-04-05 02:20:57.000000000 +0900
++++ lib/tty/win.c	2012-04-05 02:24:53.000000000 +0900
+@@ -96,7 +96,7 @@
  void
  do_enter_ca_mode (void)
  {
--    if (xterm_flag && smcup != NULL)
-+    if (xterm_flag)
+-    if (mc_global.tty.xterm_flag && smcup != NULL)
++    if (mc_global.tty.xterm_flag)
      {
          fprintf (stdout, /* ESC_STR ")0" */ ESC_STR "7" ESC_STR "[?47h");
          fflush (stdout);
-@@ -110,7 +110,7 @@
+@@ -108,7 +108,7 @@
  void
  do_exit_ca_mode (void)
  {
--    if (xterm_flag && rmcup != NULL)
-+    if (xterm_flag)
+-    if (mc_global.tty.xterm_flag && rmcup != NULL)
++    if (mc_global.tty.xterm_flag)
      {
          fprintf (stdout, ESC_STR "[?47l" ESC_STR "8" ESC_STR "[m");
          fflush (stdout);


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->fjoe 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Apr 4 18:00:35 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=166650 
State-Changed-From-To: open->closed 
State-Changed-By: fjoe 
State-Changed-When: Mon Apr 9 12:36:40 UTC 2012 
State-Changed-Why:  
You forgot to update pkg-plist. 

The port was updated. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=166650 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/166650: commit references a PR
Date: Mon,  9 Apr 2012 12:37:55 +0000 (UTC)

 fjoe        2012-04-09 12:37:38 UTC
 
   FreeBSD ports repository
 
   Modified files:
     misc/mc              Makefile distinfo pkg-plist 
     misc/mc/files        patch-lib-tty-win.c 
   Log:
   Update to 4.8.1.1
   
   PR:             166650
   Submitted by:   Svyatoslav Lempert
   Feature safe:   yes
   
   Revision  Changes    Path
   1.143     +1 -1      ports/misc/mc/Makefile
   1.41      +2 -2      ports/misc/mc/distinfo
   1.2       +8 -8      ports/misc/mc/files/patch-lib-tty-win.c
   1.48      +16 -4     ports/misc/mc/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
