From owner-svn-ports-all@freebsd.org Fri Feb 23 02:25:02 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 00BABF1B5F3; Fri, 23 Feb 2018 02:25:02 +0000 (UTC) (envelope-from yuri@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 A8F6E85D45; Fri, 23 Feb 2018 02:25:01 +0000 (UTC) (envelope-from yuri@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 9FDDC1065D; Fri, 23 Feb 2018 02:25:01 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1N2P14q002084; Fri, 23 Feb 2018 02:25:01 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1N2P1t2002082; Fri, 23 Feb 2018 02:25:01 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802230225.w1N2P1t2002082@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 23 Feb 2018 02:25:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462659 - head/sysutils/archivemount X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/sysutils/archivemount X-SVN-Commit-Revision: 462659 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.25 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: Fri, 23 Feb 2018 02:25:02 -0000 Author: yuri Date: Fri Feb 23 02:25:01 2018 New Revision: 462659 URL: https://svnweb.freebsd.org/changeset/ports/462659 Log: sysutils/archivemount: Update to 0.8.1 Additional port changes: * Changed to DISTVERSION * Added LICENSE/LICENSE_FILE * Sorted USES PR: 225571 Submitted by: feld Approved by: tcberner (mentor, implicit) Modified: head/sysutils/archivemount/Makefile head/sysutils/archivemount/distinfo Modified: head/sysutils/archivemount/Makefile ============================================================================== --- head/sysutils/archivemount/Makefile Fri Feb 23 01:33:00 2018 (r462658) +++ head/sysutils/archivemount/Makefile Fri Feb 23 02:25:01 2018 (r462659) @@ -2,16 +2,18 @@ # $FreeBSD$ PORTNAME= archivemount -PORTVERSION= 0.6.1 -PORTREVISION= 1 +DISTVERSION= 0.8.1 CATEGORIES= sysutils MASTER_SITES= http://www.cybernoia.de/software/archivemount/ MAINTAINER= jirnov@gmail.com COMMENT= Mount archives with FUSE +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= fuse gmake iconv libarchive pkgconfig GNU_CONFIGURE= yes -USES= fuse pkgconfig iconv gmake libarchive PLIST_FILES= bin/archivemount \ man/man1/archivemount.1.gz Modified: head/sysutils/archivemount/distinfo ============================================================================== --- head/sysutils/archivemount/distinfo Fri Feb 23 01:33:00 2018 (r462658) +++ head/sysutils/archivemount/distinfo Fri Feb 23 02:25:01 2018 (r462659) @@ -1,2 +1,3 @@ -SHA256 (archivemount-0.6.1.tar.gz) = 9235d6377a70a7c25aa288dab6b0e8ef906d1d219d43e5b8fcdb8cf3ace98e01 -SIZE (archivemount-0.6.1.tar.gz) = 104587 +TIMESTAMP = 1519352003 +SHA256 (archivemount-0.8.1.tar.gz) = eaa1622a5ae3e1d3749127b6eb58ed0b838088f320e427e9c2aba69800240e71 +SIZE (archivemount-0.8.1.tar.gz) = 119302