svn commit: r552394 - head/textproc/google-translate-cli
Mateusz Piotrowski
0mp at FreeBSD.org
Thu Oct 15 08:21:22 UTC 2020
Author: 0mp
Date: Thu Oct 15 08:21:21 2020
New Revision: 552394
URL: https://svnweb.freebsd.org/changeset/ports/552394
Log:
Update to 0.9.6.12
This release fixes some bugs in translation of words with non-ASCII
characters.
Release notes:
- https://github.com/soimort/translate-shell/releases/tag/v0.9.6.11
- https://github.com/soimort/translate-shell/releases/tag/v0.9.6.12
Also, update LICENSE.
PR: 250004
Approved by: maintainer timeout
MFH: 2020Q4 (runtime bugfix)
Modified:
head/textproc/google-translate-cli/Makefile
head/textproc/google-translate-cli/distinfo
Modified: head/textproc/google-translate-cli/Makefile
==============================================================================
--- head/textproc/google-translate-cli/Makefile Thu Oct 15 08:01:27 2020 (r552393)
+++ head/textproc/google-translate-cli/Makefile Thu Oct 15 08:21:21 2020 (r552394)
@@ -2,18 +2,15 @@
# $FreeBSD$
PORTNAME= google-translate-cli
-PORTVERSION= 0.9.6.10
DISTVERSIONPREFIX= v
-#PORTREVISION= 0
+DISTVERSION= 0.9.6.12
CATEGORIES= textproc
MAINTAINER= nivit at FreeBSD.org
COMMENT= Google Translate to serve as a command line tool
-LICENSE= BW
-LICENSE_NAME= Beerware
-LICENSE_TEXT= http://www.sax.de/~joerg/beerware-license.txt
-LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+LICENSE= UNLICENSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= gawk:lang/gawk
RUN_DEPENDS= bash:shells/bash \
Modified: head/textproc/google-translate-cli/distinfo
==============================================================================
--- head/textproc/google-translate-cli/distinfo Thu Oct 15 08:01:27 2020 (r552393)
+++ head/textproc/google-translate-cli/distinfo Thu Oct 15 08:21:21 2020 (r552394)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1558895240
-SHA256 (soimort-translate-shell-v0.9.6.10_GH0.tar.gz) = 18c23af071ab5ae8653a5d0d1c50784b32c4a51efd9e05da07f888a6a6428958
-SIZE (soimort-translate-shell-v0.9.6.10_GH0.tar.gz) = 76079
+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
More information about the svn-ports-all
mailing list