From owner-svn-ports-all@freebsd.org Fri Jun 8 08:04:46 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CDA5310143B2; Fri, 8 Jun 2018 08:04:45 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7F8E6786EC; Fri, 8 Jun 2018 08:04:45 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 472C44697; Fri, 8 Jun 2018 08:04:45 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5884jPu004225; Fri, 8 Jun 2018 08:04:45 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5884i4I004224; Fri, 8 Jun 2018 08:04:44 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201806080804.w5884i4I004224@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 8 Jun 2018 08:04:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471985 - in head/games/multimc: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/games/multimc: . files X-SVN-Commit-Revision: 471985 X-SVN-Commit-Repository: ports 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.26 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: Fri, 08 Jun 2018 08:04:46 -0000 Author: tobik Date: Fri Jun 8 08:04:44 2018 New Revision: 471985 URL: https://svnweb.freebsd.org/changeset/ports/471985 Log: games/multimc: Update to 0.6.2 Changes: https://multimc.org/posts/0-6-2-update.html PR: 228819 Submitted by: tsundoku (maintainer) Deleted: head/games/multimc/files/patch-CMakeLists.txt head/games/multimc/files/patch-api_logic_minecraft_update_FMLLibrariesTask.h head/games/multimc/files/patch-application_CMakeLists.txt Modified: head/games/multimc/Makefile head/games/multimc/distinfo Modified: head/games/multimc/Makefile ============================================================================== --- head/games/multimc/Makefile Fri Jun 8 07:52:39 2018 (r471984) +++ head/games/multimc/Makefile Fri Jun 8 08:04:44 2018 (r471985) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= multimc -DISTVERSION= 0.6.0 +DISTVERSION= 0.6.2 CATEGORIES= games java MAINTAINER= me@tsundoku.ne.jp @@ -16,8 +16,8 @@ USES= cmake:outsource compiler:c++14-lang USE_GITHUB= yes GH_ACCOUNT= MultiMC GH_PROJECT= MultiMC5 -GH_TUPLE= MultiMC:libnbtplusplus:4b305bb:libnbtplusplus/libraries/libnbtplusplus \ - MultiMC:quazip:164acc3:quazip/libraries/quazip +GH_TUPLE= MultiMC:libnbtplusplus:508eda8:libnbtplusplus/libraries/libnbtplusplus \ + MultiMC:quazip:3691d57:quazip/libraries/quazip USE_LDCONFIG= yes USE_JAVA= 1.8+ USE_QT5= buildtools core concurrent gui network qmake testlib_build widgets xml @@ -27,10 +27,6 @@ CMAKE_OFF= MultiMC_UPDATER CXXFLAGS+= -Wno-inconsistent-missing-override \ -Wno-delete-non-virtual-dtor \ -DLWJGL_DIR='\"${LOCALBASE}/lib/lwjgl2.9.3\"' - -post-patch: - @${REINPLACE_CMD} 's,usr/local,${PREFIX:S@^/@@},g' \ - ${WRKSRC}/application/CMakeLists.txt post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libMultiMC_*.so Modified: head/games/multimc/distinfo ============================================================================== --- head/games/multimc/distinfo Fri Jun 8 07:52:39 2018 (r471984) +++ head/games/multimc/distinfo Fri Jun 8 08:04:44 2018 (r471985) @@ -1,7 +1,7 @@ -TIMESTAMP = 1514826359 -SHA256 (MultiMC-MultiMC5-0.6.0_GH0.tar.gz) = ac458be99250d2a369ee805bf9560e396d0e0f16a95cc84c36eb0ef1e94a6374 -SIZE (MultiMC-MultiMC5-0.6.0_GH0.tar.gz) = 1844862 -SHA256 (MultiMC-libnbtplusplus-4b305bb_GH0.tar.gz) = 576391fb7aac44e8d8e2012f38b1f0bbb08cb9d0cd9104f162cfdee4b83e5627 -SIZE (MultiMC-libnbtplusplus-4b305bb_GH0.tar.gz) = 47080 -SHA256 (MultiMC-quazip-164acc3_GH0.tar.gz) = fb289ba497f2e315a8e85881ca78218f859d7a72f11463251cfb83271c4381b7 -SIZE (MultiMC-quazip-164acc3_GH0.tar.gz) = 103454 +TIMESTAMP = 1528391891 +SHA256 (MultiMC-MultiMC5-0.6.2_GH0.tar.gz) = d5e5fdc3234ac423e4abf8ea3b46d851c2df54713eae61f2171cb6f85de78fee +SIZE (MultiMC-MultiMC5-0.6.2_GH0.tar.gz) = 2257365 +SHA256 (MultiMC-libnbtplusplus-508eda8_GH0.tar.gz) = 14f16c8e6dc264017684774cdd9c6f149855e464895b28c29f9f55ea76d34f1a +SIZE (MultiMC-libnbtplusplus-508eda8_GH0.tar.gz) = 47406 +SHA256 (MultiMC-quazip-3691d57_GH0.tar.gz) = 17a9457360053fa2c6c849c75fa760383036bd14d7d8f7bd0d958bfc2a584009 +SIZE (MultiMC-quazip-3691d57_GH0.tar.gz) = 103508