pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-fast_gettext
Module Name: pkgsrc
Committed By: taca
Date: Sun Jan 20 13:47:15 UTC 2019
Modified Files:
pkgsrc/devel/ruby-fast_gettext: Makefile distinfo
Log Message:
devel/ruby-fast_gettext: update to 2.0.0
pkgsrc change: add "USE_LANGUAGES= # none".
2.0.0 -- Changed p_ separator to \0004 https://github.com/grosser/fast_gettext/pull/107 add np and add gettext aliases
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/ruby-fast_gettext/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/ruby-fast_gettext/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ruby-fast_gettext/Makefile
diff -u pkgsrc/devel/ruby-fast_gettext/Makefile:1.19 pkgsrc/devel/ruby-fast_gettext/Makefile:1.20
--- pkgsrc/devel/ruby-fast_gettext/Makefile:1.19 Sun Sep 23 14:24:49 2018
+++ pkgsrc/devel/ruby-fast_gettext/Makefile Sun Jan 20 13:47:15 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2018/09/23 14:24:49 taca Exp $
+# $NetBSD: Makefile,v 1.20 2019/01/20 13:47:15 taca Exp $
-DISTNAME= fast_gettext-1.7.0
+DISTNAME= fast_gettext-2.0.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -8,5 +8,7 @@ HOMEPAGE= https://github.com/grosser/fas
COMMENT= Simple, fast, memory-efficient and threadsafe GetText
LICENSE= ruby-license
+USE_LANGUAGES= # none
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ruby-fast_gettext/distinfo
diff -u pkgsrc/devel/ruby-fast_gettext/distinfo:1.20 pkgsrc/devel/ruby-fast_gettext/distinfo:1.21
--- pkgsrc/devel/ruby-fast_gettext/distinfo:1.20 Sun Sep 23 14:24:49 2018
+++ pkgsrc/devel/ruby-fast_gettext/distinfo Sun Jan 20 13:47:15 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2018/09/23 14:24:49 taca Exp $
+$NetBSD: distinfo,v 1.21 2019/01/20 13:47:15 taca Exp $
-SHA1 (fast_gettext-1.7.0.gem) = 4fe2fc4bad815ec8068fb950851b2644b16f8b2c
-RMD160 (fast_gettext-1.7.0.gem) = 058fd986c921fa4026e499c619a3a4d7ee16bec6
-SHA512 (fast_gettext-1.7.0.gem) = ba36107bad90cc50fddd91cc3ca2e6c396fed6fba04c9793582bf850bf998eacfdb90259e0b77e91fc5467cfe68d173fe3cadfe1d9582197659513b2671f1871
-Size (fast_gettext-1.7.0.gem) = 27136 bytes
+SHA1 (fast_gettext-2.0.0.gem) = 85547f308469057ae3c88a79fbc96c55456ff8ab
+RMD160 (fast_gettext-2.0.0.gem) = b4a4c5b21562449138db0eac3d69a7d8fd602677
+SHA512 (fast_gettext-2.0.0.gem) = 23fcaa0c843a5e142d9c903d4738427f1e8d2fe444683cdbd51867bf9af418cc63fbe13679f143b6d7bee1724fc61608765071241bc66cf1d382a48106a140ed
+Size (fast_gettext-2.0.0.gem) = 28672 bytes
Home |
Main Index |
Thread Index |
Old Index