Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.4.3_2 18 Jun 2024 04:03:55
    |
Po-Chuan Hsieh (sunpoet)  |
x11-toolkits/rubygem-gtk2: Clean up Makefile
- Remove outdated OSVERSION check |
3.4.3_2 06 Apr 2024 00:00:09
    |
Po-Chuan Hsieh (sunpoet)  Author: Dirk Meyer |
x11-toolkits/rubygem-gtk2: Fix build with Ruby 3.2+
PR: 277916 |
3.4.3_2 05 Mar 2024 01:57:55
    |
Yasuhiro Kimura (yasu)  |
devel/ruby-gems: Update to 3.5.6
While here, mark textproc/rubygem-nokogumbo as BROKEN because build
fails with clean latest ports tree and all supported ruby versions.
ChangeLog: https://github.com/rubygems/rubygems/blob/v3.5.6/CHANGELOG.md
PR: 276884
Approved by: sunpoet (ruby@, maintainer)
Exp-run by: antoine |
3.4.3_2 21 Feb 2024 15:10:59
    |
Po-Chuan Hsieh (sunpoet)  |
x11-toolkits/rubygem-gtk2: Move BROKEN_* upward |
3.4.3_2 21 Jan 2024 12:51:17
    |
Muhammad Moinur Rahman (bofh)  |
x11-toolkits/rubygem-gtk2: Mark BROKEN with ruby32
PR: 276466
Approved by: portmgr (blanket) |
3.4.3_2 26 Aug 2023 09:28:15
    |
Po-Chuan Hsieh (sunpoet)  |
x11-toolkits/rubygem-gtk2: Update WWW
GTK+ has been renamed to GTK since 2019.
Reference: https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html |
3.4.3_2 26 Jul 2023 00:48:20
    |
Muhammad Moinur Rahman (bofh)  |
*/*: Fix build with llvm16 on 13.2-STABLE
As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.
- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
1302507 and less than 1400000
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
3.4.3_2 19 Jul 2023 20:45:29
    |
Muhammad Moinur Rahman (bofh)  |
x11-toolkits/rubygem-gtk2: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
3.4.3_2 30 Jun 2023 07:08:01
    |
Po-Chuan Hsieh (sunpoet)  |
x11-toolkits/rubygem-gtk2: Fix build with Clang 15 and revert
a4021dd9e20bca9ada21837282e476b6c1356f23 |
3.4.3_2 12 Jun 2023 19:45:16
    |
Muhammad Moinur Rahman (bofh)  |
x11-toolkits/rubygem-gtk2: Fix build with llvm15
- Add missing DEPS which are mentioned by poudriere testport
Approved by: portmgr (blanket) |
3.4.3_2 02 Mar 2023 05:23:10
    |
Tobias C. Berner (tcberner)  |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
3.4.3_1 17 Jan 2023 01:07:50
    |
Yasuhiro Kimura (yasu)  |
devel/ruby-gems: Update to 3.4.2
ChangeLog: https://github.com/rubygems/rubygems/releases/tag/v3.4.2
PR: 268578
Approved by: meta (ruby@, maintainer)
Exp-run by: antoine |
3.4.3_1 14 Jan 2023 23:08:33
    |
Muhammad Moinur Rahman (bofh)  |
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.4.3_1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.4.3_1 07 Mar 2022 18:13:24
    |
Po-Chuan Hsieh (sunpoet)  |
x11-toolkits/rubygem-gtk2: Allow build with newer dependencies
- Bump PORTREVISION for package change
PR: 258338
Reported by: dinoex |
3.4.3 21 Dec 2021 20:29:20
    |
Po-Chuan Hsieh (sunpoet)  |
x11-toolkits/rubygem-gtk2: Readd x11-toolkits/rubygem-gtk2
It is still used by some ports (japanese/gedy, japanese/gsuica,
net-im/mikutter).
Reported by: antoine |
3.4.3 21 Dec 2021 19:30:42
    |
Po-Chuan Hsieh (sunpoet)  |
x11-toolkits/rubygem-gtk2: Remove obsoleted port
Use x11-toolkits/rubygem-gtk3 instead. |
3.4.3 18 Apr 2021 05:49:01
    |
Po-Chuan Hsieh (sunpoet)  |
x11-toolkits/rubygem-gtk2: Update COMMENT |
3.4.3 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.4.3 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.4.3 12 May 2020 22:30:35
  |
sunpoet  |
Update to 3.4.3
Changes: https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS |
3.4.2 03 May 2020 20:52:49
  |
sunpoet  |
Update to 3.4.2
Changes: https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS |
3.4.1 29 Oct 2019 15:13:42
  |
sunpoet  |
Update to 3.4.1
Changes: https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS |
3.3.8 29 Sep 2019 10:24:38
  |
sunpoet  |
Update to 3.3.8
Changes: https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS |
3.3.7 04 Sep 2019 17:21:28
  |
sunpoet  |
Add LICENSE_FILE |
3.3.7 19 Aug 2019 20:54:13
  |
sunpoet  |
Update to 3.3.7
Changes: https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS |
3.3.6 29 Mar 2019 11:19:19
  |
sunpoet  |
Update to 3.3.6
- Take maintainership
Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS |
3.3.5 13 Mar 2019 18:42:08
  |
sunpoet  |
Update to 3.3.5
Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS |
3.3.4 12 Mar 2019 18:12:08
  |
sunpoet  |
Update to 3.3.4
Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS |
3.3.3 10 Mar 2019 10:59:50
  |
sunpoet  |
Update to 3.3.3
Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS |
3.3.2 18 Feb 2019 18:21:37
  |
sunpoet  |
Update to 3.3.2
Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS |
3.3.1 14 Jan 2019 15:46:27
  |
sunpoet  |
Update to 3.3.1
Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS |
3.3.0 28 Nov 2018 19:21:00
  |
sunpoet  |
Update to 3.3.0
Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS |
3.2.9 09 Aug 2018 14:44:44
  |
sunpoet  |
Update to 3.2.9
Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS |
3.2.7 08 Jul 2018 10:34:36
  |
miwi  |
- Update to 3.2.7
Changes: https://ruby-gnome2.osdn.jp/?News_20180607_1#Changes
Sponsored by: iXsystems Inc. |
3.2.5 04 May 2018 18:07:48
  |
sunpoet  |
Update to 3.2.5
Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS |
3.2.4 11 Apr 2018 14:49:56
  |
sunpoet  |
Update to 3.2.4
Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS |
3.2.1 21 Nov 2017 18:14:59
  |
sunpoet  |
Update to 3.2.1
Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS |
3.2.0 09 Nov 2017 16:02:48
  |
sunpoet  |
Update to 3.2.0
Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS |
3.1.9 19 Oct 2017 17:21:14
  |
sunpoet  |
Update to 3.1.9
Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS |
3.1.8 15 Jul 2017 19:10:24
  |
sunpoet  |
Update to 3.1.8
- Update WWW
Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS |
3.1.7 14 Jul 2017 16:52:54
  |
sunpoet  |
Update to 3.1.7
Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS |
3.1.6 09 Jul 2017 06:59:53
  |
sunpoet  |
Update to 3.1.6
Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS |
3.1.4 31 May 2017 14:54:51
  |
sunpoet  |
Update to 3.1.4
Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS |
3.1.3 28 Apr 2017 20:43:31
  |
sunpoet  |
Update to 3.1.3
- Add USES=gnome
Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS |
3.1.1 10 Mar 2017 22:01:17
  |
swills  |
x11/rubygem-gnome2: update to 3.1.1
Update x11/rubygem-gnome2 and friends to 3.1.1 |
3.1.0 01 Jan 2017 18:57:53
  |
swills  |
x11/rubygem-gnome2: update to 3.1.0
Update x11/rubygem-gnome2 and friends to 3.1.0 |
3.0.8 27 Apr 2016 21:57:32
  |
swills  |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
3.0.8 27 Apr 2016 16:36:42
  |
swills  |
create USES=gem and update rubygem- ports to use it
Note that for now ports still have to have USE_RUBY=yes to use USES=gem
PR: 209041
Differential Revision: https://reviews.freebsd.org/D6070 |
3.0.8 11 Apr 2016 17:27:57
  |
sunpoet  |
- Update to 3.0.8
Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS |
3.0.7_1 01 Apr 2016 14:33:58
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
3.0.7_1 02 Feb 2016 01:21:22
  |
swills  |
Remove source and intermediate build output from intalled rubygem- ports
PR: 192949 |
3.0.7 17 Jan 2016 13:30:15
  |
sunpoet  |
- Update to 3.0.7
- Fix LICENSE
Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
Sponsored by: PortsCamp Taiwan |
2.2.5 03 May 2015 19:36:34
  |
sunpoet  |
- Update to 2.2.5
- Add LICENSE
Changes: https://github.com/ruby-gnome2/ruby-gnome2/commits/master |
2.2.3 12 Nov 2014 02:02:59
  |
swills  |
x11/rubygem-gnome2: update to 2.2.3
Update all rubygem-gnome2 and related ports to 2.2.3
While here, mark rubygem-glib2 as broken with Ruby 2.1 |
2.2.0 26 Aug 2014 03:04:42
  |
swills  |
x11/rubygem-gnome2: update to 2.2.0 |
2.1.0 22 Feb 2014 15:36:42
  |
swills  |
- Update rubygem-gnome2 and associated ports to 2.1.0 |
2.0.2 30 Oct 2013 03:05:18
  |
swills  |
- Add stage support |
2.0.2 20 Sep 2013 23:57:48
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits) |
2.0.2 09 Jun 2013 18:46:06
  |
swills  |
Ruby/GTK2 is a Ruby binding for GTK+2.
WWW: http://ruby-gnome2.sourceforge.jp/
PR: ports/173378
Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org> |