summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2017-01-01 16:03:37 +0000
committerleot <leot@pkgsrc.org>2017-01-01 16:03:37 +0000
commit24403b951ae262572c8b2f5544194870a11a0b53 (patch)
treebe13b17361eb3f97ea6ddcb4a5c93524a192e4f7
parentbfab70911fc3c5ba013a8786c2ee4b65b42bda5b (diff)
downloadpkgsrc-24403b951ae262572c8b2f5544194870a11a0b53.tar.gz
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.
-rw-r--r--misc/fzy/Makefile4
-rw-r--r--misc/fzy/distinfo12
-rw-r--r--misc/fzy/patches/patch-Makefile6
3 files changed, 11 insertions, 11 deletions
diff --git a/misc/fzy/Makefile b/misc/fzy/Makefile
index 62c75b6bfa7..09c9b5b847a 100644
--- a/misc/fzy/Makefile
+++ b/misc/fzy/Makefile
@@ -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 --git a/misc/fzy/distinfo b/misc/fzy/distinfo
index b912cd13f71..394e367e67b 100644
--- a/misc/fzy/distinfo
+++ b/misc/fzy/distinfo
@@ -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 --git a/misc/fzy/patches/patch-Makefile b/misc/fzy/patches/patch-Makefile
index f3f45f6b064..80de7254efd 100644
--- a/misc/fzy/patches/patch-Makefile
+++ b/misc/fzy/patches/patch-Makefile
@@ -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