From owner-svn-ports-all@freebsd.org Fri May 25 00:16: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 DF2CAF6E61C; Fri, 25 May 2018 00:16:02 +0000 (UTC) (envelope-from swills@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 8A7266AFF2; Fri, 25 May 2018 00:16:02 +0000 (UTC) (envelope-from swills@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 60DFF196E7; Fri, 25 May 2018 00:16:02 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4P0G2En005747; Fri, 25 May 2018 00:16:02 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4P0G2gj005745; Fri, 25 May 2018 00:16:02 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201805250016.w4P0G2gj005745@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 25 May 2018 00:16:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470816 - head/net/libstorj X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/net/libstorj X-SVN-Commit-Revision: 470816 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.26 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, 25 May 2018 00:16:03 -0000 Author: swills Date: Fri May 25 00:16:01 2018 New Revision: 470816 URL: https://svnweb.freebsd.org/changeset/ports/470816 Log: net/libstorj: update to 1.0.3 PR: 228473 Submitted by: jhixson@gmail.com (maintainer) Modified: head/net/libstorj/Makefile (contents, props changed) head/net/libstorj/distinfo (contents, props changed) Modified: head/net/libstorj/Makefile ============================================================================== --- head/net/libstorj/Makefile Fri May 25 00:13:57 2018 (r470815) +++ head/net/libstorj/Makefile Fri May 25 00:16:01 2018 (r470816) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libstorj -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 DISTVERSIONPREFIX= v CATEGORIES= net @@ -23,10 +23,10 @@ LIB_DEPENDS= libjson-c.so:devel/json-c \ libnettle.so:security/nettle \ libmicrohttpd.so:www/libmicrohttpd +USES= autoreconf gmake libtool localbase pkgconfig + USE_GITHUB= yes GH_ACCOUNT= Storj - -USES= autoreconf gmake libtool localbase pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/net/libstorj/distinfo ============================================================================== --- head/net/libstorj/distinfo Fri May 25 00:13:57 2018 (r470815) +++ head/net/libstorj/distinfo Fri May 25 00:16:01 2018 (r470816) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513914316 -SHA256 (Storj-libstorj-v1.0.2_GH0.tar.gz) = 1d355f2663fd7701c49a5d696e38e1e9bfb48829fca314c47f043d8e3fa8468e -SIZE (Storj-libstorj-v1.0.2_GH0.tar.gz) = 170883 +TIMESTAMP = 1527190057 +SHA256 (Storj-libstorj-v1.0.3_GH0.tar.gz) = 0f68f6a8374b93c240ae3a87c2f08feb34f812685858935bf079c1d0501ad032 +SIZE (Storj-libstorj-v1.0.3_GH0.tar.gz) = 170838