FreeBSD Bugzilla – Attachment 165023 Details for
Bug 205856
games/minetest: Update to 0.4.13
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch with fix
patch-minetest.diff (text/plain), 2.76 KB, created by
Kevin Zheng
on 2016-01-04 03:19:48 UTC
(
hide
)
Description:
Patch with fix
Filename:
MIME Type:
Creator:
Kevin Zheng
Created:
2016-01-04 03:19:48 UTC
Size:
2.76 KB
patch
obsolete
>diff --git a/games/minetest/Makefile b/games/minetest/Makefile >index e03b605..7658974 100644 >--- a/games/minetest/Makefile >+++ b/games/minetest/Makefile >@@ -2,11 +2,11 @@ > # $FreeBSD$ > > PORTNAME= minetest >-PORTVERSION= 0.4.12 >+PORTVERSION= 0.4.13 > CATEGORIES= games > > MAINTAINER= amdmi3@FreeBSD.org >-COMMENT= Infiniminer/Minecraft inspired game >+COMMENT= Near-infinite-world block sandbox game > > LICENSE= LGPL21 # or later > LICENSE_FILE= ${WRKSRC}/doc/lgpl-2.1.txt >@@ -16,7 +16,7 @@ LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 > USE_GITHUB= yes > GH_ACCOUNT= minetest > >-USES= cmake >+USES= cmake iconv:wchar_t > CMAKE_ARGS= -DCUSTOM_MANDIR="${PREFIX}/man" \ > -DCUSTOM_EXAMPLE_CONF_DIR="${PREFIX}/etc" > >diff --git a/games/minetest/distinfo b/games/minetest/distinfo >index 2958b10..745b8c5 100644 >--- a/games/minetest/distinfo >+++ b/games/minetest/distinfo >@@ -1,2 +1,2 @@ >-SHA256 (minetest-minetest-0.4.12_GH0.tar.gz) = b37d663785a1ef9e75ec8513913bbd4fcaf761ccb248f4628d9397c71d4417df >-SIZE (minetest-minetest-0.4.12_GH0.tar.gz) = 8184232 >+SHA256 (minetest-minetest-0.4.13_GH0.tar.gz) = d77ee70c00a923c3ed2355536997f064a95143d0949a7fc92d725d079edef9f7 >+SIZE (minetest-minetest-0.4.13_GH0.tar.gz) = 8367119 >diff --git a/games/minetest/files/patch-src_CMakeLists.txt b/games/minetest/files/patch-src_CMakeLists.txt >deleted file mode 100644 >index 9ee1853..0000000 >--- a/games/minetest/files/patch-src_CMakeLists.txt >+++ /dev/null >@@ -1,26 +0,0 @@ >---- src/CMakeLists.txt.orig 2015-02-28 03:52:19.000000000 +0300 >-+++ src/CMakeLists.txt 2015-02-28 03:53:31.000000000 +0300 >-@@ -201,22 +201,7 @@ >- endif(ENABLE_GLES) >- >- if(USE_FREETYPE) >-- if(UNIX) >-- include(FindPkgConfig) >-- if(PKG_CONFIG_FOUND) >-- pkg_check_modules(FREETYPE QUIET freetype2) >-- if(FREETYPE_FOUND) >-- SET(FREETYPE_PKGCONFIG_FOUND TRUE) >-- SET(FREETYPE_LIBRARY ${FREETYPE_LIBRARIES}) >-- # because cmake is idiotic >-- string(REPLACE ";" " " FREETYPE_CFLAGS_STR ${FREETYPE_CFLAGS}) >-- string(REPLACE ";" " " FREETYPE_LDFLAGS_STR ${FREETYPE_LDFLAGS}) >-- endif(FREETYPE_FOUND) >-- endif(PKG_CONFIG_FOUND) >-- endif(UNIX) >-- if(NOT FREETYPE_FOUND) >-- find_package(Freetype REQUIRED) >-- endif(NOT FREETYPE_FOUND) >-+ find_package(Freetype REQUIRED) >- set(CGUITTFONT_INCLUDE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/cguittfont") >- set(CGUITTFONT_LIBRARY cguittfont) >- endif(USE_FREETYPE) >diff --git a/games/minetest/pkg-descr b/games/minetest/pkg-descr >index 83367ff..c612717 100644 >--- a/games/minetest/pkg-descr >+++ b/games/minetest/pkg-descr >@@ -1,4 +1,4 @@ >-Minetest is an infinite-world block sandbox game and a game engine, >-inspired by InfiniMiner, Minecraft and the like. >+Minetest is a near-infinite-world block sandbox game and a game engine, >+inspired by InfiniMiner, Minecraft, and the like. > > WWW: http://minetest.net/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 205856
: 165023 |
165024