Upgrade to 1.6.4.
This commit is contained in:
parent
110eb5bff8
commit
51fe40c47c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288369
2 changed files with 5 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= vimpager
|
||||
PORTVERSION= 1.6.3
|
||||
PORTVERSION= 1.6.4
|
||||
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= f381bf4d64 #GH appends a commit hash to the filename
|
||||
GH_SRCDIR= ff3b7df #GH appends something else (??) to the extracted pathname
|
||||
GH_VERSION= d82d5df015 #GH appends a commit hash to the filename
|
||||
GH_SRCDIR= 48b8049 #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
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (rkitover-vimpager-1.6.3-0-gf381bf4d64.tar.gz) = 5a2884dbafad75d840d391f200a81a1516428337c99fbaf578178e3b2cbe40d7
|
||||
SIZE (rkitover-vimpager-1.6.3-0-gf381bf4d64.tar.gz) = 4861
|
||||
SHA256 (rkitover-vimpager-1.6.4-0-gd82d5df015.tar.gz) = ff253d66b687726be55e1e8c1e38d98471dfb43ceb7c9bed2fe7bf9f924ae674
|
||||
SIZE (rkitover-vimpager-1.6.4-0-gd82d5df015.tar.gz) = 5035
|
||||
|
|
Loading…
Reference in a new issue