From owner-svn-ports-all@freebsd.org Sat Jul 15 23:55:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0890B7E452; Sat, 15 Jul 2017 23:55:26 +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 mx1.freebsd.org (Postfix) with ESMTPS id 72BDF63443; Sat, 15 Jul 2017 23:55:26 +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 v6FNtP3W031054; Sat, 15 Jul 2017 23:55:25 GMT (envelope-from ultima@FreeBSD.org) Received: (from ultima@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6FNtPEG031052; Sat, 15 Jul 2017 23:55:25 GMT (envelope-from ultima@FreeBSD.org) Message-Id: <201707152355.v6FNtPEG031052@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ultima set sender to ultima@FreeBSD.org using -f From: Richard Gallamore Date: Sat, 15 Jul 2017 23:55:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445967 - head/devel/objecthash X-SVN-Group: ports-head X-SVN-Commit-Author: ultima X-SVN-Commit-Paths: head/devel/objecthash X-SVN-Commit-Revision: 445967 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.23 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: Sat, 15 Jul 2017 23:55:26 -0000 Author: ultima Date: Sat Jul 15 23:55:25 2017 New Revision: 445967 URL: https://svnweb.freebsd.org/changeset/ports/445967 Log: * Updated to 20160802 * New maintainer Jov * Moved BROKEN_*, BROKEN_*(13.1.5) comes before *_DEPENDS(13.1.6)[1] * Sorted USES, Keep related varibles together(13.1.7)[1] Changelog: http://site.icu-project.org/download/59 [1] https://www.freebsd.org/doc/en/books/porters-handbook/porting-samplem.html#porting-samplem-order PR: 220554 Submitted by: Jov (maintainer) Reviewed by: lifanov (mentor) Approved by: lifanov (mentor) Differential Revision: https://reviews.freebsd.org/D11597 Modified: head/devel/objecthash/Makefile head/devel/objecthash/distinfo Modified: head/devel/objecthash/Makefile ============================================================================== --- head/devel/objecthash/Makefile Sat Jul 15 22:05:28 2017 (r445966) +++ head/devel/objecthash/Makefile Sat Jul 15 23:55:25 2017 (r445967) @@ -2,26 +2,27 @@ # $FreeBSD$ PORTNAME= objecthash -PORTVERSION= 20160121 -PORTREVISION= 4 +PORTVERSION= 20160802 CATEGORIES= devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= amutu@amutu.com COMMENT= Cross-language way to cryptographically hash JSON objects LICENSE= APACHE20 +BROKEN_powerpc64= Does not build: error: variably modified hash at file scope + LIB_DEPENDS= libicudata.so:devel/icu \ libjson-c.so:devel/json-c -BROKEN_powerpc64= Does not build: error: variably modified hash at file scope - USES= pkgconfig ssl + USE_GITHUB= yes -USE_LDCONFIG= yes GH_ACCOUNT= benlaurie GH_PROJECT= objecthash -GH_TAGNAME= 2024cf8 +GH_TAGNAME= 770874c + +USE_LDCONFIG= yes ALL_TARGET= libobjecthash.so Modified: head/devel/objecthash/distinfo ============================================================================== --- head/devel/objecthash/distinfo Sat Jul 15 22:05:28 2017 (r445966) +++ head/devel/objecthash/distinfo Sat Jul 15 23:55:25 2017 (r445967) @@ -1,2 +1,3 @@ -SHA256 (benlaurie-objecthash-20160121-2024cf8_GH0.tar.gz) = 036c5bb3e3d053d0297607618b7bf0c115efe43de09eb42adc207c399d203045 -SIZE (benlaurie-objecthash-20160121-2024cf8_GH0.tar.gz) = 19034 +TIMESTAMP = 1499492170 +SHA256 (benlaurie-objecthash-20160802-770874c_GH0.tar.gz) = e2d645b252db870ac0d3f0e4760617e6793b1698e9936121632db107d68a03b4 +SIZE (benlaurie-objecthash-20160802-770874c_GH0.tar.gz) = 19237