Date: Sun, 21 Apr 2013 16:22:45 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316186 - in head/games/pokerth: . files Message-ID: <201304211622.r3LGMjk7059526@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Sun Apr 21 16:22:44 2013 New Revision: 316186 URL: http://svnweb.freebsd.org/changeset/ports/316186 Log: Update to 1.0.1 Feature safe: yes Modified: head/games/pokerth/Makefile head/games/pokerth/distinfo head/games/pokerth/files/patch-src_net_common_ircthread.cpp (contents, props changed) Modified: head/games/pokerth/Makefile ============================================================================== --- head/games/pokerth/Makefile Sun Apr 21 16:18:44 2013 (r316185) +++ head/games/pokerth/Makefile Sun Apr 21 16:22:44 2013 (r316186) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= pokerth -PORTVERSION= 1.0 -PORTREVISION= 3 +PORTVERSION= 1.0.1 CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.0 DISTNAME= PokerTH-${PORTVERSION}-src MAINTAINER= madpilot@FreeBSD.org Modified: head/games/pokerth/distinfo ============================================================================== --- head/games/pokerth/distinfo Sun Apr 21 16:18:44 2013 (r316185) +++ head/games/pokerth/distinfo Sun Apr 21 16:22:44 2013 (r316186) @@ -1,2 +1,2 @@ -SHA256 (PokerTH-1.0-src.tar.bz2) = 5aaaf913a7696f12afe18f9b2da55c84f7343bf8afb45b25f7852a25fd1a6c10 -SIZE (PokerTH-1.0-src.tar.bz2) = 19125507 +SHA256 (PokerTH-1.0.1-src.tar.bz2) = 29c359028a27fad0d30e11a9295e610593d23e34bffdb71de488f63f459e3d5d +SIZE (PokerTH-1.0.1-src.tar.bz2) = 19201790 Modified: head/games/pokerth/files/patch-src_net_common_ircthread.cpp ============================================================================== --- head/games/pokerth/files/patch-src_net_common_ircthread.cpp Sun Apr 21 16:18:44 2013 (r316185) +++ head/games/pokerth/files/patch-src_net_common_ircthread.cpp Sun Apr 21 16:22:44 2013 (r316186) @@ -1,12 +1,20 @@ ---- src/net/common/ircthread.cpp.orig 2012-02-11 17:57:34.000000000 +0100 -+++ src/net/common/ircthread.cpp 2012-03-07 11:03:40.501681051 +0100 -@@ -19,7 +19,8 @@ +--- src/net/common/ircthread.cpp.orig 2013-04-07 14:04:27.006209000 +0200 ++++ src/net/common/ircthread.cpp 2013-04-21 11:26:39.764765351 +0200 +@@ -32,14 +32,15 @@ #include <net/socket_helper.h> #include <net/ircthread.h> #include <net/socket_msg.h> -#include <libircclient/libircclient.h> +#include <libircclient.h> +#include <libirc_rfcnumeric.h> + + // We need to do the following to handle different versions of libircclient. + // Sadly, libircclient doesn't have actual definitions for its versions in its headers. + // However, we can use a definition that appeared in the same version we need + // to check for. Hacky, but hey, it works. + #ifdef LIBIRC_OPTION_SSL_NO_VERIFY +-#include <libircclient/libirc_rfcnumeric.h> ++#include <libirc_rfcnumeric.h> + #endif + #include <boost/algorithm/string/predicate.hpp> - #include <queue> - #include <sstream>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304211622.r3LGMjk7059526>