git: 14abc130b91b - main - www/ddgr: update 2.0 → 2.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 22 Oct 2022 10:32:29 UTC
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=14abc130b91b6752a7906a3bf029214c3667772c commit 14abc130b91b6752a7906a3bf029214c3667772c Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2022-10-22 10:05:34 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2022-10-22 10:32:16 +0000 www/ddgr: update 2.0 → 2.1 --- www/ddgr/Makefile | 4 ++-- www/ddgr/distinfo | 6 +++--- www/ddgr/files/patch-ddgr.1 | 31 ------------------------------- 3 files changed, 5 insertions(+), 36 deletions(-) diff --git a/www/ddgr/Makefile b/www/ddgr/Makefile index f91c73f7a309..49530b97a717 100644 --- a/www/ddgr/Makefile +++ b/www/ddgr/Makefile @@ -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 diff --git a/www/ddgr/distinfo b/www/ddgr/distinfo index 501c29cf9b1b..e564ccc94a07 100644 --- a/www/ddgr/distinfo +++ b/www/ddgr/distinfo @@ -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 diff --git a/www/ddgr/files/patch-ddgr.1 b/www/ddgr/files/patch-ddgr.1 deleted file mode 100644 index a468c9fc2220..000000000000 --- a/www/ddgr/files/patch-ddgr.1 +++ /dev/null @@ -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