From owner-svn-ports-head@freebsd.org Tue Nov 21 12:05:52 2017 Return-Path: Delivered-To: svn-ports-head@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 5AAEADECF5A; Tue, 21 Nov 2017 12:05:52 +0000 (UTC) (envelope-from tz@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 270B16BCED; Tue, 21 Nov 2017 12:05:52 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vALC5pc5044004; Tue, 21 Nov 2017 12:05:51 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vALC5pTW044002; Tue, 21 Nov 2017 12:05:51 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201711211205.vALC5pTW044002@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Tue, 21 Nov 2017 12:05:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454602 - head/lang/php72 X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: head/lang/php72 X-SVN-Commit-Revision: 454602 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Nov 2017 12:05:52 -0000 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 Reported by: Raivo Hool , Daniel Ylitalo 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