Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jun 2023 06:39:24 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 74560b37e78b - main - irc/epic5: Update to 2.1.12
Message-ID:  <202306290639.35T6dOcS008582@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=74560b37e78b445a4f6e99db0908233004a1b2bd

commit 74560b37e78b445a4f6e99db0908233004a1b2bd
Author:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
AuthorDate: 2023-06-28 09:59:07 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2023-06-29 06:39:03 +0000

    irc/epic5: Update to 2.1.12
    
     * Update to 2.1.12
     * Removes TCL option as it was removed upstream
     * Uses COMMITID instead of PORTVERSION for executable
    
    PR:             272239
    Reported by:    epic@dsllsn.net (maintainer)
---
 irc/epic5/Makefile  | 13 +++++--------
 irc/epic5/distinfo  |  6 +++---
 irc/epic5/pkg-plist |  6 +++---
 3 files changed, 11 insertions(+), 14 deletions(-)

diff --git a/irc/epic5/Makefile b/irc/epic5/Makefile
index e8cb390dcee5..bdf8f94c17cd 100644
--- a/irc/epic5/Makefile
+++ b/irc/epic5/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	epic5
-PORTVERSION=	2.1.7
-PORTREVISION=	1
+PORTVERSION=	2.1.12
 CATEGORIES=	irc
 MASTER_SITES=	http://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/
 
@@ -14,10 +13,11 @@ LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 USES=		iconv libarchive ncurses ssl tar:xz
 
 GNU_CONFIGURE=	yes
-PLIST_SUB+=	PORTVERSION=${PORTVERSION}
+COMMITID=	2078
+PLIST_SUB+=	COMMITID=${COMMITID}
 CFLAGS:=	${CFLAGS:C/-O2/-O/g}
 
-OPTIONS_DEFINE=	DOCS PERL PYTHON RUBY TCL
+OPTIONS_DEFINE=	DOCS PERL PYTHON RUBY
 OPTIONS_DEFAULT=	PYTHON
 
 CONFIGURE_ARGS+=--with-iconv=${ICONV_PREFIX}
@@ -29,15 +29,12 @@ PYTHON_CONFIGURE_ON=	--with-python=${PYTHON_CMD}-config
 PYTHON_CONFIGURE_OFF=	--without-python
 RUBY_USES=	ruby
 RUBY_CONFIGURE_WITH=	ruby
-TCL_USES=	tcl
-TCL_CONFIGURE_ON=	--with-tcl=${TCL_LIBDIR}/tclConfig.sh
-TCL_CONFIGURE_OFF=	--with-tcl=no
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|-lcurses|-lncurses|' ${WRKSRC}/configure
 
 post-install:
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/epic5-${PORTVERSION}
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/epic5-${COMMITID}
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/epic5-wserv4
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for i in BUG_FORM EPIC4-USERS-README FILES KNOWNBUGS README README-CRYPTO UPDATES WISHLIST
diff --git a/irc/epic5/distinfo b/irc/epic5/distinfo
index 6e26e25ad2fa..0d595552b6a9 100644
--- a/irc/epic5/distinfo
+++ b/irc/epic5/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1648625813
-SHA256 (epic5-2.1.7.tar.xz) = 71627b14e26390f1e216047f40ca5ee1e7d55651667787466433bf7abdb6e317
-SIZE (epic5-2.1.7.tar.xz) = 893792
+TIMESTAMP = 1687711155
+SHA256 (epic5-2.1.12.tar.xz) = c89ae4fc014ddcf0084b748e22f47b46a85ab1ac9bf0b22560360ba8626b6da6
+SIZE (epic5-2.1.12.tar.xz) = 891200
diff --git a/irc/epic5/pkg-plist b/irc/epic5/pkg-plist
index 716b6d8faf05..a04614b149eb 100644
--- a/irc/epic5/pkg-plist
+++ b/irc/epic5/pkg-plist
@@ -1,5 +1,5 @@
 bin/epic5
-bin/epic5-%%PORTVERSION%%
+bin/epic5-%%COMMITID%%
 libexec/epic5-wserv4
 man/man1/epic5.1.gz
 %%PORTDOCS%%%%DOCSDIR%%/256color
@@ -58,6 +58,7 @@ man/man1/epic5.1.gz
 %%DATADIR%%/script/cycle
 %%DATADIR%%/script/data_array
 %%DATADIR%%/script/data_struct
+%%DATADIR%%/script/dbmdump
 %%DATADIR%%/script/dcc_ports
 %%DATADIR%%/script/debug.irc
 %%DATADIR%%/script/dump
@@ -105,7 +106,7 @@ man/man1/epic5.1.gz
 %%DATADIR%%/script/pipe
 %%DATADIR%%/script/python
 %%DATADIR%%/script/reconnect
-%%DATADIR%%/script/reconnect.orig
+%%DATADIR%%/script/reconnect.old
 %%DATADIR%%/script/rejoin
 %%DATADIR%%/script/renumber
 %%DATADIR%%/script/revdcc
@@ -134,4 +135,3 @@ man/man1/epic5.1.gz
 %%DATADIR%%/script/userlist
 %%DATADIR%%/script/utime
 %%DATADIR%%/script/xmsglog
-@dir %%DATADIR%%/help



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306290639.35T6dOcS008582>