Update to 1.6.7.
This commit is contained in:
parent
f6ee9a036d
commit
1c615075c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290024
2 changed files with 5 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= vimpager
|
||||
PORTVERSION= 1.6.6
|
||||
PORTVERSION= 1.6.7
|
||||
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= d1876c44ad #GH appends a commit hash to the filename
|
||||
GH_SRCDIR= 114c7eb #GH appends something else (??) to the extracted pathname
|
||||
GH_VERSION= 8f3e9b6285 #GH appends a commit hash to the filename
|
||||
GH_SRCDIR= 2ed353a #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.6-0-gd1876c44ad.tar.gz) = 60c0ef5bed15da6690734793a96e2cdcaab282638853a872898f390b40871387
|
||||
SIZE (rkitover-vimpager-1.6.6-0-gd1876c44ad.tar.gz) = 5078
|
||||
SHA256 (rkitover-vimpager-1.6.7-0-g8f3e9b6285.tar.gz) = 56af0f83559c1681694a774a1789a1a40b0265c73cdf8f375a4dcc112ddbb73e
|
||||
SIZE (rkitover-vimpager-1.6.7-0-g8f3e9b6285.tar.gz) = 5350
|
||||
|
|
Loading…
Reference in a new issue