svn commit: r547133 - in head/irc/eggdrop-devel: . files

Danilo G. Baio dbaio at FreeBSD.org
Sun Aug 30 23:37:10 UTC 2020


Author: dbaio
Date: Sun Aug 30 23:37:09 2020
New Revision: 547133
URL: https://svnweb.freebsd.org/changeset/ports/547133

Log:
  irc/eggdrop-devel: Update to latest commit
  
  Remove outdated ssl information in the config file.

Modified:
  head/irc/eggdrop-devel/Makefile
  head/irc/eggdrop-devel/distinfo
  head/irc/eggdrop-devel/files/patch-eggdrop.conf

Modified: head/irc/eggdrop-devel/Makefile
==============================================================================
--- head/irc/eggdrop-devel/Makefile	Sun Aug 30 23:13:48 2020	(r547132)
+++ head/irc/eggdrop-devel/Makefile	Sun Aug 30 23:37:09 2020	(r547133)
@@ -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 \

Modified: head/irc/eggdrop-devel/distinfo
==============================================================================
--- head/irc/eggdrop-devel/distinfo	Sun Aug 30 23:13:48 2020	(r547132)
+++ head/irc/eggdrop-devel/distinfo	Sun Aug 30 23:37:09 2020	(r547133)
@@ -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

Modified: head/irc/eggdrop-devel/files/patch-eggdrop.conf
==============================================================================
--- head/irc/eggdrop-devel/files/patch-eggdrop.conf	Sun Aug 30 23:13:48 2020	(r547132)
+++ head/irc/eggdrop-devel/files/patch-eggdrop.conf	Sun Aug 30 23:37:09 2020	(r547133)
@@ -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


More information about the svn-ports-all mailing list