Date: Sun, 8 Sep 2024 17:33:10 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 50aa17f3b699 - main - irc/epic5: Update to 3.0 Message-ID: <202409081733.488HXAmo008797@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=50aa17f3b6998b6ec5a6ed686f19d7c18b251d72 commit 50aa17f3b6998b6ec5a6ed686f19d7c18b251d72 Author: epic <epic@dsllsn.net> AuthorDate: 2024-09-08 17:29:20 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-09-08 17:31:50 +0000 irc/epic5: Update to 3.0 Changelog: From the UPDATES file: * Random numbers source from BYTES_random() exclusively * SOCKS4 and SOCKS5 support retired * Flood control support retired * RGB 24-bit color support! * Status sub-expandos now protect from expansion * New $hex(<digits> <number>) hex-to-decimal converter function * Improvements to the reconnect script * /WINDOW LISTER can now work on a list of window refnums * Configurable blank line indicator * Can now output the value of a builtin variable when it was initialized * New /on PING, triggered by server pings * Basic CAP support * New server SSL client certificate description field * Window clear point tracking * CTCP cloaking * Control active/inactive CTCPs * EPIC5-2.6 (2137 - Sedulous) released here PR: 281169 --- irc/epic5/Makefile | 13 +++++++------ irc/epic5/distinfo | 6 +++--- irc/epic5/pkg-plist | 6 +++++- 3 files changed, 15 insertions(+), 10 deletions(-) diff --git a/irc/epic5/Makefile b/irc/epic5/Makefile index 0f332780a05a..3ac8c66ef24d 100644 --- a/irc/epic5/Makefile +++ b/irc/epic5/Makefile @@ -1,6 +1,5 @@ PORTNAME= epic5 -PORTVERSION= 2.1.12 -PORTREVISION= 2 +DISTVERSION= 3.0 CATEGORIES= irc MASTER_SITES= https://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/ @@ -14,20 +13,22 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT USES= iconv libarchive ncurses ssl tar:xz GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -COMMITID= 2078 + +COMMITID= 2140 PLIST_SUB+= COMMITID=${COMMITID} +CONFIGURE_ARGS= --with-iconv=${ICONV_PREFIX} + OPTIONS_DEFINE= DOCS PERL PYTHON RUBY OPTIONS_DEFAULT= PYTHON -CONFIGURE_ARGS+=--with-iconv=${ICONV_PREFIX} - PERL_USES= perl5 PERL_CONFIGURE_WITH= perl + PYTHON_USES= python gettext-runtime PYTHON_CONFIGURE_ON= --with-python=${PYTHON_CMD}-config PYTHON_CONFIGURE_OFF= --without-python + RUBY_USES= ruby RUBY_CONFIGURE_WITH= ruby diff --git a/irc/epic5/distinfo b/irc/epic5/distinfo index 0d595552b6a9..ed69a0ad20e1 100644 --- a/irc/epic5/distinfo +++ b/irc/epic5/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1687711155 -SHA256 (epic5-2.1.12.tar.xz) = c89ae4fc014ddcf0084b748e22f47b46a85ab1ac9bf0b22560360ba8626b6da6 -SIZE (epic5-2.1.12.tar.xz) = 891200 +TIMESTAMP = 1725579308 +SHA256 (epic5-3.0.tar.xz) = 96d47350c13a3d99019da0e6a04b0c7f80dab6ddba590bcc679dbb8acc1779a1 +SIZE (epic5-3.0.tar.xz) = 933516 diff --git a/irc/epic5/pkg-plist b/irc/epic5/pkg-plist index 31303f280cb3..75904d453711 100644 --- a/irc/epic5/pkg-plist +++ b/irc/epic5/pkg-plist @@ -20,7 +20,6 @@ share/man/man1/epic5.1.gz %%PORTDOCS%%%%DOCSDIR%%/TS4 %%PORTDOCS%%%%DOCSDIR%%/UPDATES %%PORTDOCS%%%%DOCSDIR%%/WISHLIST -%%PORTDOCS%%%%DOCSDIR%%/antiflooding %%PORTDOCS%%%%DOCSDIR%%/colors %%PORTDOCS%%%%DOCSDIR%%/dccresum.txt %%PORTDOCS%%%%DOCSDIR%%/entry_points @@ -50,6 +49,7 @@ share/man/man1/epic5.1.gz %%DATADIR%%/script/autoquery %%DATADIR%%/script/ban %%DATADIR%%/script/builtins +%%DATADIR%%/script/capctl %%DATADIR%%/script/chanmonitor %%DATADIR%%/script/colors %%DATADIR%%/script/commandqueues @@ -61,12 +61,15 @@ share/man/man1/epic5.1.gz %%DATADIR%%/script/dbmdump %%DATADIR%%/script/dcc_ports %%DATADIR%%/script/debug.irc +%%DATADIR%%/script/debugwin %%DATADIR%%/script/dump %%DATADIR%%/script/edit_topic %%DATADIR%%/script/epic-crypt-gpg %%DATADIR%%/script/epic-crypt-gpg-aa %%DATADIR%%/script/epic.py +%%DATADIR%%/script/epiclogo %%DATADIR%%/script/epicrc.example +%%DATADIR%%/script/epicsol.txt %%DATADIR%%/script/files %%DATADIR%%/script/find_ssl_root_certs %%DATADIR%%/script/floodprot @@ -111,6 +114,7 @@ share/man/man1/epic5.1.gz %%DATADIR%%/script/renumber %%DATADIR%%/script/revdcc %%DATADIR%%/script/sasl_auth +%%DATADIR%%/script/sasl_external %%DATADIR%%/script/sasl_nistp256 %%DATADIR%%/script/save %%DATADIR%%/script/scan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409081733.488HXAmo008797>