pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

translate-shell: update to translate-shell-0.9.6.4



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Mon Jun 26 21:42:34 2017 +0200
Changeset:	a67dfa490613619c2de57bbe181b14b89e1c684f

Modified Files:
	translate-shell/Makefile
	translate-shell/distinfo

Log Message:
translate-shell: update to translate-shell-0.9.6.4

Commits:

 build.awk: no quotes for RHS of =~ regexp matching (as of bash 3.2, fix #179)
 Translate: obsolete postprocess() (#175)
 Commons: do not use whitespace as the default separator in join() (#175)
 Translators/GoogleTranslate: join the translation with no whitespace, fix #175

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a67dfa490613619c2de57bbe181b14b89e1c684f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 translate-shell/Makefile | 2 +-
 translate-shell/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/translate-shell/Makefile b/translate-shell/Makefile
index 0c4663ae28..a81b48434f 100644
--- a/translate-shell/Makefile
+++ b/translate-shell/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	translate-shell-0.9.6.3
+DISTNAME=	translate-shell-0.9.6.4
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_GITHUB:=soimort/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
diff --git a/translate-shell/distinfo b/translate-shell/distinfo
index 5e8572d218..3ba136f9f5 100644
--- a/translate-shell/distinfo
+++ b/translate-shell/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (translate-shell-0.9.6.3.tar.gz) = 5218bb6086f60cb001e269ba114bc9643d31b87f
-RMD160 (translate-shell-0.9.6.3.tar.gz) = eaeef46e72300de973174092740f8ec6f4c9f0cf
-SHA512 (translate-shell-0.9.6.3.tar.gz) = 991e6108a3b65db925f9c9364dc0e5d32d46ba74e1af6cdaef9401939b50aed6d1a921483758957ed551622c656b7da726d61c37a8c957bb569044597b0d3110
-Size (translate-shell-0.9.6.3.tar.gz) = 69771 bytes
+SHA1 (translate-shell-0.9.6.4.tar.gz) = 968b20c09be5b6b28366ee5afbcb495e0f9d5365
+RMD160 (translate-shell-0.9.6.4.tar.gz) = 2d5e32ee48edde9e5d3c640e787beb9f57106032
+SHA512 (translate-shell-0.9.6.4.tar.gz) = 98c4a329794d38a5d22d98bf7bb821f1adc3e42dac96d2fd791e7cf64d785458d0f6006e83b21497f259525b1a70f306ab69090d3a12996610f742323a371147
+Size (translate-shell-0.9.6.4.tar.gz) = 69788 bytes


Home | Main Index | Thread Index | Old Index