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 Mar 19 16:41:59 UTC 2017

Modified Files:
        pkgsrc/devel/ruby-fast_gettext: Makefile

Log Message:
Update ruby-fast_gettext to 1.4.0.

pkgsrc change: Update HOMEPAGE.

* Added with_locale to README.
* Expose name and options on TranslationRepository.
* TranslationRepository::Base: change attr_accessor to attr_reader.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/ruby-fast_gettext/Makefile

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.14 pkgsrc/devel/ruby-fast_gettext/Makefile:1.15
--- pkgsrc/devel/ruby-fast_gettext/Makefile:1.14        Mon Oct 24 13:58:56 2016
+++ pkgsrc/devel/ruby-fast_gettext/Makefile     Sun Mar 19 16:41:59 2017
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.14 2016/10/24 13:58:56 taca Exp $
+# $NetBSD: Makefile,v 1.15 2017/03/19 16:41:59 taca Exp $
 
-DISTNAME=      fast_gettext-1.3.0
+DISTNAME=      fast_gettext-1.4.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://github.com/grosser/fast_gettext
+HOMEPAGE=      https://github.com/grosser/fast_gettext
 COMMENT=       Simple, fast, memory-efficient and threadsafe GetText
 LICENSE=       ruby-license
 



Home | Main Index | Thread Index | Old Index