Sat May 3 12:22:08 2014 UTC ()
Update vimpager to 1.8.8.
PR pkg/48781 by me.

Version 1.8.8
* don't clobber user's PATH (mayersj1: Steve Mayer) #77

Version 1.8.7
* use more lines for fallback man page detection, misc. code cleanups (eworm-de: Christian Hesse)

Version 1.8.6
* allow _vimrc on non-windows (mortonfox: Morton Fox)

Version 1.8.5
* fix up arrow binding again, broken in 1.8.4

Version 1.8.4
* disable help screen 'h' binding, cursor moves left instead (Github issue #71)

Version 1.8.3
* reexec self under bash or ksh when available, especially on Solaris (Github issue #63)
* add vim command -c option (aroig: Abdo Roig-Maranges)
* allow ~/.vim/vimpagerrc as conf file (lucc: Lucas Hoffmann)


(nonaka)
diff -r1.3 -r1.4 pkgsrc/misc/vimpager/Makefile
diff -r1.2 -r1.3 pkgsrc/misc/vimpager/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/misc/vimpager/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/vimpager/Makefile 2013/06/07 13:26:56 1.3
+++ pkgsrc/misc/vimpager/Makefile 2014/05/03 12:22:08 1.4
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.3 2013/06/07 13:26:56 ryoon Exp $ 1# $NetBSD: Makefile,v 1.4 2014/05/03 12:22:08 nonaka Exp $
2 2
3DISTNAME= vimpager-1.8.2 3DISTNAME= vimpager-1.8.8
4CATEGORIES= misc 4CATEGORIES= misc
5MASTER_SITES= -https://github.com/rkitover/vimpager/archive/${PKGVERSION_NOREV}${EXTRACT_SUFX} 5MASTER_SITES= -https://github.com/rkitover/vimpager/archive/${PKGVERSION_NOREV}${EXTRACT_SUFX}
6 6
7MAINTAINER= nonakap@gmail.com 7MAINTAINER= nonakap@gmail.com
8HOMEPAGE= http://www.vim.org/scripts/script.php?script_id=1723 8HOMEPAGE= http://www.vim.org/scripts/script.php?script_id=1723
9COMMENT= Use ViM as PAGER 9COMMENT= Use ViM as PAGER
10LICENSE= 2-clause-bsd 10LICENSE= 2-clause-bsd
11 11
12DEPENDS+= vim{,-gtk,-gtk2,-motif,-xaw}>=7.0:../../editors/vim 12DEPENDS+= vim{,-gtk,-gtk2,-motif,-xaw}>=7.0:../../editors/vim
13 13
14NO_BUILD= yes 14NO_BUILD= yes
15 15
16USE_TOOLS+= sh:run bash:run 16USE_TOOLS+= sh:run bash:run

cvs diff -r1.2 -r1.3 pkgsrc/misc/vimpager/distinfo (expand / switch to unified diff)

--- pkgsrc/misc/vimpager/distinfo 2013/06/06 09:11:01 1.2
+++ pkgsrc/misc/vimpager/distinfo 2014/05/03 12:22:08 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2013/06/06 09:11:01 obache Exp $ 1$NetBSD: distinfo,v 1.3 2014/05/03 12:22:08 nonaka Exp $
2 2
3SHA1 (vimpager-1.8.2.tar.gz) = 7856566eb4f81429922fafccf4e7271c0117d476 3SHA1 (vimpager-1.8.8.tar.gz) = 69f32e77a64dcd8abea873a7eb05d80b9b6f76b2
4RMD160 (vimpager-1.8.2.tar.gz) = 75880b19f5f98210ce60f82deaf08ab0018710b4 4RMD160 (vimpager-1.8.8.tar.gz) = 5d112e584e9f139a6a7cc84411a4e36f8ececdc3
5Size (vimpager-1.8.2.tar.gz) = 9725 bytes 5Size (vimpager-1.8.8.tar.gz) = 11822 bytes