From owner-svn-ports-all@freebsd.org Fri Feb 2 19:50:10 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 E8B19EEBCE6; Fri, 2 Feb 2018 19:50:09 +0000 (UTC) (envelope-from ultima@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 9D7607CA08; Fri, 2 Feb 2018 19:50:09 +0000 (UTC) (envelope-from ultima@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 93ACD20268; Fri, 2 Feb 2018 19:50:09 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w12Jo9D9062637; Fri, 2 Feb 2018 19:50:09 GMT (envelope-from ultima@FreeBSD.org) Received: (from ultima@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w12Jo8AU062629; Fri, 2 Feb 2018 19:50:08 GMT (envelope-from ultima@FreeBSD.org) Message-Id: <201802021950.w12Jo8AU062629@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ultima set sender to ultima@FreeBSD.org using -f From: Richard Gallamore Date: Fri, 2 Feb 2018 19:50:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460731 - in head/net-mgmt: ccnet-client seafile-client seafile-gui X-SVN-Group: ports-head X-SVN-Commit-Author: ultima X-SVN-Commit-Paths: in head/net-mgmt: ccnet-client seafile-client seafile-gui X-SVN-Commit-Revision: 460731 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, 02 Feb 2018 19:50:10 -0000 Author: ultima Date: Fri Feb 2 19:50:08 2018 New Revision: 460731 URL: https://svnweb.freebsd.org/changeset/ports/460731 Log: * Updated to 6.1.5 Changes: https://manual.seafile.com/changelog/client-changelog.html Modified: head/net-mgmt/ccnet-client/Makefile head/net-mgmt/ccnet-client/distinfo head/net-mgmt/seafile-client/Makefile head/net-mgmt/seafile-client/Makefile.include head/net-mgmt/seafile-client/distinfo head/net-mgmt/seafile-gui/Makefile head/net-mgmt/seafile-gui/distinfo Modified: head/net-mgmt/ccnet-client/Makefile ============================================================================== --- head/net-mgmt/ccnet-client/Makefile Fri Feb 2 19:30:58 2018 (r460730) +++ head/net-mgmt/ccnet-client/Makefile Fri Feb 2 19:50:08 2018 (r460731) @@ -3,7 +3,6 @@ PORTNAME= ccnet-client DISTVERSIONPREFIX= v DISTVERSION= ${SEAFILE_CLIENT_VER} -PORTREVISION= 1 CATEGORIES= net-mgmt devel MAINTAINER= ultima@FreeBSD.org Modified: head/net-mgmt/ccnet-client/distinfo ============================================================================== --- head/net-mgmt/ccnet-client/distinfo Fri Feb 2 19:30:58 2018 (r460730) +++ head/net-mgmt/ccnet-client/distinfo Fri Feb 2 19:50:08 2018 (r460731) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513799120 -SHA256 (haiwen-ccnet-v6.1.4_GH0.tar.gz) = 59a54dcf967d367cd52f0d6297897dc4766db96fc328a40cdc05ac7c38c010e7 -SIZE (haiwen-ccnet-v6.1.4_GH0.tar.gz) = 179357 +TIMESTAMP = 1517595652 +SHA256 (haiwen-ccnet-v6.1.5_GH0.tar.gz) = 763296486f8cc51b439355e87dac8cb71975689024bddb359b0456aa8dbd518f +SIZE (haiwen-ccnet-v6.1.5_GH0.tar.gz) = 179334 Modified: head/net-mgmt/seafile-client/Makefile ============================================================================== --- head/net-mgmt/seafile-client/Makefile Fri Feb 2 19:30:58 2018 (r460730) +++ head/net-mgmt/seafile-client/Makefile Fri Feb 2 19:50:08 2018 (r460731) @@ -3,7 +3,6 @@ PORTNAME= seafile-client DISTVERSIONPREFIX= v DISTVERSION= ${SEAFILE_CLIENT_VER} -PORTREVISION= 1 CATEGORIES= net-mgmt MAINTAINER= ultima@FreeBSD.org Modified: head/net-mgmt/seafile-client/Makefile.include ============================================================================== --- head/net-mgmt/seafile-client/Makefile.include Fri Feb 2 19:30:58 2018 (r460730) +++ head/net-mgmt/seafile-client/Makefile.include Fri Feb 2 19:50:08 2018 (r460731) @@ -1,3 +1,3 @@ # $FreeBSD$ -SEAFILE_CLIENT_VER=6.1.4 +SEAFILE_CLIENT_VER=6.1.5 Modified: head/net-mgmt/seafile-client/distinfo ============================================================================== --- head/net-mgmt/seafile-client/distinfo Fri Feb 2 19:30:58 2018 (r460730) +++ head/net-mgmt/seafile-client/distinfo Fri Feb 2 19:50:08 2018 (r460731) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513799121 -SHA256 (haiwen-seafile-v6.1.4_GH0.tar.gz) = 475b1fc4754050edc5442ed3a2c620de51fcfb405f77446a2fbc626f3d2987be -SIZE (haiwen-seafile-v6.1.4_GH0.tar.gz) = 824276 +TIMESTAMP = 1517595653 +SHA256 (haiwen-seafile-v6.1.5_GH0.tar.gz) = 19f9ccd515af8b4dc422479dfdc69ab3a55978751ed25653e0f5d04196949f6a +SIZE (haiwen-seafile-v6.1.5_GH0.tar.gz) = 824318 Modified: head/net-mgmt/seafile-gui/Makefile ============================================================================== --- head/net-mgmt/seafile-gui/Makefile Fri Feb 2 19:30:58 2018 (r460730) +++ head/net-mgmt/seafile-gui/Makefile Fri Feb 2 19:50:08 2018 (r460731) @@ -3,7 +3,6 @@ PORTNAME= seafile-gui DISTVERSIONPREFIX= v DISTVERSION= ${SEAFILE_CLIENT_VER} -PORTREVISION= 1 CATEGORIES= net-mgmt devel MAINTAINER= ultima@FreeBSD.org Modified: head/net-mgmt/seafile-gui/distinfo ============================================================================== --- head/net-mgmt/seafile-gui/distinfo Fri Feb 2 19:30:58 2018 (r460730) +++ head/net-mgmt/seafile-gui/distinfo Fri Feb 2 19:50:08 2018 (r460731) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513799123 -SHA256 (haiwen-seafile-client-v6.1.4_GH0.tar.gz) = fa2433c8925502b563fdd7d93ec5751e4f8e1949b56bf427f2253b86e8c33321 -SIZE (haiwen-seafile-client-v6.1.4_GH0.tar.gz) = 2210086 +TIMESTAMP = 1517595654 +SHA256 (haiwen-seafile-client-v6.1.5_GH0.tar.gz) = 594eddecc13da1e64c3619f8547e800c29f3c835ca351a21da02764adbe29cab +SIZE (haiwen-seafile-client-v6.1.5_GH0.tar.gz) = 2253320