diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2020-08-30 23:37:09 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2020-08-30 23:37:09 +0000 |
commit | 55f576038027f03d0791097270c0957cfa4bc7a3 (patch) | |
tree | 6cd9fad2852e744078b27fb6393588a4be227bcc /irc | |
parent | d608c407d739b06319b9231ab3d196d52b73fc88 (diff) | |
download | freebsd-ports-55f576038027f03d0791097270c0957cfa4bc7a3.zip |
irc/eggdrop-devel: Update to latest commit
Remove outdated ssl information in the config file.
Diffstat (limited to 'irc')
-rw-r--r-- | irc/eggdrop-devel/Makefile | 4 | ||||
-rw-r--r-- | irc/eggdrop-devel/distinfo | 6 | ||||
-rw-r--r-- | irc/eggdrop-devel/files/patch-eggdrop.conf | 16 |
3 files changed, 7 insertions, 19 deletions
diff --git a/irc/eggdrop-devel/Makefile b/irc/eggdrop-devel/Makefile index 098a3f079f13..f2f309a2611b 100644 --- a/irc/eggdrop-devel/Makefile +++ b/irc/eggdrop-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= eggdrop -DISTVERSION= 1.9.0.a.20200814 +DISTVERSION= 1.9.0.a.20200829 CATEGORIES= irc PKGNAMESUFFIX= -devel @@ -16,7 +16,7 @@ USES= tcl ssl USE_GITHUB= yes GH_ACCOUNT= eggheads -GH_TAGNAME= ddcf4d0 +GH_TAGNAME= ac578ab GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-tcllib=${LOCALBASE}/lib/libtcl${TCL_SHLIB_VER}.so \ diff --git a/irc/eggdrop-devel/distinfo b/irc/eggdrop-devel/distinfo index e5eaf5507295..e3532a558a27 100644 --- a/irc/eggdrop-devel/distinfo +++ b/irc/eggdrop-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1598311581 -SHA256 (eggheads-eggdrop-1.9.0.a.20200814-ddcf4d0_GH0.tar.gz) = 9cd6fb0423764a36d3b191241815419688e4eb9ae9f6e39a95b4dc9af3627a9c -SIZE (eggheads-eggdrop-1.9.0.a.20200814-ddcf4d0_GH0.tar.gz) = 2091321 +TIMESTAMP = 1598830048 +SHA256 (eggheads-eggdrop-1.9.0.a.20200829-ac578ab_GH0.tar.gz) = 1835a507f2f139c13ada09848e679e12c33d1c1864cd9c3b7afc2175ba58e521 +SIZE (eggheads-eggdrop-1.9.0.a.20200829-ac578ab_GH0.tar.gz) = 2091333 diff --git a/irc/eggdrop-devel/files/patch-eggdrop.conf b/irc/eggdrop-devel/files/patch-eggdrop.conf index fc797dedadeb..e3b5756ee7f6 100644 --- a/irc/eggdrop-devel/files/patch-eggdrop.conf +++ b/irc/eggdrop-devel/files/patch-eggdrop.conf @@ -1,4 +1,4 @@ ---- eggdrop.conf.orig 2019-10-22 14:15:19 UTC +--- eggdrop.conf.orig 2020-08-26 02:55:59 UTC +++ eggdrop.conf @@ -1,4 +1,4 @@ -#! /path/to/executable/eggdrop @@ -6,7 +6,7 @@ # ^- This should contain a fully qualified path to your Eggdrop executable. # # This is a sample Eggdrop configuration file which includes all possible -@@ -658,7 +658,7 @@ die "Please make sure you edit your config file comple +@@ -606,7 +606,7 @@ die "Please make sure you edit your config file comple # If you run the bot from the compilation directory, you will want to set # this to "". If you use 'make install' (like all good kiddies do ;), this # is a fine default. Otherwise, use your head :) @@ -15,15 +15,3 @@ #### BLOWFISH MODULE #### -@@ -1095,6 +1095,11 @@ addserver you.need.to.change.this 6667 - addserver another.example.com 6669 password - addserver 2001:db8:618:5c0:263:: 6669 password - addserver ssl.example.net +7000 -+ -+# Set this option, if you want a SSL connection to the IRC Server(s) specified -+# above. This setting applies to all servers, so make sure they all support SSL -+# connections. Eggdrop has to be compiled with SSL support for this to work! -+set use-ssl 0 - - # Number of seconds to wait between transmitting queued lines to the server. - # Lower this value at your own risk. ircd is known to start flood control |