Index: head/games/pentobi/files/patch-src_libboardgame__sgf_MissingProperty.cpp =================================================================== --- head/games/pentobi/files/patch-src_libboardgame__sgf_MissingProperty.cpp (revision 453743) +++ head/games/pentobi/files/patch-src_libboardgame__sgf_MissingProperty.cpp (nonexistent) @@ -1,24 +0,0 @@ ---- src/libboardgame_sgf/MissingProperty.cpp.orig 2017-06-06 11:23:03 UTC -+++ src/libboardgame_sgf/MissingProperty.cpp -@@ -10,17 +10,19 @@ - - #include "MissingProperty.h" - -+#include -+ - namespace libboardgame_sgf { - - //----------------------------------------------------------------------------- - - MissingProperty::MissingProperty(const string& message) -- : InvalidTree("Missing SGF property: " + message) -+ : InvalidTree(string{"Missing SGF property: "} + message) - { - } - - MissingProperty::MissingProperty(const string& id, const string& message) -- : InvalidTree("Missing SGF property '" + id + ": " + message) -+ : InvalidTree(string{"Missing SGF property '"} + id + ": " + message) - { - } - Property changes on: head/games/pentobi/files/patch-src_libboardgame__sgf_MissingProperty.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/pentobi/Makefile =================================================================== --- head/games/pentobi/Makefile (revision 453743) +++ head/games/pentobi/Makefile (revision 453744) @@ -1,27 +1,27 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= pentobi -PORTVERSION= 13.1 +PORTVERSION= 14.0 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Computer opponent for the board game Blokus LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING USES= cmake desktop-file-utils shared-mime-info tar:xz USE_QT5= core gui widgets svg concurrent \ qmake_build buildtools_build linguisttools_build PORTDOCS= NEWS OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/NEWS ${STAGEDIR}${DOCSDIR}/ .include Index: head/games/pentobi/distinfo =================================================================== --- head/games/pentobi/distinfo (revision 453743) +++ head/games/pentobi/distinfo (revision 453744) @@ -1,3 +1,3 @@ -TIMESTAMP = 1497519656 -SHA256 (pentobi-13.1.tar.xz) = 3903935654f5a2e369a3fe8bf7f08bfe2700cf5be3c3392dad164d6ab8bf9734 -SIZE (pentobi-13.1.tar.xz) = 419672 +TIMESTAMP = 1510056579 +SHA256 (pentobi-14.0.tar.xz) = 2089e6fdc035a7da12c57bea2d9e1c85ce441fe746951a198d0e200c8cd1e101 +SIZE (pentobi-14.0.tar.xz) = 406732