From owner-svn-ports-all@freebsd.org Sat Apr 4 14:55:56 2020 Return-Path: Delivered-To: svn-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 2B9402AEC2A; Sat, 4 Apr 2020 14:55:56 +0000 (UTC) (envelope-from sunpoet@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48vfxl54Vnz4f2N; Sat, 4 Apr 2020 14:55:55 +0000 (UTC) (envelope-from sunpoet@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 A628122CB4; Sat, 4 Apr 2020 14:45:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 034EjtZR020969; Sat, 4 Apr 2020 14:45:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 034EjsUA020963; Sat, 4 Apr 2020 14:45:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202004041445.034EjsUA020963@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 4 Apr 2020 14:45:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r530670 - in head: devel/ignition-common games/aquaria games/trigger-rally misc/dartsim misc/sdformat sysutils/fusefs-encfs X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head: devel/ignition-common games/aquaria games/trigger-rally misc/dartsim misc/sdformat sysutils/fusefs-encfs X-SVN-Commit-Revision: 530670 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.29 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: Sat, 04 Apr 2020 14:55:56 -0000 Author: sunpoet Date: Sat Apr 4 14:45:53 2020 New Revision: 530670 URL: https://svnweb.freebsd.org/changeset/ports/530670 Log: Bump PORTREVISION for textproc/tinyxml2 shlib change Modified: head/devel/ignition-common/Makefile head/games/aquaria/Makefile head/games/trigger-rally/Makefile head/misc/dartsim/Makefile head/misc/sdformat/Makefile head/sysutils/fusefs-encfs/Makefile Modified: head/devel/ignition-common/Makefile ============================================================================== --- head/devel/ignition-common/Makefile Sat Apr 4 14:45:47 2020 (r530669) +++ head/devel/ignition-common/Makefile Sat Apr 4 14:45:53 2020 (r530670) @@ -2,7 +2,7 @@ PORTNAME= ignition-common DISTVERSION= 3.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ Modified: head/games/aquaria/Makefile ============================================================================== --- head/games/aquaria/Makefile Sat Apr 4 14:45:47 2020 (r530669) +++ head/games/aquaria/Makefile Sat Apr 4 14:45:53 2020 (r530670) @@ -4,7 +4,7 @@ PORTNAME= aquaria DISTVERSIONPREFIX= OSE-v DISTVERSION= 1.002-22 DISTVERSIONSUFFIX= -g84366ad -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MAINTAINER= jbeich@FreeBSD.org Modified: head/games/trigger-rally/Makefile ============================================================================== --- head/games/trigger-rally/Makefile Sat Apr 4 14:45:47 2020 (r530669) +++ head/games/trigger-rally/Makefile Sat Apr 4 14:45:53 2020 (r530670) @@ -3,7 +3,7 @@ PORTNAME= trigger-rally PORTVERSION= 0.6.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/trigger-rally/trigger-${PORTVERSION} Modified: head/misc/dartsim/Makefile ============================================================================== --- head/misc/dartsim/Makefile Sat Apr 4 14:45:47 2020 (r530669) +++ head/misc/dartsim/Makefile Sat Apr 4 14:45:53 2020 (r530670) @@ -3,7 +3,7 @@ PORTNAME= dartsim DISTVERSIONPREFIX= v DISTVERSION= 6.8.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org Modified: head/misc/sdformat/Makefile ============================================================================== --- head/misc/sdformat/Makefile Sat Apr 4 14:45:47 2020 (r530669) +++ head/misc/sdformat/Makefile Sat Apr 4 14:45:53 2020 (r530670) @@ -2,7 +2,7 @@ PORTNAME= sdformat DISTVERSION= 8.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ Modified: head/sysutils/fusefs-encfs/Makefile ============================================================================== --- head/sysutils/fusefs-encfs/Makefile Sat Apr 4 14:45:47 2020 (r530669) +++ head/sysutils/fusefs-encfs/Makefile Sat Apr 4 14:45:53 2020 (r530670) @@ -4,7 +4,7 @@ PORTNAME= encfs DISTVERSIONPREFIX= v DISTVERSION= 1.9.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils PKGNAMEPREFIX= fusefs-