svn commit: r456744 - in head: games/aquaria games/aquaria/files multimedia/libmediainfo sysutils/fusefs-encfs textproc/tinyxml2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Dec 19 18:20:22 UTC 2017


Author: sunpoet
Date: Tue Dec 19 18:20:20 2017
New Revision: 456744
URL: https://svnweb.freebsd.org/changeset/ports/456744

Log:
  Update textproc/tinyxml2 to 6.0.0
  
  - Bump PORTREVISION of dependent ports for shlib change
  
  Changes:	https://github.com/leethomason/tinyxml2/commits/master

Added:
  head/games/aquaria/files/patch-Aquaria-Continuity.cpp   (contents, props changed)
  head/games/aquaria/files/patch-Aquaria-DSQ.cpp   (contents, props changed)
Modified:
  head/games/aquaria/Makefile
  head/multimedia/libmediainfo/Makefile
  head/sysutils/fusefs-encfs/Makefile
  head/textproc/tinyxml2/Makefile
  head/textproc/tinyxml2/distinfo

Modified: head/games/aquaria/Makefile
==============================================================================
--- head/games/aquaria/Makefile	Tue Dec 19 18:06:29 2017	(r456743)
+++ head/games/aquaria/Makefile	Tue Dec 19 18:20:20 2017	(r456744)
@@ -4,7 +4,7 @@ PORTNAME=	aquaria
 DISTVERSIONPREFIX=	OSE-v
 DISTVERSION=	1.002-22
 DISTVERSIONSUFFIX=	-g84366ad
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	games
 
 MAINTAINER=	jbeich at FreeBSD.org

Added: head/games/aquaria/files/patch-Aquaria-Continuity.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/aquaria/files/patch-Aquaria-Continuity.cpp	Tue Dec 19 18:20:20 2017	(r456744)
@@ -0,0 +1,11 @@
+--- Aquaria/Continuity.cpp.orig	2016-06-19 23:56:27 UTC
++++ Aquaria/Continuity.cpp
+@@ -2737,7 +2737,7 @@ void Continuity::loadFileData(int slot, 
+ 		}
+ 		if (doc.Parse(buf, size) != XML_SUCCESS)
+ 		{
+-			errorLog("Failed to load save data: " + teh_file + " -- Error: " + doc.GetErrorStr1());
++			errorLog("Failed to load save data: " + teh_file + " -- Error: " + doc.ErrorStr());
+ 			return;
+ 		}
+ 	}

Added: head/games/aquaria/files/patch-Aquaria-DSQ.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/aquaria/files/patch-Aquaria-DSQ.cpp	Tue Dec 19 18:20:20 2017	(r456744)
@@ -0,0 +1,11 @@
+--- Aquaria/DSQ.cpp.orig	2017-12-19 15:08:56 UTC
++++ Aquaria/DSQ.cpp
+@@ -2079,7 +2079,7 @@ void DSQ::loadModsCallback(const std::st
+ 	if(!Mod::loadModXML(&d, name))
+ 	{
+ 		std::ostringstream os;
+-		os << "Failed to load mod xml: " << filename << " -- Error: " << d.GetErrorStr1();
++		os << "Failed to load mod xml: " << filename << " -- Error: " << d.ErrorStr();
+ 		dsq->debugLog(os.str());
+ 		return;
+ 	}

Modified: head/multimedia/libmediainfo/Makefile
==============================================================================
--- head/multimedia/libmediainfo/Makefile	Tue Dec 19 18:06:29 2017	(r456743)
+++ head/multimedia/libmediainfo/Makefile	Tue Dec 19 18:20:20 2017	(r456744)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libmediainfo
 PORTVERSION=	17.10
+PORTREVISION=	1
 CATEGORIES=	multimedia
 MASTER_SITES=	https://mediaarea.net/download/binary/mediainfo/${PORTVERSION}/ \
 		LOCAL/sunpoet

Modified: head/sysutils/fusefs-encfs/Makefile
==============================================================================
--- head/sysutils/fusefs-encfs/Makefile	Tue Dec 19 18:06:29 2017	(r456743)
+++ head/sysutils/fusefs-encfs/Makefile	Tue Dec 19 18:20:20 2017	(r456744)
@@ -3,8 +3,8 @@
 
 PORTNAME=	encfs
 PORTVERSION=	1.9.2
-PORTREVISION=	1
 DISTVERSIONPREFIX=	v
+PORTREVISION=	2
 CATEGORIES=	sysutils
 PKGNAMEPREFIX=	fusefs-
 

Modified: head/textproc/tinyxml2/Makefile
==============================================================================
--- head/textproc/tinyxml2/Makefile	Tue Dec 19 18:06:29 2017	(r456743)
+++ head/textproc/tinyxml2/Makefile	Tue Dec 19 18:20:20 2017	(r456744)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tinyxml2
-PORTVERSION=	5.0.1
+PORTVERSION=	6.0.0
 PORTEPOCH=	1
 CATEGORIES=	textproc
 

Modified: head/textproc/tinyxml2/distinfo
==============================================================================
--- head/textproc/tinyxml2/distinfo	Tue Dec 19 18:06:29 2017	(r456743)
+++ head/textproc/tinyxml2/distinfo	Tue Dec 19 18:20:20 2017	(r456744)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1498574190
-SHA256 (leethomason-tinyxml2-5.0.1_GH0.tar.gz) = cd33f70a856b681506e3650f9f5f5e5e6c7232da7fa3cfc4e8f56fe7b77dd735
-SIZE (leethomason-tinyxml2-5.0.1_GH0.tar.gz) = 349622
+TIMESTAMP = 1513198732
+SHA256 (leethomason-tinyxml2-6.0.0_GH0.tar.gz) = 9444ba6322267110b4aca61cbe37d5dcab040344b5c97d0b36c119aa61319b0f
+SIZE (leethomason-tinyxml2-6.0.0_GH0.tar.gz) = 576612


More information about the svn-ports-head mailing list