From owner-svn-ports-all@freebsd.org Fri Feb 3 14:15:24 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 32BBBCCE4BA; Fri, 3 Feb 2017 14:15:24 +0000 (UTC) (envelope-from sunpoet@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 F21A030A; Fri, 3 Feb 2017 14:15:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v13EFNgW015330; Fri, 3 Feb 2017 14:15:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v13EFMeA015328; Fri, 3 Feb 2017 14:15:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702031415.v13EFMeA015328@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 3 Feb 2017 14:15:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433244 - head/devel/jsonnet X-SVN-Group: ports-head 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: Fri, 03 Feb 2017 14:15:24 -0000 Author: sunpoet Date: Fri Feb 3 14:15:22 2017 New Revision: 433244 URL: https://svnweb.freebsd.org/changeset/ports/433244 Log: Update to 0.9.3 Changes: https://github.com/google/jsonnet/releases PR: 216730 Submitted by: Gasol Wu (maintainer) Modified: head/devel/jsonnet/Makefile head/devel/jsonnet/distinfo (contents, props changed) Modified: head/devel/jsonnet/Makefile ============================================================================== --- head/devel/jsonnet/Makefile Fri Feb 3 14:15:16 2017 (r433243) +++ head/devel/jsonnet/Makefile Fri Feb 3 14:15:22 2017 (r433244) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jsonnet -PORTVERSION= 0.9.0 +PORTVERSION= 0.9.3 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -20,7 +20,7 @@ USE_CXXSTD= c++11 USE_LDCONFIG= yes ALL_TARGET= jsonnet libjsonnet.so -CXXFLAGS+= -fPIC -Iinclude +CXXFLAGS+= -fPIC -Iinclude -Ithird_party/md5 PLIST_FILES= bin/jsonnet include/libjsonnet.h lib/libjsonnet.so do-install: Modified: head/devel/jsonnet/distinfo ============================================================================== --- head/devel/jsonnet/distinfo Fri Feb 3 14:15:16 2017 (r433243) +++ head/devel/jsonnet/distinfo Fri Feb 3 14:15:22 2017 (r433244) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481092917 -SHA256 (google-jsonnet-v0.9.0_GH0.tar.gz) = 8e1473cc5225b99d626cba44b85177e34bf458112df164d8a6ecc9475608795d -SIZE (google-jsonnet-v0.9.0_GH0.tar.gz) = 536646 +TIMESTAMP = 1485954838 +SHA256 (google-jsonnet-v0.9.3_GH0.tar.gz) = 25f21410acb3e1a9c8ced2a9d416cc39af70a0e4e12fb52c48f4eb4ac25bc938 +SIZE (google-jsonnet-v0.9.3_GH0.tar.gz) = 554905