From owner-svn-ports-all@freebsd.org Mon Jul 30 23:01:22 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 40F4510638F3; Mon, 30 Jul 2018 23:01:22 +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.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 E8ECD89AB0; Mon, 30 Jul 2018 23:01:21 +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 C9ED93041; Mon, 30 Jul 2018 23:01:21 +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 w6UN1LqU044803; Mon, 30 Jul 2018 23:01:21 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6UN1LN2044801; Mon, 30 Jul 2018 23:01:21 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201807302301.w6UN1LN2044801@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Mon, 30 Jul 2018 23:01:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475924 - in head: archivers/libunrar5 sysutils/fusefs-rar2fs X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: in head: archivers/libunrar5 sysutils/fusefs-rar2fs X-SVN-Commit-Revision: 475924 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.27 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: Mon, 30 Jul 2018 23:01:22 -0000 Author: jhale Date: Mon Jul 30 23:01:20 2018 New Revision: 475924 URL: https://svnweb.freebsd.org/changeset/ports/475924 Log: Update archivers/libunrar5 to 5.6.5 Bump PORTREVISION on sysutils/fusefs-rar2fs which builds against the source Modified: head/archivers/libunrar5/Makefile head/archivers/libunrar5/distinfo head/sysutils/fusefs-rar2fs/Makefile Modified: head/archivers/libunrar5/Makefile ============================================================================== --- head/archivers/libunrar5/Makefile Mon Jul 30 22:45:59 2018 (r475923) +++ head/archivers/libunrar5/Makefile Mon Jul 30 23:01:20 2018 (r475924) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libunrar5 -PORTVERSION= 5.5.8 +PORTVERSION= 5.6.5 CATEGORIES= archivers MASTER_SITES= http://www.rarlab.com/rar/ DISTNAME= unrarsrc-${PORTVERSION} Modified: head/archivers/libunrar5/distinfo ============================================================================== --- head/archivers/libunrar5/distinfo Mon Jul 30 22:45:59 2018 (r475923) +++ head/archivers/libunrar5/distinfo Mon Jul 30 23:01:20 2018 (r475924) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507470311 -SHA256 (unrarsrc-5.5.8.tar.gz) = 9b66e4353a9944bc140eb2a919ff99482dd548f858f5e296d809e8f7cdb2fcf4 -SIZE (unrarsrc-5.5.8.tar.gz) = 222285 +TIMESTAMP = 1532989680 +SHA256 (unrarsrc-5.6.5.tar.gz) = eba36a421bf41491818dee9507d934064622bc0bd9db6bbb8422a4706f200898 +SIZE (unrarsrc-5.6.5.tar.gz) = 226296 Modified: head/sysutils/fusefs-rar2fs/Makefile ============================================================================== --- head/sysutils/fusefs-rar2fs/Makefile Mon Jul 30 22:45:59 2018 (r475923) +++ head/sysutils/fusefs-rar2fs/Makefile Mon Jul 30 23:01:20 2018 (r475924) @@ -4,6 +4,7 @@ PORTNAME= rar2fs PORTVERSION= 1.27.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= sysutils PKGNAMEPREFIX= fusefs-