From owner-dev-commits-ports-all@freebsd.org Fri Aug 13 14:06:32 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0817A657DE1; Fri, 13 Aug 2021 14:06:32 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GmQMq6ltzz3ry7; Fri, 13 Aug 2021 14:06:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C64E67732; Fri, 13 Aug 2021 14:06:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17DE6VcF002726; Fri, 13 Aug 2021 14:06:31 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17DE6VcL002725; Fri, 13 Aug 2021 14:06:31 GMT (envelope-from git) Date: Fri, 13 Aug 2021 14:06:31 GMT Message-Id: <202108131406.17DE6VcL002725@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: ff136fd5b3be - main - games/ponscripter-07th-mod: update to 2.2.0.t.3 (snapshot) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ff136fd5b3be9a736a167cbe3ad25b2fe79b7cfd Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Aug 2021 14:06:32 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=ff136fd5b3be9a736a167cbe3ad25b2fe79b7cfd commit ff136fd5b3be9a736a167cbe3ad25b2fe79b7cfd Author: Jan Beich AuthorDate: 2021-06-13 21:50:16 +0000 Commit: Jan Beich CommitDate: 2021-08-13 14:02:55 +0000 games/ponscripter-07th-mod: update to 2.2.0.t.3 (snapshot) Changes: https://github.com/07th-mod/ponscripter-fork/compare/v2.1.0...fd57193 --- games/ponscripter-07th-mod/Makefile | 8 ++++---- games/ponscripter-07th-mod/distinfo | 8 +++++--- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/games/ponscripter-07th-mod/Makefile b/games/ponscripter-07th-mod/Makefile index d4e67e9c492a..40d1214b2cb2 100644 --- a/games/ponscripter-07th-mod/Makefile +++ b/games/ponscripter-07th-mod/Makefile @@ -1,11 +1,13 @@ PORTNAME= ponscripter DISTVERSIONPREFIX= v -DISTVERSION= 2.1.0 +DISTVERSION= 2.2.0_test-3 +DISTVERSIONSUFFIX= -gfd57193 CATEGORIES= games PKGNAMESUFFIX= -${GH_ACCOUNT} PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= 69068bf83653.patch:-p1 # https://github.com/sekaiproject/ponscripter-fork/pull/98 +PATCHFILES+= 6a8795f0dc4e.patch:-p1 # https://github.com/07th-mod/ponscripter-fork/pull/7 MAINTAINER= jbeich@FreeBSD.org COMMENT= NScripter-like novel-game interpreter with Unicode support @@ -27,9 +29,7 @@ USE_SDL= image2 mixer2 EXTRACT_AFTER_ARGS=--exclude src/extlib SHEBANG_FILES= util/xml-template HAS_CONFIGURE= yes -# XXX Pretend clang is like lang/gcc and can USE_CPU_GFX -CONFIGURE_ENV= CC_VER="4.8" CC="${CC} ${CFLAGS}" CXX="${CXX} ${CXXFLAGS}" \ - CPATH="${LOCALBASE}/include" LIBRARY_PATH="${LOCALBASE}/lib" +CONFIGURE_ENV= CC="${CC} ${CFLAGS}" CXX="${CXX} ${CXXFLAGS}" CONFIGURE_ARGS= --prefix="${STAGEDIR}${PREFIX}" --unsupported-compiler LDFLAGS+= -Wl,--as-needed PORTDOCS= BUGS CHANGES MANUAL README.md TODO diff --git a/games/ponscripter-07th-mod/distinfo b/games/ponscripter-07th-mod/distinfo index f81728f56a0e..6fa1c57fc5fc 100644 --- a/games/ponscripter-07th-mod/distinfo +++ b/games/ponscripter-07th-mod/distinfo @@ -1,5 +1,7 @@ -TIMESTAMP = 1612426210 -SHA256 (07th-mod-ponscripter-fork-v2.1.0_GH0.tar.gz) = 736f5816cac22ec913b946e7b0190aeadc019ef300c4d4d1a25342d32a21d6a2 -SIZE (07th-mod-ponscripter-fork-v2.1.0_GH0.tar.gz) = 33188400 +TIMESTAMP = 1623621016 +SHA256 (07th-mod-ponscripter-fork-v2.2.0_test-3-gfd57193_GH0.tar.gz) = 1f739caaee42415c1e4160298849e3610929dad21352aed5a834162c194fa87e +SIZE (07th-mod-ponscripter-fork-v2.2.0_test-3-gfd57193_GH0.tar.gz) = 34656322 SHA256 (69068bf83653.patch) = ab7ace6c01bff5690c58dcf7e824d1bed5211f52e5984510c114a78d01f62de7 SIZE (69068bf83653.patch) = 826 +SHA256 (6a8795f0dc4e.patch) = bc6bc0351bc23b9961156d3d0bbe3381dffb104b45f02a149b36cbb24aa75a8e +SIZE (6a8795f0dc4e.patch) = 1039