diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2022-08-27 14:37:49 +0200 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2022-08-27 14:37:55 +0200 |
commit | c41280c203ecbbce7647674f8363bac2ea541335 (patch) | |
tree | df3e289a68ef72b0aef7589144030c62e6646f0b /irc | |
parent | c87cc8e96f1530fd0d05694f0daa1f6ce375b11c (diff) | |
download | freebsd-ports-c41280c203ecbbce7647674f8363bac2ea541335.zip |
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
Diffstat (limited to 'irc')
-rw-r--r-- | irc/eggdrop/Makefile | 16 | ||||
-rw-r--r-- | 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 |