diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-08-26 21:03:32 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-08-26 21:03:32 +0000 |
commit | 7a4777dc53583a897fb8bc1328c6be87bfed8047 (patch) | |
tree | ac0a62999320b356d1f5e64d97252e571d454a1e /mail | |
parent | 1b456f061f42fa3539a17ea670a5d87624917fe1 (diff) | |
download | freebsd-ports-7a4777dc53583a897fb8bc1328c6be87bfed8047.zip |
*: Rename GTK+ to GTK
GTK+ has been renamed to GTK since 2019.
Reference: https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html
Approved by: portmgr (blanket)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/claws-mail/Makefile | 2 | ||||
-rw-r--r-- | mail/sylpheed/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index 45481eaac6af..d12495fbdd29 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -1,7 +1,7 @@ PORTNAME= claws-mail CATEGORIES= mail news -COMMENT= Lightweight and featureful GTK+ based e-mail and news client +COMMENT= Lightweight and featureful GTK based e-mail and news client WWW= https://www.claws-mail.org/ LICENSE= GPLv3 diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index a91a0433eb37..c62bebb96812 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -6,7 +6,7 @@ MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v${PORTVERSION:C/\.[^\.]*$//}/ LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org -COMMENT= Lightweight, featureful, and fast GTK+ based e-mail client +COMMENT= Lightweight, featureful, and fast GTK based e-mail client WWW= https://sylpheed.sraoss.jp/en/ LICENSE= GPLv2 LGPL21 |