pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/fzy Update misc/fzy to fzy-0.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/017901cdc408
branches:  trunk
changeset: 356531:017901cdc408
user:      leot <leot%pkgsrc.org@localhost>
date:      Sun Jan 01 16:03:37 2017 +0000

description:
Update misc/fzy to fzy-0.8

Changes:
## 0.8 (2017-01-01)
Bugfixes:
  - Fix cursor position shifing upwards when input has less than 2 items.

diffstat:

 misc/fzy/Makefile               |   4 ++--
 misc/fzy/distinfo               |  12 ++++++------
 misc/fzy/patches/patch-Makefile |   6 +++---
 3 files changed, 11 insertions(+), 11 deletions(-)

diffs (47 lines):

diff -r a022eff78345 -r 017901cdc408 misc/fzy/Makefile
--- a/misc/fzy/Makefile Sun Jan 01 16:00:15 2017 +0000
+++ b/misc/fzy/Makefile Sun Jan 01 16:03:37 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2016/11/16 10:39:31 leot Exp $
+# $NetBSD: Makefile,v 1.2 2017/01/01 16:03:37 leot Exp $
 
-DISTNAME=      fzy-0.7
+DISTNAME=      fzy-0.8
 CATEGORIES=    misc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=jhawthorn/}
 
diff -r a022eff78345 -r 017901cdc408 misc/fzy/distinfo
--- a/misc/fzy/distinfo Sun Jan 01 16:00:15 2017 +0000
+++ b/misc/fzy/distinfo Sun Jan 01 16:03:37 2017 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1 2016/11/16 10:39:31 leot Exp $
+$NetBSD: distinfo,v 1.2 2017/01/01 16:03:37 leot Exp $
 
-SHA1 (fzy-0.7.tar.gz) = 0d45b6ebe4af521f0e81376ff6fc22ce48098a35
-RMD160 (fzy-0.7.tar.gz) = 09f7af1055c24c4ac9ea583823696ebf5ded9d56
-SHA512 (fzy-0.7.tar.gz) = 2c43b2e6e926075ff677bbf93a718f8c0db042fc978aa1daed44e0b42474e85d3753918b2f3698f495894d21e208cf5f53378a52d38afe51531f78c1ec09f1ec
-Size (fzy-0.7.tar.gz) = 17799 bytes
-SHA1 (patch-Makefile) = ffc00a3b211269ef4bc4a74d9280238bb00ee291
+SHA1 (fzy-0.8.tar.gz) = 96340f6ed0025c2ca22762822791b9a087797d34
+RMD160 (fzy-0.8.tar.gz) = dfcf0cc2944cba4ca0471ddfb9c834b4b6bb9c70
+SHA512 (fzy-0.8.tar.gz) = c4713ec1b23ec6be403f1092823f9f3e9618bc04237eead980e2a76eb7a1d97127e7fc467a73479515dff86014278c4352c5644669633e18a80ae11b05269d68
+Size (fzy-0.8.tar.gz) = 18777 bytes
+SHA1 (patch-Makefile) = a0a8dc3f490240911a084cec7e9615dca4309e47
diff -r a022eff78345 -r 017901cdc408 misc/fzy/patches/patch-Makefile
--- a/misc/fzy/patches/patch-Makefile   Sun Jan 01 16:00:15 2017 +0000
+++ b/misc/fzy/patches/patch-Makefile   Sun Jan 01 16:03:37 2017 +0000
@@ -1,11 +1,11 @@
-$NetBSD: patch-Makefile,v 1.1 2016/11/16 10:39:31 leot Exp $
+$NetBSD: patch-Makefile,v 1.2 2017/01/01 16:03:38 leot Exp $
 
 Do not ignore CPPFLAGS and do not force optimization in CFLAGS
 
---- Makefile.orig      2016-08-04 06:54:51.000000000 +0000
+--- Makefile.orig      2017-01-01 12:33:41.000000000 +0000
 +++ Makefile
 @@ -1,7 +1,7 @@
- VERSION=0.7
+ VERSION=0.8
  
 -CPPFLAGS=-DVERSION=\"${VERSION}\" -D_GNU_SOURCE
 -CFLAGS+=-Wall -Wextra -g -std=c99 -O3 -pedantic



Home | Main Index | Thread Index | Old Index