Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Nov 2017 12:05:51 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r454602 - head/lang/php72
Message-ID:  <201711211205.vALC5pTW044002@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Tue Nov 21 12:05:50 2017
New Revision: 454602
URL: https://svnweb.freebsd.org/changeset/ports/454602

Log:
  lang/php72: Add missing header file
  
  Add missing file zend_smart_string.h to pkg-plist.
  The allows building many more of the pecl-* ports.
  
  PR:           223766
  Submitted by: Raivo Hool <raivo.hool@gmail.com>
  Reported by:  Raivo Hool <raivo.hool@gmail.com>, Daniel Ylitalo <daniel@blodan.se>

Modified:
  head/lang/php72/Makefile
  head/lang/php72/pkg-plist

Modified: head/lang/php72/Makefile
==============================================================================
--- head/lang/php72/Makefile	Tue Nov 21 12:04:25 2017	(r454601)
+++ head/lang/php72/Makefile	Tue Nov 21 12:05:50 2017	(r454602)
@@ -3,7 +3,7 @@
 
 PORTNAME=	php72
 DISTVERSION=	7.2.0RC6
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES?=	lang devel www
 MASTER_SITES=	https://downloads.php.net/~pollita/
 DISTNAME=	php-${DISTVERSION}

Modified: head/lang/php72/pkg-plist
==============================================================================
--- head/lang/php72/pkg-plist	Tue Nov 21 12:04:25 2017	(r454601)
+++ head/lang/php72/pkg-plist	Tue Nov 21 12:05:50 2017	(r454602)
@@ -70,6 +70,7 @@ include/php/Zend/zend_ptr_stack.h
 include/php/Zend/zend_range_check.h
 include/php/Zend/zend_signal.h
 include/php/Zend/zend_smart_str.h
+include/php/Zend/zend_smart_string.h
 include/php/Zend/zend_smart_str_public.h
 include/php/Zend/zend_smart_string_public.h
 include/php/Zend/zend_sort.h



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