ports/160297: [patch] misc/vifm: update to 0.6.3

Kaspars Bankovskis kaspars at bankovskis.lv
Mon Aug 29 20:00:21 UTC 2011


>Number:         160297
>Category:       ports
>Synopsis:       [patch] misc/vifm: update to 0.6.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 29 20:00:21 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Kaspars Bankovskis
>Release:        
>Organization:
>Environment:
>Description:
- Update to version 0.6.3
- LICENSE set
- requesting maintainership

New file:
files/patch-src__fileops.c

Removed file:
files/patch-src__status.c
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN vifm.bak/Makefile vifm/Makefile
--- vifm.bak/Makefile	2011-08-11 20:57:39.000000000 +0300
+++ vifm/Makefile	2011-08-29 22:34:45.000000000 +0300
@@ -6,28 +6,28 @@
 #
 
 PORTNAME=	vifm
-PORTVERSION=	0.6.2
+PORTVERSION=	0.6.3
 CATEGORIES=	misc
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	kaspars at bankovskis.lv
 COMMENT=	Ncurses based file manager with vi like keybindings
 
-OPTIONS=	VIFM_SCREEN "Use vifm with the screen program" off
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-WRKSRC=		${WRKDIR}/${PORTNAME}
+OPTIONS=	VIFM_SCREEN "Use vifm with the screen program" off
 
 USE_BZIP2=	yes
 USE_NCURSES=	yes
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--without-gtk
 MAKE_ARGS=	ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \
 		AUTOMAKE="${TRUE}"
 
 MAN1=		vifm.1
-PLIST_FILES=	bin/pauseme \
-		bin/vifm \
+PLIST_FILES=	bin/vifm \
+		bin/vifm-pause \
 		%%DATADIR%%/startup \
 		%%DATADIR%%/vifm-help.txt \
 		%%DATADIR%%/vifm.txt \
diff -ruN vifm.bak/distinfo vifm/distinfo
--- vifm.bak/distinfo	2011-08-11 20:57:39.000000000 +0300
+++ vifm/distinfo	2011-08-29 22:34:45.000000000 +0300
@@ -1,2 +1,2 @@
-SHA256 (vifm-0.6.2.tar.bz2) = 8375f0cce8e1a703cf97322dbbab7ce2fc3be2b2ee072085b10623510b88c137
-SIZE (vifm-0.6.2.tar.bz2) = 333249
+SHA256 (vifm-0.6.3.tar.bz2) = 7b6ac1056e7fbca46fb8eb1a40f31c92fc5694b19ca4267fc63e9e295d8cb3ec
+SIZE (vifm-0.6.3.tar.bz2) = 386861
diff -ruN vifm.bak/files/patch-src__fileops.c vifm/files/patch-src__fileops.c
--- vifm.bak/files/patch-src__fileops.c	1970-01-01 03:00:00.000000000 +0300
+++ vifm/files/patch-src__fileops.c	2011-08-29 22:34:45.000000000 +0300
@@ -0,0 +1,11 @@
+--- src/fileops.c.orig	2011-07-21 15:59:01.000000000 +0300
++++ src/fileops.c	2011-08-29 22:03:45.000000000 +0300
+@@ -1255,7 +1255,7 @@
+ 
+ 	stat(temp_file, &st_after);
+ 
+-	if(memcmp(&st_after.st_mtim, &st_before.st_mtim,
++	if(memcmp(&st_after.st_mtime, &st_before.st_mtime,
+ 			sizeof(st_after.st_mtime)) == 0)
+ 	{
+ 		unlink(temp_file);
diff -ruN vifm.bak/files/patch-src__status.c vifm/files/patch-src__status.c
--- vifm.bak/files/patch-src__status.c	2011-07-02 19:10:58.000000000 +0300
+++ vifm/files/patch-src__status.c	1970-01-01 03:00:00.000000000 +0300
@@ -1,12 +0,0 @@
---- src/status.c.orig	2011-06-19 22:52:25.000000000 +0900
-+++ src/status.c	2011-06-26 15:27:19.000000000 +0900
-@@ -41,7 +41,9 @@
- 	curr_stats.dirsize_cache = 0;
- 	curr_stats.fast_run = 0;
- 	curr_stats.errmsg_shown = 0;
-+#ifdef HAVE_LIBGTK
- 	curr_stats.gtk_available = 0;
-+#endif
- }
- 
- /* vim: set tabstop=2 softtabstop=2 shiftwidth=2 noexpandtab cinoptions-=(0 : */


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list