git: 249d1c345981 - main - www/rt60: Remove obsolete gd option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 24 Jun 2026 06:24:24 UTC
The branch main has been updated by mikael:
URL: https://cgit.FreeBSD.org/ports/commit/?id=249d1c3459818594ada8d6e3174f480cc8b93749
commit 249d1c3459818594ada8d6e3174f480cc8b93749
Author: Einar Bjarni Halldórsson <einar@isnic.is>
AuthorDate: 2026-06-18 09:18:34 +0000
Commit: Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2026-06-24 06:24:00 +0000
www/rt60: Remove obsolete gd option
While here, update dependency versions
PR: 295471
---
www/rt60/Makefile | 9 +++------
www/rt60/Makefile.cpan | 23 ++++++++++-------------
2 files changed, 13 insertions(+), 19 deletions(-)
diff --git a/www/rt60/Makefile b/www/rt60/Makefile
index 4a4968c60370..77bedd5309fa 100644
--- a/www/rt60/Makefile
+++ b/www/rt60/Makefile
@@ -1,5 +1,6 @@
PORTNAME= rt
DISTVERSION= 6.0.3
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= https://download.bestpractical.com/pub/rt/release/
PKGNAMESUFFIX= 60
@@ -46,13 +47,13 @@ NO_ARCH= yes
# mentioned in the docs is currently unsupported in the ports, but see
# http://www.infracaninophile.co.uk/articles/sphinxse.html
-OPTIONS_DEFINE= DEVELOPER EXTERNALAUTH GD GPG GRAPHVIZ SMIME DOCS
+OPTIONS_DEFINE= DEVELOPER EXTERNALAUTH GPG GRAPHVIZ SMIME DOCS
OPTIONS_SINGLE= DB
OPTIONS_SINGLE_DB= MYSQL PGSQL SQLITE
OPTIONS_RADIO= WEB
OPTIONS_RADIO_WEB= AP_MODFASTCGI AP_MODPERL LIGHTTPD SPAWN_FCGI
-OPTIONS_DEFAULT= AP_MODFASTCGI EXTERNALAUTH GD GPG MYSQL
+OPTIONS_DEFAULT= AP_MODFASTCGI EXTERNALAUTH GPG MYSQL
USERS?= www
GROUPS?= rt www
@@ -109,10 +110,6 @@ GPG_DESC= Enable GnuPG support
GPG_RUN_DEPENDS= ${GPG_DEPS}
GPG_CONFIGURE_ENABLE= gpg
-GD_DESC= Enable GD Graphs and Charts
-GD_RUN_DEPENDS= ${GD_DEPS}
-GD_CONFIGURE_ENABLE= gd
-
DB_DBA_PASSWORD?=
DB_USER?= rt_user
DB_PASSWORD?= rt_pass
diff --git a/www/rt60/Makefile.cpan b/www/rt60/Makefile.cpan
index cd2c0ce53e2a..91e95969fb37 100644
--- a/www/rt60/Makefile.cpan
+++ b/www/rt60/Makefile.cpan
@@ -42,6 +42,7 @@
### File::ShareDir
### File::Spec 0.8 perl std
### File::Temp 0.19 perl std
+### Hash::Merge
### Hash::Merge::Extra
### HTML::Entities
### HTML::FormatExternal
@@ -299,9 +300,9 @@ MODPERL2_DEPS= p5-libapreq2>0:www/p5-libapreq2 \
MYSQL_DEPS= ${DBD_MYSQL}
### --- PGSQL ---
-### DBD::Pg 1.43
+### DBD::Pg 3.008
-PGSQL_DEPS= p5-DBD-Pg>=1.43:databases/p5-DBD-Pg
+PGSQL_DEPS= p5-DBD-Pg>=3.008:databases/p5-DBD-Pg
### --- SQLITE ---
### DBD::SQLite 1.72
@@ -310,11 +311,11 @@ SQLITE_DEPS= p5-DBD-SQLite>=1.72:databases/p5-DBD-SQLite
### --- GPG ---
### File::Which
-### GnuPG::Interface 1.00
+### GnuPG::Interface 1.02
### PerlIO::eol
GPG_DEPS= p5-File-Which>0:sysutils/p5-File-Which \
- p5-GnuPG-Interface>=1.00:security/p5-GnuPG-Interface \
+ p5-GnuPG-Interface>=1.02:security/p5-GnuPG-Interface \
p5-PerlIO-eol>0:devel/p5-PerlIO-eol
### --- SMIME---
@@ -333,21 +334,17 @@ SMIME_DEPS= p5-Crypt-X509>0:security/p5-Crypt-X509 \
GRAPHVIZ_DEPS= p5-GraphViz2>0:graphics/p5-GraphViz2 \
p5-IPC-Run>=0.90:devel/p5-IPC-Run
-### -- GD --
-### GD
-### GD::Graph 1.56
-### GD::Text
-
-GD_DEPS= p5-GD>0:graphics/p5-GD \
- p5-GD-Graph>=1.56:graphics/p5-GD-Graph \
- p5-GD-TextUtil>0:graphics/p5-GD-TextUtil
-
### --- EXTERNALAUTH ---
# XXX p5-Net-LDAP-Server-Test>0:net/p5-Net-LDAP-Server-Test DEVELOPER
EXTERNALAUTH_DEPS= p5-Net-SSLeay>0:security/p5-Net-SSLeay \
p5-perl-ldap>0:net/p5-perl-ldap
+
+### --- DASHBOARD-CHART-EMAILS ---
+# no port available
+# https://metacpan.org/pod/WWW::Mechanize::Chrome
+
### --- S3 ---
# no port available
# https://metacpan.org/pod/Amazon::S3