From owner-svn-ports-all@freebsd.org Sun Apr 29 10:38:56 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 1FBE7FA9205; Sun, 29 Apr 2018 10:38:56 +0000 (UTC) (envelope-from ashish@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 C53686F294; Sun, 29 Apr 2018 10:38:55 +0000 (UTC) (envelope-from ashish@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 BA4532332F; Sun, 29 Apr 2018 10:38:55 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3TAct7g085511; Sun, 29 Apr 2018 10:38:55 GMT (envelope-from ashish@FreeBSD.org) Received: (from ashish@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3TActFd085508; Sun, 29 Apr 2018 10:38:55 GMT (envelope-from ashish@FreeBSD.org) Message-Id: <201804291038.w3TActFd085508@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ashish set sender to ashish@FreeBSD.org using -f From: Ashish SHUKLA Date: Sun, 29 Apr 2018 10:38:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468619 - head/security/git-remote-gcrypt X-SVN-Group: ports-head X-SVN-Commit-Author: ashish X-SVN-Commit-Paths: head/security/git-remote-gcrypt X-SVN-Commit-Revision: 468619 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: Sun, 29 Apr 2018 10:38:56 -0000 Author: ashish Date: Sun Apr 29 10:38:55 2018 New Revision: 468619 URL: https://svnweb.freebsd.org/changeset/ports/468619 Log: - Update to 1.1 - Add pkg-message for information regarding new experimental rclone backend Added: head/security/git-remote-gcrypt/pkg-message (contents, props changed) Modified: head/security/git-remote-gcrypt/Makefile head/security/git-remote-gcrypt/distinfo Modified: head/security/git-remote-gcrypt/Makefile ============================================================================== --- head/security/git-remote-gcrypt/Makefile Sun Apr 29 10:31:13 2018 (r468618) +++ head/security/git-remote-gcrypt/Makefile Sun Apr 29 10:38:55 2018 (r468619) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= git-remote-gcrypt -PORTVERSION= 1.0.3 +PORTVERSION= 1.1 CATEGORIES= security MAINTAINER= ashish@FreeBSD.org Modified: head/security/git-remote-gcrypt/distinfo ============================================================================== --- head/security/git-remote-gcrypt/distinfo Sun Apr 29 10:31:13 2018 (r468618) +++ head/security/git-remote-gcrypt/distinfo Sun Apr 29 10:38:55 2018 (r468619) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523023522 -SHA256 (spwhitton-git-remote-gcrypt-1.0.3_GH0.tar.gz) = 1f3bf3138822be03c5d7421398f3ff9d2a24a8f0ee2637d78ea699831c537bc5 -SIZE (spwhitton-git-remote-gcrypt-1.0.3_GH0.tar.gz) = 27276 +TIMESTAMP = 1524997340 +SHA256 (spwhitton-git-remote-gcrypt-1.1_GH0.tar.gz) = 84006a5a2d4016732bc540e43e1e3a9a2c28710883955a2d8aeba5ec657cbe75 +SIZE (spwhitton-git-remote-gcrypt-1.1_GH0.tar.gz) = 28363 Added: head/security/git-remote-gcrypt/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/git-remote-gcrypt/pkg-message Sun Apr 29 10:38:55 2018 (r468619) @@ -0,0 +1,2 @@ +For trying out rclone (experimental backend), please install rclone +from net/rclone port.