From owner-svn-ports-head@freebsd.org Tue May 24 23:02:07 2016 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 11B4FB49FEB; Tue, 24 May 2016 23:02:07 +0000 (UTC) (envelope-from bapt@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 BC28718FE; Tue, 24 May 2016 23:02:06 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4ON256Q071739; Tue, 24 May 2016 23:02:05 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4ON25AT071736; Tue, 24 May 2016 23:02:05 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201605242302.u4ON25AT071736@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 24 May 2016 23:02:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415818 - in head/lang: php55 php56 php70 X-SVN-Group: ports-head 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.22 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, 24 May 2016 23:02:07 -0000 Author: bapt Date: Tue May 24 23:02:05 2016 New Revision: 415818 URL: https://svnweb.freebsd.org/changeset/ports/415818 Log: Simplify plist by using @sample Modified: head/lang/php55/pkg-plist head/lang/php56/pkg-plist head/lang/php70/pkg-plist Modified: head/lang/php55/pkg-plist ============================================================================== --- head/lang/php55/pkg-plist Tue May 24 23:01:14 2016 (r415817) +++ head/lang/php55/pkg-plist Tue May 24 23:02:05 2016 (r415818) @@ -6,9 +6,7 @@ bin/phpize etc/php.conf etc/php.ini-development etc/php.ini-production -%%FPM%%@unexec if cmp -s %D/etc/php-fpm.conf %D/etc/php-fpm.conf.default; then rm -f %D/etc/php-fpm.conf; fi -%%FPM%%etc/php-fpm.conf.default -%%FPM%%@exec cp -n %D/%F %B/php-fpm.conf +%%FPM%%@sample etc/php-fpm.conf.default php-fpm.conf include/php/TSRM/TSRM.h include/php/TSRM/readdir.h include/php/TSRM/tsrm_config.h Modified: head/lang/php56/pkg-plist ============================================================================== --- head/lang/php56/pkg-plist Tue May 24 23:01:14 2016 (r415817) +++ head/lang/php56/pkg-plist Tue May 24 23:02:05 2016 (r415818) @@ -7,9 +7,7 @@ bin/phpize etc/php.conf etc/php.ini-development etc/php.ini-production -%%FPM%%@unexec if cmp -s %D/etc/php-fpm.conf %D/etc/php-fpm.conf.default; then rm -f %D/etc/php-fpm.conf; fi -%%FPM%%etc/php-fpm.conf.default -%%FPM%%@exec cp -n %D/%F %B/php-fpm.conf +%%FPM%%@sample etc/php-fpm.conf.default etc/php-fpm.conf include/php/TSRM/TSRM.h include/php/TSRM/readdir.h include/php/TSRM/tsrm_config.h Modified: head/lang/php70/pkg-plist ============================================================================== --- head/lang/php70/pkg-plist Tue May 24 23:01:14 2016 (r415817) +++ head/lang/php70/pkg-plist Tue May 24 23:02:05 2016 (r415818) @@ -7,12 +7,8 @@ bin/phpize etc/php.conf etc/php.ini-development etc/php.ini-production -%%FPM%%@unexec if cmp -s %D/etc/php-fpm.conf %D/etc/php-fpm.conf.default; then rm -f %D/etc/php-fpm.conf; fi -%%FPM%%etc/php-fpm.conf.default -%%FPM%%@exec cp -n %D/%F %B/php-fpm.conf -%%FPM%%@unexec if cmp -s %D/etc/php-fpm.d/www.conf %D/etc/php-fpm.d/www.conf.default; then rm -f %D/etc/php-fpm.d/www.conf; fi -%%FPM%%etc/php-fpm.d/www.conf.default -%%FPM%%@exec cp -n %D/%F %B/www.conf +%%FPM%%@sample etc/php-fpm.conf.default etc/php-fpm.conf +%%FPM%%@sample etc/php-fpm.d/www.conf.default etc/php-fpm.d/www.conf include/php/TSRM/TSRM.h include/php/TSRM/readdir.h include/php/TSRM/tsrm_config.h