Date: Sat, 27 Aug 2022 12:41:04 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: c41280c203ec - main - irc/eggdrop: Modernize port Message-ID: <202208271241.27RCf4CY015491@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=c41280c203ecbbce7647674f8363bac2ea541335 commit c41280c203ecbbce7647674f8363bac2ea541335 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2022-08-27 12:37:49 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2022-08-27 12:37:55 +0000 irc/eggdrop: Modernize port * Use upstream release archive as recommended by Porters Handbook USE_GITHUB section * Remove MAKE_JOBS_UNSAFE and LLD_UNSAFE * Remove obsolete CONFLICTS entry (port removed 2 years ago) * Minor cosmetic changes * Return port to pool PR: 266065 Reviewed by: dbaio --- irc/eggdrop/Makefile | 16 ++++------------ irc/eggdrop/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/irc/eggdrop/Makefile b/irc/eggdrop/Makefile index 694f82d2d600..a1eb9f7261b1 100644 --- a/irc/eggdrop/Makefile +++ b/irc/eggdrop/Makefile @@ -1,9 +1,9 @@ PORTNAME= eggdrop -PORTVERSION= 1.9.3 -DISTVERSIONPREFIX= v +DISTVERSION= 1.9.3 CATEGORIES= irc +MASTER_SITES= https://github.com/eggheads/${PORTNAME}/releases/download/v${DISTVERSION}/ -MAINTAINER= dbaio@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Popular Internet Relay Chat (IRC) bot LICENSE= GPLv2 @@ -11,22 +11,14 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= tcl ssl -USE_GITHUB= yes -GH_ACCOUNT= eggheads - GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-tcllib=${LOCALBASE}/lib/libtcl${TCL_SHLIB_VER}.so \ +CONFIGURE_ARGS= --with-tcllib=${LOCALBASE}/lib/libtcl${TCL_SHLIB_VER}.so \ --with-tclinc=${LOCALBASE}/include/tcl${TCL_VER}/tcl.h \ --with-sslinc=${OPENSSLINC} \ --with-ssllib=${OPENSSLLIB} -MAKE_JOBS_UNSAFE= yes -LLD_UNSAFE= yes - SUB_FILES= pkg-message -CONFLICTS= eggdrop-devel - OPTIONS_DEFINE= DOCS post-patch: diff --git a/irc/eggdrop/distinfo b/irc/eggdrop/distinfo index bdb434aca2a1..8a3603b08200 100644 --- a/irc/eggdrop/distinfo +++ b/irc/eggdrop/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1661112349 -SHA256 (eggheads-eggdrop-v1.9.3_GH0.tar.gz) = fd9be0f82edaa173ecc137b83d5dc12b0877ffde1558cf9ddaff01da1e8f3a06 -SIZE (eggheads-eggdrop-v1.9.3_GH0.tar.gz) = 2029241 +TIMESTAMP = 1661601129 +SHA256 (eggdrop-1.9.3.tar.gz) = 658542e8cba4705aeb096b08d8a42d1a994a808c204a4d7050c8a37bd24bc79f +SIZE (eggdrop-1.9.3.tar.gz) = 2046726
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208271241.27RCf4CY015491>