aboutsummaryrefslogtreecommitdiff
path: root/sysutils/vimpager/Makefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2012-04-18 02:27:30 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2012-04-18 02:27:30 +0000
commit43f5cc727e7d0e65b4724de596ea9241fc06b029 (patch)
treefc82be591b1d047cbfcd70755d250bbf370c9262 /sysutils/vimpager/Makefile
parent78c383269872e46f9ee9b1230fa93cc17aad347e (diff)
downloadports-43f5cc727e7d0e65b4724de596ea9241fc06b029.tar.gz
ports-43f5cc727e7d0e65b4724de596ea9241fc06b029.zip
Notes
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