Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Dec 2016 12:57:37 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428199 - in head/devel/pecl-jsonnet: . files
Message-ID:  <201612091257.uB9Cvbxj062798@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Dec  9 12:57:37 2016
New Revision: 428199
URL: https://svnweb.freebsd.org/changeset/ports/428199

Log:
  - Update to 1.1.1
  - While I'm here, move BROKEN_powerpc64 downwards and use lowercase for leading character
  
  Changes:	https://pecl.php.net/package-changelog.php?package=jsonnet
  PR:		215163
  Submitted by:	Gasol Wu <gasol.wu@gmail.com> (maintainer)

Deleted:
  head/devel/pecl-jsonnet/files/patch-jsonnet.c
Modified:
  head/devel/pecl-jsonnet/Makefile
  head/devel/pecl-jsonnet/distinfo   (contents, props changed)
  head/devel/pecl-jsonnet/files/patch-config.m4   (contents, props changed)

Modified: head/devel/pecl-jsonnet/Makefile
==============================================================================
--- head/devel/pecl-jsonnet/Makefile	Fri Dec  9 12:57:31 2016	(r428198)
+++ head/devel/pecl-jsonnet/Makefile	Fri Dec  9 12:57:37 2016	(r428199)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	jsonnet
-PORTVERSION=	1.0.0
-PORTREVISION=	1
+PORTVERSION=	1.1.1
 CATEGORIES=	devel
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
@@ -16,10 +15,10 @@ COMMENT=	Google JsonNet for PHP
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_powerpc64=	Does not build
-
 LIB_DEPENDS=	libjsonnet.so:devel/jsonnet
 
+BROKEN_powerpc64=	does not build
+
 USES=		php:ext tar:tgz
 USE_PHP=	json:build
 CONFIGURE_ARGS=	--with-jsonnet=${LOCALBASE}

Modified: head/devel/pecl-jsonnet/distinfo
==============================================================================
--- head/devel/pecl-jsonnet/distinfo	Fri Dec  9 12:57:31 2016	(r428198)
+++ head/devel/pecl-jsonnet/distinfo	Fri Dec  9 12:57:37 2016	(r428199)
@@ -1,2 +1,3 @@
-SHA256 (PECL/JsonNet-1.0.0.tgz) = 40b3c193d53f23feae84c5b3c7b4ffc9c9ea4be116877d01612418f7d78ebcb7
-SIZE (PECL/JsonNet-1.0.0.tgz) = 66922
+TIMESTAMP = 1481094183
+SHA256 (PECL/JsonNet-1.1.1.tgz) = 265c8a84cfe70d5346077e0c1c5e5a0870694c497489c755c4a54ca3413c8cd3
+SIZE (PECL/JsonNet-1.1.1.tgz) = 105906

Modified: head/devel/pecl-jsonnet/files/patch-config.m4
==============================================================================
--- head/devel/pecl-jsonnet/files/patch-config.m4	Fri Dec  9 12:57:31 2016	(r428198)
+++ head/devel/pecl-jsonnet/files/patch-config.m4	Fri Dec  9 12:57:37 2016	(r428199)
@@ -1,21 +1,20 @@
---- config.m4.orig	2015-06-05 23:06:29 UTC
+--- config.m4.orig	2016-08-07 07:36:22 UTC
 +++ config.m4
-@@ -53,13 +53,9 @@ AC_DEFUN([AC_JSONNET_EPOLL],
+@@ -53,12 +53,9 @@ AC_DEFUN([AC_JSONNET_EPOLL],
  ])
  
  if test "$PHP_JSONNET" != "no"; then
--  cd libjsonnet
--  make libjsonnet.so
--  cd ../
+-  THIS_DIR=`dirname $0`
+-  MAKE_LIB_JSONNET=`cd ${THIS_DIR}/libjsonnet && make libjsonnet.so`
 -
    # --with-jsonnet -> check with-path
-   SEARCH_PATH="/usr/lib/jsonnet"
+   SEARCH_PATH="/usr/local/lib"
 -  SEARCH_FOR="libjsonnet.h"
 +  SEARCH_FOR="include/libjsonnet.h"
    if test -r $PHP_JSONNET/$SEARCH_FOR; then # path given as parameter
      JSONNET_DIR=$PHP_JSONNET
    else # search default path list
-@@ -78,13 +74,12 @@ if test "$PHP_JSONNET" != "no"; then
+@@ -77,13 +74,12 @@ if test "$PHP_JSONNET" != "no"; then
    fi
  
    # --with-jsonnet -> add include path



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