From owner-svn-ports-head@FreeBSD.ORG Sun Apr 21 16:22:46 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id F298D9D9; Sun, 21 Apr 2013 16:22:45 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id CAD6D17B4; Sun, 21 Apr 2013 16:22:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3LGMjvT059532; Sun, 21 Apr 2013 16:22:45 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3LGMjk7059526; Sun, 21 Apr 2013 16:22:45 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201304211622.r3LGMjk7059526@svn.freebsd.org> From: Guido Falsi Date: Sun, 21 Apr 2013 16:22:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316186 - in head/games/pokerth: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Apr 2013 16:22:46 -0000 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 #include #include -#include +#include +#include + + // 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 ++#include + #endif + #include - #include - #include