mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
textproc/translate-shell: Replace textproc/google-translate-cli
- Renamed the port to match the project name PR: 250793 Submitted by: 0mp
This commit is contained in:
parent
adf5f6993f
commit
c13fd7c811
1
MOVED
1
MOVED
@ -17627,3 +17627,4 @@ devel/pecl-jsond||2022-11-30|Requires php74 which was EOL on 2022-11-28
|
||||
databases/pecl-cassandra||2022-11-30|Requires php74 which was EOL on 2022-11-28
|
||||
deskutils/egroupware||2022-12-01|Requires php74 which was EOL on 2022-11-28
|
||||
devel/pecl-APCu_bc||2022-12-01|Requires php74 which was EOL on 2022-11-28
|
||||
textproc/google-translate-cli|textproc/translate-shell|2022-12-02|Renamed by upstream
|
||||
|
@ -240,7 +240,6 @@
|
||||
SUBDIR += gojq
|
||||
SUBDIR += goldendict
|
||||
SUBDIR += google-ctemplate
|
||||
SUBDIR += google-translate-cli
|
||||
SUBDIR += gpp
|
||||
SUBDIR += grap
|
||||
SUBDIR += grc-aspell
|
||||
@ -1961,6 +1960,7 @@
|
||||
SUBDIR += toml-f
|
||||
SUBDIR += tr-aspell
|
||||
SUBDIR += trang
|
||||
SUBDIR += translate-shell
|
||||
SUBDIR += translate-toolkit
|
||||
SUBDIR += trdsql
|
||||
SUBDIR += ts-hunspell
|
||||
|
@ -1,11 +1,11 @@
|
||||
PORTNAME= google-translate-cli
|
||||
PORTNAME= translate-shell
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.9.6.12
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= nivit@FreeBSD.org
|
||||
COMMENT= Google Translate to serve as a command line tool
|
||||
COMMENT= Command line interface to translation engines
|
||||
WWW= https://www.soimort.org/translate-shell/
|
||||
|
||||
LICENSE= UNLICENSE
|
||||
@ -21,7 +21,6 @@ TEST_DEPENDS= curl:ftp/curl \
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= soimort
|
||||
GH_PROJECT= translate-shell
|
||||
|
||||
ALL_TARGET= build
|
||||
TEST_ENV= LC_ALL=C.UTF-8
|
Loading…
Reference in New Issue
Block a user