diff options
author | ultima <ultima@FreeBSD.org> | 2017-07-16 07:55:25 +0800 |
---|---|---|
committer | ultima <ultima@FreeBSD.org> | 2017-07-16 07:55:25 +0800 |
commit | f9856b9a263a6124ef3ace86a8b9b29bd4451480 (patch) | |
tree | 7c24507729eb5a1234e2debf71c29bc4a2890239 /devel | |
parent | 5ca78173ac3c65b00b6e4ccd5ee7ebfb16ed61b5 (diff) | |
download | freebsd-ports-gnome-f9856b9a263a6124ef3ace86a8b9b29bd4451480.tar.gz freebsd-ports-gnome-f9856b9a263a6124ef3ace86a8b9b29bd4451480.tar.zst freebsd-ports-gnome-f9856b9a263a6124ef3ace86a8b9b29bd4451480.zip |
* 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
Diffstat (limited to 'devel')
-rw-r--r-- | devel/objecthash/Makefile | 15 | ||||
-rw-r--r-- | devel/objecthash/distinfo | 5 |
2 files changed, 11 insertions, 9 deletions
diff --git a/devel/objecthash/Makefile b/devel/objecthash/Makefile index 051991cd4ed2..453e9cb21c30 100644 --- a/devel/objecthash/Makefile +++ b/devel/objecthash/Makefile @@ -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 diff --git a/devel/objecthash/distinfo b/devel/objecthash/distinfo index 37c75f82ef78..2a22d6d5bf30 100644 --- a/devel/objecthash/distinfo +++ b/devel/objecthash/distinfo @@ -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 |