From owner-svn-ports-head@freebsd.org Fri Mar 12 23:39:34 2021 Return-Path: Delivered-To: svn-ports-head@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 4B8385B0E19; Fri, 12 Mar 2021 23:39:34 +0000 (UTC) (envelope-from jhale@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 4Dy2N61dpsz3Htv; Fri, 12 Mar 2021 23:39:34 +0000 (UTC) (envelope-from jhale@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 2B3AC20793; Fri, 12 Mar 2021 23:39:34 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12CNdYEq003678; Fri, 12 Mar 2021 23:39:34 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12CNdX0o003674; Fri, 12 Mar 2021 23:39:33 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <202103122339.12CNdX0o003674@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Fri, 12 Mar 2021 23:39:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568215 - in head: archivers/libunrar6 sysutils/fusefs-rar2fs X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: in head: archivers/libunrar6 sysutils/fusefs-rar2fs X-SVN-Commit-Revision: 568215 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2021 23:39:34 -0000 Author: jhale Date: Fri Mar 12 23:39:33 2021 New Revision: 568215 URL: https://svnweb.freebsd.org/changeset/ports/568215 Log: archivers/libunrar6: Update to 6.0.4 Bump PORTREVISION on sysutils/fusefs-rar2fs which builds against the source Modified: head/archivers/libunrar6/Makefile head/archivers/libunrar6/distinfo head/sysutils/fusefs-rar2fs/Makefile Modified: head/archivers/libunrar6/Makefile ============================================================================== --- head/archivers/libunrar6/Makefile Fri Mar 12 23:37:10 2021 (r568214) +++ head/archivers/libunrar6/Makefile Fri Mar 12 23:39:33 2021 (r568215) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libunrar6 -PORTVERSION= 6.0.3 +PORTVERSION= 6.0.4 CATEGORIES= archivers MASTER_SITES= http://www.rarlab.com/rar/ DISTNAME= unrarsrc-${PORTVERSION} Modified: head/archivers/libunrar6/distinfo ============================================================================== --- head/archivers/libunrar6/distinfo Fri Mar 12 23:37:10 2021 (r568214) +++ head/archivers/libunrar6/distinfo Fri Mar 12 23:39:33 2021 (r568215) @@ -1,3 +1,3 @@ -TIMESTAMP = 1611078397 -SHA256 (unrarsrc-6.0.3.tar.gz) = 1def53392d879f9e304aa6eac1339cf41f9bce1111a2f5845071665738c4aca0 -SIZE (unrarsrc-6.0.3.tar.gz) = 232331 +TIMESTAMP = 1615514279 +SHA256 (unrarsrc-6.0.4.tar.gz) = 130197e495d6e2c2ee790a5beee123edeed642508be13f0159672e5397aca6c1 +SIZE (unrarsrc-6.0.4.tar.gz) = 232379 Modified: head/sysutils/fusefs-rar2fs/Makefile ============================================================================== --- head/sysutils/fusefs-rar2fs/Makefile Fri Mar 12 23:37:10 2021 (r568214) +++ head/sysutils/fusefs-rar2fs/Makefile Fri Mar 12 23:39:33 2021 (r568215) @@ -3,7 +3,7 @@ PORTNAME= rar2fs PORTVERSION= 1.29.3 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= sysutils PKGNAMEPREFIX= fusefs-