svn commit: r454602 - head/lang/php72

Torsten Zuehlsdorff tz at FreeBSD.org
Tue Nov 21 12:05:52 UTC 2017


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 at gmail.com>
  Reported by:  Raivo Hool <raivo.hool at gmail.com>, Daniel Ylitalo <daniel at 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


More information about the svn-ports-all mailing list