FreeBSD Bugzilla – Attachment 236144 Details for
Bug 266065
irc/eggdrop: Modernize port
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for eggdrop
eggdrop-modernize.patch (text/plain), 1.46 KB, created by
Daniel Engberg
on 2022-08-27 12:19:39 UTC
(
hide
)
Description:
Patch for eggdrop
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2022-08-27 12:19:39 UTC
Size:
1.46 KB
patch
obsolete
>diff --git a/irc/eggdrop/Makefile b/irc/eggdrop/Makefile >index 694f82d2d600..389bb640a6a2 100644 >--- a/irc/eggdrop/Makefile >+++ b/irc/eggdrop/Makefile >@@ -1,7 +1,7 @@ > 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 > COMMENT= Popular Internet Relay Chat (IRC) bot >@@ -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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 266065
: 236144