Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Feb 2023 17:32:12 GMT
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a16c35556f34 - main - textproc/translate-shell: Update to 0.9.7.1
Message-ID:  <202302091732.319HWC1g024509@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by nivit:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a16c35556f34a28eebdfa3aa40465096d6c8d413

commit a16c35556f34a28eebdfa3aa40465096d6c8d413
Author:     Nicola Vitale <nivit@FreeBSD.org>
AuthorDate: 2023-02-09 17:30:00 +0000
Commit:     Nicola Vitale <nivit@FreeBSD.org>
CommitDate: 2023-02-09 17:30:00 +0000

    textproc/translate-shell: Update to 0.9.7.1
    
    - Add option ASPELL for spell checking
    
    Changes: https://github.com/soimort/translate-shell/releases/tag/v0.9.7.1
---
 textproc/translate-shell/Makefile | 8 +++++---
 textproc/translate-shell/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/textproc/translate-shell/Makefile b/textproc/translate-shell/Makefile
index de21e8521e4e..0e9421fcf880 100644
--- a/textproc/translate-shell/Makefile
+++ b/textproc/translate-shell/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	translate-shell
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.9.6.12
-PORTREVISION=	2
+DISTVERSION=	0.9.7.1
+PORTREVISION=	0
 CATEGORIES=	textproc
 
 MAINTAINER=	nivit@FreeBSD.org
@@ -29,10 +29,12 @@ NO_ARCH=	yes
 PLIST_FILES=	bin/trans \
 		man/man1/trans.1.gz
 
-OPTIONS_DEFINE=	FRIBIDI READLINE TEXT2SPEECH
+OPTIONS_DEFINE=	ASPELL FRIBIDI READLINE TEXT2SPEECH
 
 TEXT2SPEECH_DESC=	Enable Text-to-Speech functionality via espeak
 
+ASPELL_RUN_DEPENDS=	aspell:textproc/aspell
+
 FRIBIDI_RUN_DEPENDS=	fribidi:converters/fribidi
 
 READLINE_RUN_DEPENDS=	rlwrap:devel/rlwrap
diff --git a/textproc/translate-shell/distinfo b/textproc/translate-shell/distinfo
index 174fa2f9884f..4cb6079907e7 100644
--- a/textproc/translate-shell/distinfo
+++ b/textproc/translate-shell/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1601454815
-SHA256 (soimort-translate-shell-v0.9.6.12_GH0.tar.gz) = 4c4843a8c66276190535b8435775ecb5d9c8286083a33cdbe2db608eba93ca97
-SIZE (soimort-translate-shell-v0.9.6.12_GH0.tar.gz) = 77580
+TIMESTAMP = 1675962866
+SHA256 (soimort-translate-shell-v0.9.7.1_GH0.tar.gz) = f949f379779b9e746bccb20fcd180d041fb90da95816615575b49886032bcefa
+SIZE (soimort-translate-shell-v0.9.7.1_GH0.tar.gz) = 94865



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302091732.319HWC1g024509>