aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-08-26 09:28:15 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-08-26 09:28:15 +0000
commita014b9da1de16106f5ab3c54010ab69cf1f3be69 (patch)
tree3653b148c9ab4cc270816444876a0e5ee2c312ab /x11-toolkits
parent448faa07ade108bc75aff3d0453adcc60c21f3b8 (diff)
downloadports-a014b9da1de16106f5ab3c54010ab69cf1f3be69.tar.gz
ports-a014b9da1de16106f5ab3c54010ab69cf1f3be69.zip
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
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/rubygem-gtk2/Makefile9
-rw-r--r--x11-toolkits/rubygem-gtk2/pkg-descr2
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.