2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
|
2020-01-16 16:28:47 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
devel/ruby-gettext: update to 3.3.2
Update ruby-gettext to 3.3.2.
pkgsrc change: add "USE_LANGUAGES= #none".
## 3.3.2: 2020-01-13 {#version-3-3-2}
### Fixes
* Fixed a bug that `rake gettext:po:add]` raises an error.
[GitHub#70][Patch by KITAITI Makoto]
### Thanks
* KITAITI Makoto
## 3.3.1: 2020-01-12 {#version-3-3-1}
### Improvements
* Stopped detecting string interpolation literal.
[GitHub#21][Reported by Remo]
* `rxgettext`: Added support for adding a new parser by `--require`.
* Added support for GtkBuilder UI definitions file.
[GitHub#63][Reported by Alex]
* Improved percent literal parsing.
[GitHub#67][Patch by KITAITI Makoto]
### Thanks
* Remo
* Alex
* KITAITI Makoto
## 3.3.0: 2020-01-08 {#version-3-3-0}
### Improvements
* Fixed README markup.
[GitHub#57][Patch by Alexander Paukste]
* Suppressed warnings.
[GitHub#58][Patch by 284km]
* Improved README.
[GitHub#62][Patch by Robert Graff]
* Added support for finding `racc` of Ruby 2.7.
[GitHub#65][Patch by KITAITI Makoto]
* Added support for Ruby 2.7.
[GitHub#64][Reported by Anatol Pomozov]
* Dropped support for Ruby 2.4.
### Fixes
* Fixed a bug that `n_` may return nil.
[GitHub#60][Patch by Micha谷l Hoste]
* Fixed a sort by msgid bug.
[GitHub#61][Patch by Robert Graff]
### Thanks
* Alexander Paukste
* 284km
* Micha谷l Hoste
* Robert Graff
* KITAITI Makoto
* Anatol Pomozov
|
2018-03-13 17:49:03 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
devel/ruby-gettext: update to 3.2.9
## 3.2.9: 2018-03-05 {#version-3-2-9}
### Fixes
* `rmsgcat`: Removed a debug print.
## 3.2.8: 2018-03-05 {#version-3-2-8}
### Fixes
* `rmsgcat`: Fixed a bug that extra newline is added by
`--update-po-revision-date` option.
## 3.2.7: 2018-03-05 {#version-3-2-7}
### Improvements
* `rmsgcat`: Added `--update-po-revision-date` option.
|
2017-08-18 12:43:04 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-gettext to 3.2.4.
## 3.2.4: 2017-08-13 {#version-3-2-4}
### Fixes
* Fixed a bug that block parameter is handled as method name.
[GitHub#53][Reported by Renaud Chaput]
### Thanks
* Renaud Chaput
|
2017-07-13 17:23:13 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-gettext to 3.2.3.
## 3.2.3: 2017-06-24 {#version-3-2-3}
### Improvements
* Disabled unmaintainable Ruby from CI.
[GitHub#48][Reported by JP Hastings-Spital]
* Supported `--enable-frozen-string-literal` `ruby` option.
[GitHub#52][Reported by Pat Allan]
### Thanks
* JP Hastings-Spital
* Pat Allan
|
2016-10-09 16:10:04 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-gettext to 3.2.2.
## 3.2.2: 2016-04-17 {#version-3-2-2}
### Improvements
* Supported non POSIX locale format such as "zh-Hant" for
.mo search path.
[GitHub#45][Patch by Micha«³l Hoste]
|
2016-02-16 16:04:35 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-gettext to 3.2.1.
## 3.2.1: 2016-01-23 {#version-3-2-1}
### Improvements
* Supported customizing msgmerge options on merging edit.po to .po.
[GitHub#44][Patch by Dominic Cleal]
|
2016-01-03 06:36:05 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-gettext to 3.2.0.
## 3.2.0: 2015-12-31 {#version-3-2-0}
### Improvements
* Improved fuzzy detection for sub text.
## 3.1.9: 2015-12-30 {#version-3-1-9}
### Improvements
* Improved fuzzy detection for small texts.
[GitHub#43][Reported by Mamoru TASAKA]
### Thanks
* Mamoru TASAKA
## 3.1.8: 2015-12-29 {#version-3-1-8}
### Improvements
* Improved fuzzy detection.
|
2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995) |
Log message:
Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-10-04 14:14:14 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-gettext to3.1.7.
## 3.1.7: 2015-09-22 {#version-3-1-7}
### Improvements
* Supported 3 character language names.
[GitHub#39][Patch by Vilius Paulauskas]
* Suppressed duplicated range in regular expression warning.
[GitHub#40][Patch by Vilius Paulauskas]
* Replaced invalid character instead of raising an error on encoding
conversion.
[GitHub#41][Patch by Vilius Paulauskas]
### Fixes
* Fixed a bug that undefined method is used.
[GitHub#38][Patch by Hiroshi Hatake]
### Thanks
* Hiroshi Hatake
* Vilius Paulauskas
|