aboutsummaryrefslogtreecommitdiff
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 708b43121dfd..076012dce901 100644
--- a/sysutils/vimpager/Makefile
+++ b/sysutils/vimpager/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= vimpager
-PORTVERSION= 1.6.7
+PORTVERSION= 1.6.8
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= 8f3e9b6285 #GH appends a commit hash to the filename
-GH_SRCDIR= 2ed353a #GH appends something else (??) to the extracted pathname
+GH_VERSION= 7a5aae75e8 #GH appends a commit hash to the filename
+GH_SRCDIR= 19274ff #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