svn commit: r433244 - head/devel/jsonnet

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Feb 3 14:15:24 UTC 2017


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 <gasol.wu at gmail.com> (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


More information about the svn-ports-all mailing list