diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2014-04-01 20:56:29 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2014-04-01 20:56:29 +0800 |
commit | fa2f8e6d11fedaa3bde895dab7b9dcc70c0d8c25 (patch) | |
tree | e996c7e678fde2ee1eccc7fa0ab5012d4ac18e95 | |
parent | be31dd32f423bdad0056bc5b2d435ffa88ec1655 (diff) | |
download | freebsd-ports-gnome-fa2f8e6d11fedaa3bde895dab7b9dcc70c0d8c25.tar.gz freebsd-ports-gnome-fa2f8e6d11fedaa3bde895dab7b9dcc70c0d8c25.tar.zst freebsd-ports-gnome-fa2f8e6d11fedaa3bde895dab7b9dcc70c0d8c25.zip |
- Update to ae3eb8b
Changes:
- Fix a potentially endless loop when looking up bot hostnames.
-rw-r--r-- | irc/eggdrop-devel/Makefile | 4 | ||||
-rw-r--r-- | irc/eggdrop-devel/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/irc/eggdrop-devel/Makefile b/irc/eggdrop-devel/Makefile index 416247b04e2f..a3e9d5455993 100644 --- a/irc/eggdrop-devel/Makefile +++ b/irc/eggdrop-devel/Makefile @@ -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=${LOCALBASE}/lib/libtcl${TCL_SHLIB_VER}.so \ 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 diff --git a/irc/eggdrop-devel/distinfo b/irc/eggdrop-devel/distinfo index d7bb22425c00..b19595a26603 100644 --- a/irc/eggdrop-devel/distinfo +++ b/irc/eggdrop-devel/distinfo @@ -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 |