aboutsummaryrefslogtreecommitdiff
path: root/misc/vifm/Makefile
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2015-07-16 18:35:10 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2015-07-16 18:35:10 +0000
commitac78b7b53268c407187adee0bf2a89688965eeb1 (patch)
tree5406cfab2677e523b8bb22e4e1387957711cf40e /misc/vifm/Makefile
parent35e9edfef09e49fecdb680b98aba61fe3c65010e (diff)
downloadports-ac78b7b53268c407187adee0bf2a89688965eeb1.tar.gz
ports-ac78b7b53268c407187adee0bf2a89688965eeb1.zip
misc/vifm: 0.7.8 -> 0.8
- update from 0.7.8 to 0.8 - use github instead of SF - sort USES - pass maintainer to submitter, previous maintainer has 3 successive timeouts and no approvals or updates since 2013. PR: 201579 Submitted by: mp39590@gmail.com
Notes
Notes: svn path=/head/; revision=392306
Diffstat (limited to 'misc/vifm/Makefile')
-rw-r--r--misc/vifm/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/misc/vifm/Makefile b/misc/vifm/Makefile
index 6982f545e0fb..643c11821d56 100644
--- a/misc/vifm/Makefile
+++ b/misc/vifm/Makefile
@@ -2,17 +2,19 @@
# $FreeBSD$
PORTNAME= vifm
-PORTVERSION= 0.7.8
+PORTVERSION= 0.8
+DISTVERSIONPREFIX= v
CATEGORIES= misc
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
-MAINTAINER= kaspars@bankovskis.lv
+MAINTAINER= mp39590@gmail.com
COMMENT= Ncurses based file manager with vi like keybindings
LICENSE= GPLv2
-USES= gmake ncurses tar:bzip2 desktop-file-utils
+USES= desktop-file-utils gmake ncurses tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-gtk
+USE_GITHUB= yes
+
.include <bsd.port.mk>