svn commit: r353207 - in head/misc/vifm: . files

Alex Kozlov ak at FreeBSD.org
Wed May 7 20:48:41 UTC 2014


Author: ak
Date: Wed May  7 20:48:40 2014
New Revision: 353207
URL: http://svnweb.freebsd.org/changeset/ports/353207
QAT: https://qat.redports.org/buildarchive/r353207/

Log:
  - Update to 0.7.6
  
  PR:	ports/188129
  Submitted by:	Mikhail <mp39590 at gmail.com>
  Approved by:	maintainer timeout (>1 month)

Deleted:
  head/misc/vifm/files/
Modified:
  head/misc/vifm/Makefile
  head/misc/vifm/distinfo

Modified: head/misc/vifm/Makefile
==============================================================================
--- head/misc/vifm/Makefile	Wed May  7 20:48:36 2014	(r353206)
+++ head/misc/vifm/Makefile	Wed May  7 20:48:40 2014	(r353207)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	vifm
-PORTVERSION=	0.7.4b
+PORTVERSION=	0.7.6
 CATEGORIES=	misc
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 
@@ -12,8 +12,7 @@ COMMENT=	Ncurses based file manager with
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gmake ncurses
-USE_BZIP2=	yes
+USES=		gmake ncurses tar:bzip2
 USE_AUTOTOOLS=	autoconf
 CONFIGURE_ARGS=	--without-gtk
 MAKE_ARGS=	ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \
@@ -24,6 +23,8 @@ PLIST_FILES=	bin/vifm \
 		bin/vifm-pause \
 		%%DATADIR%%/vifm-help.txt \
 		%%DATADIR%%/vifmrc \
+		share/applications/vifm.desktop \
+		share/pixmaps/vifm.png \
 		man/man1/vifm-pause.1.gz \
 		man/man1/vifm.1.gz \
 		man/man1/vifmrc-converter.1.gz

Modified: head/misc/vifm/distinfo
==============================================================================
--- head/misc/vifm/distinfo	Wed May  7 20:48:36 2014	(r353206)
+++ head/misc/vifm/distinfo	Wed May  7 20:48:40 2014	(r353207)
@@ -1,2 +1,2 @@
-SHA256 (vifm-0.7.4b.tar.bz2) = 90b4fb64501e436d7ac8699f0cc75d013a72aa471f978ada0ce9b90506213c57
-SIZE (vifm-0.7.4b.tar.bz2) = 562778
+SHA256 (vifm-0.7.6.tar.bz2) = 861798592d6fccc5d330a66e68f1c5a747732b9df587f15d892c6ff72a04650f
+SIZE (vifm-0.7.6.tar.bz2) = 609855


More information about the svn-ports-all mailing list