From owner-svn-ports-head@freebsd.org Tue Jan 24 12:56:48 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 6F9C9CBF288; Tue, 24 Jan 2017 12:56:48 +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 3093510FB; Tue, 24 Jan 2017 12:56:48 +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 v0OCulkF014480; Tue, 24 Jan 2017 12:56:47 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0OCujLv014465; Tue, 24 Jan 2017 12:56:45 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201701241256.v0OCujLv014465@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Tue, 24 Jan 2017 12:56:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432336 - in head: archivers converters databases devel ftp graphics mail math misc net net-mgmt security sysutils textproc www 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.23 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 Jan 2017 12:56:48 -0000 Author: tz Date: Tue Jan 24 12:56:45 2017 New Revision: 432336 URL: https://svnweb.freebsd.org/changeset/ports/432336 Log: Connect PHP 7.1 ports (r432324) Modified: head/archivers/Makefile head/converters/Makefile head/databases/Makefile head/devel/Makefile head/ftp/Makefile head/graphics/Makefile head/mail/Makefile head/math/Makefile head/misc/Makefile head/net-mgmt/Makefile head/net/Makefile head/security/Makefile head/sysutils/Makefile head/textproc/Makefile head/www/Makefile Modified: head/archivers/Makefile ============================================================================== --- head/archivers/Makefile Tue Jan 24 12:53:54 2017 (r432335) +++ head/archivers/Makefile Tue Jan 24 12:56:45 2017 (r432336) @@ -152,6 +152,10 @@ SUBDIR += php70-phar SUBDIR += php70-zip SUBDIR += php70-zlib + SUBDIR += php71-bz2 + SUBDIR += php71-phar + SUBDIR += php71-zip + SUBDIR += php71-zlib SUBDIR += pigz SUBDIR += pixz SUBDIR += plzip Modified: head/converters/Makefile ============================================================================== --- head/converters/Makefile Tue Jan 24 12:53:54 2017 (r432335) +++ head/converters/Makefile Tue Jan 24 12:56:45 2017 (r432336) @@ -142,6 +142,9 @@ SUBDIR += php70-iconv SUBDIR += php70-mbstring SUBDIR += php70-recode + SUBDIR += php71-iconv + SUBDIR += php71-mbstring + SUBDIR += php71-recode SUBDIR += psiconv SUBDIR += py-bcode SUBDIR += py-bencode Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Tue Jan 24 12:53:54 2017 (r432335) +++ head/databases/Makefile Tue Jan 24 12:56:45 2017 (r432336) @@ -632,6 +632,19 @@ SUBDIR += php70-pgsql SUBDIR += php70-redis SUBDIR += php70-sqlite3 + SUBDIR += php71-dba + SUBDIR += php71-interbase + SUBDIR += php71-mysqli + SUBDIR += php71-odbc + SUBDIR += php71-pdo + SUBDIR += php71-pdo_dblib + SUBDIR += php71-pdo_firebird + SUBDIR += php71-pdo_mysql + SUBDIR += php71-pdo_odbc + SUBDIR += php71-pdo_pgsql + SUBDIR += php71-pdo_sqlite + SUBDIR += php71-pgsql + SUBDIR += php71-sqlite3 SUBDIR += phpminiadmin SUBDIR += phpmyadmin SUBDIR += phppgadmin Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Jan 24 12:53:54 2017 (r432335) +++ head/devel/Makefile Tue Jan 24 12:56:45 2017 (r432336) @@ -3911,6 +3911,16 @@ SUBDIR += php70-sysvsem SUBDIR += php70-sysvshm SUBDIR += php70-tokenizer + SUBDIR += php71-gettext + SUBDIR += php71-intl + SUBDIR += php71-json + SUBDIR += php71-pcntl + SUBDIR += php71-readline + SUBDIR += php71-shmop + SUBDIR += php71-sysvmsg + SUBDIR += php71-sysvsem + SUBDIR += php71-sysvshm + SUBDIR += php71-tokenizer SUBDIR += phpbt SUBDIR += phpsh SUBDIR += phpunit Modified: head/ftp/Makefile ============================================================================== --- head/ftp/Makefile Tue Jan 24 12:53:54 2017 (r432335) +++ head/ftp/Makefile Tue Jan 24 12:56:45 2017 (r432336) @@ -68,6 +68,8 @@ SUBDIR += php70-curl SUBDIR += php70-fastdfs SUBDIR += php70-ftp + SUBDIR += php71-curl + SUBDIR += php71-ftp SUBDIR += phpwebftp SUBDIR += plasma-applet-ftpmonitor SUBDIR += proftpd Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Tue Jan 24 12:53:54 2017 (r432335) +++ head/graphics/Makefile Tue Jan 24 12:56:45 2017 (r432336) @@ -773,6 +773,8 @@ SUBDIR += php56-gd SUBDIR += php70-exif SUBDIR += php70-gd + SUBDIR += php71-exif + SUBDIR += php71-gd SUBDIR += phplot SUBDIR += picpuz SUBDIR += piddle Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Tue Jan 24 12:53:54 2017 (r432335) +++ head/mail/Makefile Tue Jan 24 12:56:45 2017 (r432336) @@ -493,6 +493,7 @@ SUBDIR += pgpsendmail SUBDIR += php56-imap SUBDIR += php70-imap + SUBDIR += php71-imap SUBDIR += phplist SUBDIR += phpmailer SUBDIR += pine-pgp-filters Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Tue Jan 24 12:53:54 2017 (r432335) +++ head/math/Makefile Tue Jan 24 12:56:45 2017 (r432336) @@ -565,6 +565,8 @@ SUBDIR += php56-gmp SUBDIR += php70-bcmath SUBDIR += php70-gmp + SUBDIR += php71-bcmath + SUBDIR += php71-gmp SUBDIR += physcalc SUBDIR += picosat SUBDIR += plman Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Tue Jan 24 12:53:54 2017 (r432335) +++ head/misc/Makefile Tue Jan 24 12:56:45 2017 (r432336) @@ -363,6 +363,7 @@ SUBDIR += pfm SUBDIR += php56-calendar SUBDIR += php70-calendar + SUBDIR += php71-calendar SUBDIR += phraze SUBDIR += pinfo SUBDIR += pipe Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Tue Jan 24 12:53:54 2017 (r432335) +++ head/net-mgmt/Makefile Tue Jan 24 12:56:45 2017 (r432336) @@ -263,6 +263,7 @@ SUBDIR += pftabled SUBDIR += php56-snmp SUBDIR += php70-snmp + SUBDIR += php71-snmp SUBDIR += phpip SUBDIR += phpipam SUBDIR += phpweathermap Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Tue Jan 24 12:53:54 2017 (r432335) +++ head/net/Makefile Tue Jan 24 12:56:45 2017 (r432336) @@ -923,6 +923,9 @@ SUBDIR += php70-soap SUBDIR += php70-sockets SUBDIR += php70-xmlrpc + SUBDIR += php71-soap + SUBDIR += php71-sockets + SUBDIR += php71-xmlrpc SUBDIR += phpldapadmin SUBDIR += pim6-tools SUBDIR += pim6dd Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Tue Jan 24 12:53:54 2017 (r432335) +++ head/security/Makefile Tue Jan 24 12:56:45 2017 (r432336) @@ -782,6 +782,10 @@ SUBDIR += php70-hash SUBDIR += php70-mcrypt SUBDIR += php70-openssl + SUBDIR += php71-filter + SUBDIR += php71-hash + SUBDIR += php71-mcrypt + SUBDIR += php71-openssl SUBDIR += phpdeadlock SUBDIR += phpsecinfo SUBDIR += pidentd Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Tue Jan 24 12:53:54 2017 (r432335) +++ head/sysutils/Makefile Tue Jan 24 12:56:45 2017 (r432336) @@ -797,6 +797,8 @@ SUBDIR += php56-posix SUBDIR += php70-fileinfo SUBDIR += php70-posix + SUBDIR += php71-fileinfo + SUBDIR += php71-posix SUBDIR += phybs SUBDIR += pick SUBDIR += pidof Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Tue Jan 24 12:53:54 2017 (r432335) +++ head/textproc/Makefile Tue Jan 24 12:56:45 2017 (r432336) @@ -1205,6 +1205,16 @@ SUBDIR += php70-xmlreader SUBDIR += php70-xmlwriter SUBDIR += php70-xsl + SUBDIR += php71-ctype + SUBDIR += php71-dom + SUBDIR += php71-enchant + SUBDIR += php71-pspell + SUBDIR += php71-simplexml + SUBDIR += php71-wddx + SUBDIR += php71-xml + SUBDIR += php71-xmlreader + SUBDIR += php71-xmlwriter + SUBDIR += php71-xsl SUBDIR += plover SUBDIR += po4a SUBDIR += pocketreader Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Tue Jan 24 12:53:54 2017 (r432335) +++ head/www/Makefile Tue Jan 24 12:56:45 2017 (r432336) @@ -1465,6 +1465,9 @@ SUBDIR += php70-opcache SUBDIR += php70-session SUBDIR += php70-tidy + SUBDIR += php71-opcache + SUBDIR += php71-session + SUBDIR += php71-tidy SUBDIR += phpbb SUBDIR += phpbb3 SUBDIR += phpgroupware