Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jul 2017 23:55:25 +0000 (UTC)
From:      Richard Gallamore <ultima@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r445967 - head/devel/objecthash
Message-ID:  <201707152355.v6FNtPEG031052@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <amutu@amutu.com>
  * 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 <amutu@amutu.com> (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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707152355.v6FNtPEG031052>