aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/vimpager/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/vimpager/Makefile')
-rw-r--r--sysutils/vimpager/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/vimpager/Makefile b/sysutils/vimpager/Makefile
index aa51c2797150..d924c21e4077 100644
--- a/sysutils/vimpager/Makefile
+++ b/sysutils/vimpager/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= vimpager
-PORTVERSION= 1.7.0
+PORTVERSION= 1.7.1
CATEGORIES= sysutils
MASTER_SITES= https://github.com/${GH_DEVELOPER}/${GH_PORTNAME}/tarball/${DISTVERSION}/
DISTNAME= ${GH_DEVELOPER}-${GH_PORTNAME}-${DISTVERSION}-0-g${GH_VERSION}
@@ -19,8 +19,8 @@ RUN_DEPENDS= vim:${PORTSDIR}/editors/vim
# Github makes this very confusing
GH_PORTNAME= ${PORTNAME}
GH_DEVELOPER= rkitover #GH trees live under a username
-GH_VERSION= da720f01cf #GH appends a commit hash to the filename
-GH_SRCDIR= f560a2d #GH appends something else (??) to the extracted pathname
+GH_VERSION= 159ed2c8c7 #GH appends a commit hash to the filename
+GH_SRCDIR= 4f3a5e9 #GH appends something else (??) to the extracted pathname
WRKSRC= ${WRKDIR}/${GH_DEVELOPER}-${GH_PORTNAME}-${GH_SRCDIR}
FETCH_ARGS= -prR #GH issues HTTP/302 errors for source tarballs