www/ddgr: update 2.0 → 2.1

This commit is contained in:
Dmitry Marakasov 2022-10-22 13:05:34 +03:00
parent acda6ec499
commit 14abc130b9
3 changed files with 5 additions and 36 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= ddgr
PORTVERSION= 2.0
PORTVERSION= 2.1
DISTVERSIONPREFIX= v
CATEGORIES= www
@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= jarun
USES= python:3.6+ shebangfix
USES= python:3.7+ shebangfix
SHEBANG_FILES= ${PORTNAME}
NO_ARCH= yes
NO_BUILD= yes

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1646821443
SHA256 (jarun-ddgr-v2.0_GH0.tar.gz) = 7e46430b0a8c479a5feca832adb73f2f09804bf603dedc50f4cf2e1da4c75f88
SIZE (jarun-ddgr-v2.0_GH0.tar.gz) = 44463
TIMESTAMP = 1666432521
SHA256 (jarun-ddgr-v2.1_GH0.tar.gz) = fb6601ad533f2925d2d6299ab9e6dd48da0b75e99ef9ed9068f37e516380b5e6
SIZE (jarun-ddgr-v2.1_GH0.tar.gz) = 44726

View File

@ -1,31 +0,0 @@
https://github.com/jarun/ddgr/pull/141
--- ddgr.1.orig 2022-03-05 00:23:13 UTC
+++ ddgr.1
@@ -186,7 +186,7 @@ reverse video prompts
.TP
Note that
.IP - 2
-Bright colors (implemented as \\x1b[90m - \\x1b[97m) may not be available in all color-capable terminal emulators;
+Bright colors (implemented as \ex1b[90m - \ex1b[97m) may not be available in all color-capable terminal emulators;
.IP - 2
Some terminal emulators draw bold text in bright colors instead;
.IP - 2
@@ -231,7 +231,7 @@ DuckDuckGo \fBhello world\fR:
.EX
.IP
.B ddgr !w hello world
-.B ddgr \\\\!w hello world // bash-specific, need to escape ! on bash
+.B ddgr \e!w hello world // bash-specific, need to escape ! on bash
.EE
.PP
.IP "" 4
@@ -245,7 +245,7 @@ Bangs work at the omniprompt too. To look up bangs, vi
.B alias bang='ddgr --gb --np'
.IP
.B bang !w hello world
-.B bang \\\\!w hello world // bash-specific, need to escape ! on bash
+.B bang \e!w hello world // bash-specific, need to escape ! on bash
.EE
.PP
.IP 5. 4