Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Apr 2014 12:56:29 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349849 - head/irc/eggdrop-devel
Message-ID:  <201404011256.s31CuT6R077751@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Tue Apr  1 12:56:29 2014
New Revision: 349849
URL: http://svnweb.freebsd.org/changeset/ports/349849
QAT: https://qat.redports.org/buildarchive/r349849/

Log:
  - Update to ae3eb8b
  
  Changes:
    - Fix a potentially endless loop when looking up bot hostnames.

Modified:
  head/irc/eggdrop-devel/Makefile
  head/irc/eggdrop-devel/distinfo

Modified: head/irc/eggdrop-devel/Makefile
==============================================================================
--- head/irc/eggdrop-devel/Makefile	Tue Apr  1 12:53:11 2014	(r349848)
+++ head/irc/eggdrop-devel/Makefile	Tue Apr  1 12:56:29 2014	(r349849)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	eggdrop
-PORTVERSION=	1.8.0.20130730
+PORTVERSION=	1.8.0.20140321
 CATEGORIES=	irc
 PKGNAMESUFFIX=	-devel
 
@@ -19,7 +19,7 @@ CONFIGURE_ARGS+=--with-tcllib=${LOCALBAS
 USE_GITHUB=	yes
 GH_ACCOUNT=	eggheads
 GH_PROJECT=	${PORTNAME}-1.8
-GH_COMMIT=	732a529
+GH_COMMIT=	ae3eb8b
 GH_TAGNAME=	${GH_COMMIT}
 
 MAKE_JOBS_UNSAFE=	yes

Modified: head/irc/eggdrop-devel/distinfo
==============================================================================
--- head/irc/eggdrop-devel/distinfo	Tue Apr  1 12:53:11 2014	(r349848)
+++ head/irc/eggdrop-devel/distinfo	Tue Apr  1 12:56:29 2014	(r349849)
@@ -1,2 +1,2 @@
-SHA256 (eggdrop-1.8.0.20130730.tar.gz) = cd7a825188252e440a92aeb21f468ccd7568c63cf1b674e8503bdc7c5a1194f7
-SIZE (eggdrop-1.8.0.20130730.tar.gz) = 1275321
+SHA256 (eggdrop-1.8.0.20140321.tar.gz) = 7b185609872201a09af8cb868a37cceeef7d089cb331309a626b1e833188f793
+SIZE (eggdrop-1.8.0.20140321.tar.gz) = 1275261



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404011256.s31CuT6R077751>