From owner-svn-ports-head@freebsd.org Thu Sep 6 01:34:40 2018 Return-Path: Delivered-To: svn-ports-head@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 C211AFDAE95; Thu, 6 Sep 2018 01:34:40 +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 79A3B7F257; Thu, 6 Sep 2018 01:34:40 +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 744452DCCC; Thu, 6 Sep 2018 01:34:40 +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 w861YeIO014286; Thu, 6 Sep 2018 01:34:40 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w861YdR6014282; Thu, 6 Sep 2018 01:34:39 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201809060134.w861YdR6014282@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Thu, 6 Sep 2018 01:34:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479079 - 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: 479079 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.27 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: Thu, 06 Sep 2018 01:34:40 -0000 Author: jhale Date: Thu Sep 6 01:34:39 2018 New Revision: 479079 URL: https://svnweb.freebsd.org/changeset/ports/479079 Log: archivers/libunrar5: Update to 5.6.6 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 Thu Sep 6 01:01:12 2018 (r479078) +++ head/archivers/libunrar5/Makefile Thu Sep 6 01:34:39 2018 (r479079) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libunrar5 -PORTVERSION= 5.6.5 +PORTVERSION= 5.6.6 CATEGORIES= archivers MASTER_SITES= http://www.rarlab.com/rar/ DISTNAME= unrarsrc-${PORTVERSION} Modified: head/archivers/libunrar5/distinfo ============================================================================== --- head/archivers/libunrar5/distinfo Thu Sep 6 01:01:12 2018 (r479078) +++ head/archivers/libunrar5/distinfo Thu Sep 6 01:34:39 2018 (r479079) @@ -1,3 +1,3 @@ -TIMESTAMP = 1532989680 -SHA256 (unrarsrc-5.6.5.tar.gz) = eba36a421bf41491818dee9507d934064622bc0bd9db6bbb8422a4706f200898 -SIZE (unrarsrc-5.6.5.tar.gz) = 226296 +TIMESTAMP = 1536063861 +SHA256 (unrarsrc-5.6.6.tar.gz) = 5dbdd3cff955c4bc54dd50bf58120af7cb30dec0763a79ffff350f26f96c4430 +SIZE (unrarsrc-5.6.6.tar.gz) = 226484 Modified: head/sysutils/fusefs-rar2fs/Makefile ============================================================================== --- head/sysutils/fusefs-rar2fs/Makefile Thu Sep 6 01:01:12 2018 (r479078) +++ head/sysutils/fusefs-rar2fs/Makefile Thu Sep 6 01:34:39 2018 (r479079) @@ -4,7 +4,7 @@ PORTNAME= rar2fs PORTVERSION= 1.27.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils PKGNAMEPREFIX= fusefs-