git: a014b9da1de1 - main - x11-toolkits/rubygem-gtk2: Update WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 26 Aug 2023 09:31:38 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a014b9da1de16106f5ab3c54010ab69cf1f3be69 commit a014b9da1de16106f5ab3c54010ab69cf1f3be69 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-08-26 09:28:15 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-08-26 09:28:15 +0000 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 --- x11-toolkits/rubygem-gtk2/Makefile | 9 +++++---- x11-toolkits/rubygem-gtk2/pkg-descr | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/x11-toolkits/rubygem-gtk2/Makefile b/x11-toolkits/rubygem-gtk2/Makefile index f9f16722cc59..5b300b8ad145 100644 --- a/x11-toolkits/rubygem-gtk2/Makefile +++ b/x11-toolkits/rubygem-gtk2/Makefile @@ -5,8 +5,9 @@ CATEGORIES= x11-toolkits rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Ruby binding of GTK+ 2.x -WWW= https://ruby-gnome2.osdn.jp/ +COMMENT= Ruby binding of GTK 2 +WWW= https://ruby-gnome.github.io/ \ + https://github.com/ruby-gnome/ruby-gnome LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING.LIB @@ -20,8 +21,8 @@ USE_GNOME= gtk20 .include <bsd.port.options.mk> -.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 )) -CONFIGURE_ARGS+= --with-cflags="-Wno-error=incompatible-function-pointer-types" +.if ${OPSYS} == FreeBSD && ((${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000) || ${OSVERSION} >= 1400091) +CONFIGURE_ARGS+=--with-cflags="-Wno-error=incompatible-function-pointer-types" .endif .include <bsd.port.mk> diff --git a/x11-toolkits/rubygem-gtk2/pkg-descr b/x11-toolkits/rubygem-gtk2/pkg-descr index fd44f2bf037b..a7bd03d896cc 100644 --- a/x11-toolkits/rubygem-gtk2/pkg-descr +++ b/x11-toolkits/rubygem-gtk2/pkg-descr @@ -1 +1 @@ -Ruby/GTK2 is a Ruby binding for GTK+2. +Ruby/GTK2 is a Ruby binding for GTK 2.