From owner-svn-ports-all@freebsd.org Sat Sep 26 20:49:15 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DC9AA097DF; Sat, 26 Sep 2015 20:49:15 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8DEE5E9B; Sat, 26 Sep 2015 20:49:15 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QKnFgF076840; Sat, 26 Sep 2015 20:49:15 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QKnEOx076837; Sat, 26 Sep 2015 20:49:14 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201509262049.t8QKnEOx076837@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 26 Sep 2015 20:49:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398014 - head/games/aquaria/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-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 20:49:15 -0000 Author: jbeich Date: Sat Sep 26 20:49:14 2015 New Revision: 398014 URL: https://svnweb.freebsd.org/changeset/ports/398014 Log: games/aquaria: annotate patches with pull requests Modified: head/games/aquaria/files/patch-CMakeLists.txt (contents, props changed) head/games/aquaria/files/patch-ExternalLibs_minihttp.cpp (contents, props changed) head/games/aquaria/files/patch-system-ftgl (contents, props changed) Modified: head/games/aquaria/files/patch-CMakeLists.txt ============================================================================== --- head/games/aquaria/files/patch-CMakeLists.txt Sat Sep 26 20:42:07 2015 (r398013) +++ head/games/aquaria/files/patch-CMakeLists.txt Sat Sep 26 20:49:14 2015 (r398014) @@ -1,3 +1,5 @@ +partially https://github.com/AquariaOSE/Aquaria/pull/22 + --- CMakeLists.txt.orig 2015-08-16 13:19:19 UTC +++ CMakeLists.txt @@ -227,6 +227,7 @@ endif (NOT OPENAL_FOUND) Modified: head/games/aquaria/files/patch-ExternalLibs_minihttp.cpp ============================================================================== --- head/games/aquaria/files/patch-ExternalLibs_minihttp.cpp Sat Sep 26 20:42:07 2015 (r398013) +++ head/games/aquaria/files/patch-ExternalLibs_minihttp.cpp Sat Sep 26 20:49:14 2015 (r398014) @@ -1,3 +1,5 @@ +https://github.com/AquariaOSE/Aquaria/pull/21 + --- ExternalLibs/minihttp.cpp.orig 2015-08-16 13:19:19 UTC +++ ExternalLibs/minihttp.cpp @@ -32,6 +32,7 @@ Modified: head/games/aquaria/files/patch-system-ftgl ============================================================================== --- head/games/aquaria/files/patch-system-ftgl Sat Sep 26 20:42:07 2015 (r398013) +++ head/games/aquaria/files/patch-system-ftgl Sat Sep 26 20:49:14 2015 (r398014) @@ -1,3 +1,5 @@ +https://github.com/AquariaOSE/Aquaria/pull/20 + diff --git BBGE/TTFFont.h BBGE/TTFFont.h index 364cfb5..b23438a 100644 --- BBGE/TTFFont.h