aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2021-03-14 19:57:04 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2021-03-14 19:57:04 +0000
commitfe87e2fafad4a29db56cc0d995317e8c1f72a15f (patch)
tree47eca1ba47746697c9edbd6c81707706e75b5f07 /games
parentca01e8ba1b92f70d06f9f1e28b041e2a1b8d636a (diff)
downloadports-fe87e2fafad4a29db56cc0d995317e8c1f72a15f.tar.gz
ports-fe87e2fafad4a29db56cc0d995317e8c1f72a15f.zip
- Update to 18.5
Notes
Notes: svn path=/head/; revision=568412
Diffstat (limited to 'games')
-rw-r--r--games/pentobi/Makefile2
-rw-r--r--games/pentobi/distinfo6
-rw-r--r--games/pentobi/files/patch-pentobi_unix_CMakeLists.txt26
3 files changed, 4 insertions, 30 deletions
diff --git a/games/pentobi/Makefile b/games/pentobi/Makefile
index 13e80c17b04a..03bd2c716d4e 100644
--- a/games/pentobi/Makefile
+++ b/games/pentobi/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= pentobi
-PORTVERSION= 18.4
+PORTVERSION= 18.5
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
diff --git a/games/pentobi/distinfo b/games/pentobi/distinfo
index 2822011ae278..cd852185ef0a 100644
--- a/games/pentobi/distinfo
+++ b/games/pentobi/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1606676888
-SHA256 (pentobi-18.4.tar.xz) = d7b7ae7ea8bba4d9237e8a8e2199ce622c488a35f9ddf961193ecd15aa0ce65b
-SIZE (pentobi-18.4.tar.xz) = 466944
+TIMESTAMP = 1615299027
+SHA256 (pentobi-18.5.tar.xz) = 3bbeea2bd3762cf8d15439bcd0628f77d37cc777212cdd91cb3feecc28c708b2
+SIZE (pentobi-18.5.tar.xz) = 470692
diff --git a/games/pentobi/files/patch-pentobi_unix_CMakeLists.txt b/games/pentobi/files/patch-pentobi_unix_CMakeLists.txt
deleted file mode 100644
index f788398ac959..000000000000
--- a/games/pentobi/files/patch-pentobi_unix_CMakeLists.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-Disable bogus file detection
-
-- It doesn't work and there's no trivial way to fix
- it as the path is dependent on gettext version
- (e.g. ${LOCALBASE}/share/gettext-0.21/its/metainfo.its)
-- It's not used anywhere
-
---- pentobi/unix/CMakeLists.txt.orig 2020-11-20 12:21:18 UTC
-+++ pentobi/unix/CMakeLists.txt
-@@ -10,16 +10,6 @@ endif()
- # its existence already at configuration time.
- get_filename_component(GETTEXT_BIN_DIR ${GETTEXT_MSGFMT_EXECUTABLE} DIRECTORY)
- get_filename_component(GETTEXT_INSTALL_DIR ${GETTEXT_BIN_DIR} DIRECTORY)
--find_file(METAINFO_ITS NAMES metainfo.its appdata.its
-- HINTS ${GETTEXT_INSTALL_DIR}/share/gettext/its
-- )
--if(NOT METAINFO_ITS)
-- message(FATAL_ERROR
-- "metainfo.its not found. Install appstream and/or use"
-- " -DMETAINFO_ITS=<file> to define the location of the metainfo.its"
-- " or appdata.its file."
-- )
--endif()
-
- find_program(RSVG_CONVERT rsvg-convert)
- if(NOT RSVG_CONVERT)