From owner-svn-ports-all@freebsd.org Mon Oct 8 09:31:13 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A99210B92C7; Mon, 8 Oct 2018 09:31:13 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F3529823A3; Mon, 8 Oct 2018 09:31:12 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EE4AB20C99; Mon, 8 Oct 2018 09:31:12 +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 w989VCAS015558; Mon, 8 Oct 2018 09:31:12 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w989V9Gj015542; Mon, 8 Oct 2018 09:31:09 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201810080931.w989V9Gj015542@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Mon, 8 Oct 2018 09:31:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481529 - in head: archivers converters databases devel ftp graphics lang mail math misc net security sysutils textproc www X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in head: archivers converters databases devel ftp graphics lang mail math misc net security sysutils textproc www X-SVN-Commit-Revision: 481529 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Oct 2018 09:31:13 -0000 Author: tz Date: Mon Oct 8 09:31:09 2018 New Revision: 481529 URL: https://svnweb.freebsd.org/changeset/ports/481529 Log: Connect all the PHP 7.3 ports Modified: head/archivers/Makefile head/converters/Makefile head/databases/Makefile head/devel/Makefile head/ftp/Makefile head/graphics/Makefile head/lang/Makefile head/mail/Makefile head/math/Makefile head/misc/Makefile head/net/Makefile head/security/Makefile head/sysutils/Makefile head/textproc/Makefile head/www/Makefile Modified: head/archivers/Makefile ============================================================================== --- head/archivers/Makefile Mon Oct 8 09:08:40 2018 (r481528) +++ head/archivers/Makefile Mon Oct 8 09:31:09 2018 (r481529) @@ -168,6 +168,10 @@ SUBDIR += php72-phar SUBDIR += php72-zip SUBDIR += php72-zlib + SUBDIR += php73-bz2 + SUBDIR += php73-phar + SUBDIR += php73-zip + SUBDIR += php73-zlib SUBDIR += pigz SUBDIR += pixz SUBDIR += plzip Modified: head/converters/Makefile ============================================================================== --- head/converters/Makefile Mon Oct 8 09:08:40 2018 (r481528) +++ head/converters/Makefile Mon Oct 8 09:31:09 2018 (r481529) @@ -152,6 +152,9 @@ SUBDIR += php72-iconv SUBDIR += php72-mbstring SUBDIR += php72-recode + SUBDIR += php73-iconv + SUBDIR += php73-mbstring + SUBDIR += php73-recode SUBDIR += psiconv SUBDIR += py-bcode SUBDIR += py-bencode.py Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Mon Oct 8 09:08:40 2018 (r481528) +++ head/databases/Makefile Mon Oct 8 09:31:09 2018 (r481529) @@ -681,6 +681,19 @@ SUBDIR += php72-pdo_sqlite SUBDIR += php72-pgsql SUBDIR += php72-sqlite3 + SUBDIR += php73-dba + SUBDIR += php73-interbase + SUBDIR += php73-mysqli + SUBDIR += php73-odbc + SUBDIR += php73-pdo + SUBDIR += php73-pdo_dblib + SUBDIR += php73-pdo_firebird + SUBDIR += php73-pdo_mysql + SUBDIR += php73-pdo_odbc + SUBDIR += php73-pdo_pgsql + SUBDIR += php73-pdo_sqlite + SUBDIR += php73-pgsql + SUBDIR += php73-sqlite3 SUBDIR += phpliteadmin SUBDIR += phpminiadmin SUBDIR += phpmyadmin Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Oct 8 09:08:40 2018 (r481528) +++ head/devel/Makefile Mon Oct 8 09:31:09 2018 (r481529) @@ -4158,6 +4158,16 @@ SUBDIR += php72-sysvsem SUBDIR += php72-sysvshm SUBDIR += php72-tokenizer + SUBDIR += php73-gettext + SUBDIR += php73-intl + SUBDIR += php73-json + SUBDIR += php73-pcntl + SUBDIR += php73-readline + SUBDIR += php73-shmop + SUBDIR += php73-sysvmsg + SUBDIR += php73-sysvsem + SUBDIR += php73-sysvshm + SUBDIR += php73-tokenizer SUBDIR += phpbt SUBDIR += phpsh SUBDIR += phpunit6 Modified: head/ftp/Makefile ============================================================================== --- head/ftp/Makefile Mon Oct 8 09:08:40 2018 (r481528) +++ head/ftp/Makefile Mon Oct 8 09:31:09 2018 (r481529) @@ -71,6 +71,8 @@ SUBDIR += php71-ftp SUBDIR += php72-curl SUBDIR += php72-ftp + SUBDIR += php73-curl + SUBDIR += php73-ftp SUBDIR += phpwebftp SUBDIR += plasma-applet-ftpmonitor SUBDIR += proftpd Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Mon Oct 8 09:08:40 2018 (r481528) +++ head/graphics/Makefile Mon Oct 8 09:31:09 2018 (r481529) @@ -834,6 +834,8 @@ SUBDIR += php71-gd SUBDIR += php72-exif SUBDIR += php72-gd + SUBDIR += php73-exif + SUBDIR += php73-gd SUBDIR += phplot SUBDIR += picpuz SUBDIR += piddle Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Mon Oct 8 09:08:40 2018 (r481528) +++ head/lang/Makefile Mon Oct 8 09:31:09 2018 (r481529) @@ -280,6 +280,8 @@ SUBDIR += php71-extensions SUBDIR += php72 SUBDIR += php72-extensions + SUBDIR += php73 + SUBDIR += php73-extensions SUBDIR += php_doc SUBDIR += picoc SUBDIR += pocl Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Mon Oct 8 09:08:40 2018 (r481528) +++ head/mail/Makefile Mon Oct 8 09:31:09 2018 (r481529) @@ -487,6 +487,7 @@ SUBDIR += php70-imap SUBDIR += php71-imap SUBDIR += php72-imap + SUBDIR += php73-imap SUBDIR += phplist SUBDIR += phpmailer SUBDIR += phpmailer6 Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Mon Oct 8 09:08:40 2018 (r481528) +++ head/math/Makefile Mon Oct 8 09:31:09 2018 (r481529) @@ -645,6 +645,8 @@ SUBDIR += php71-gmp SUBDIR += php72-bcmath SUBDIR += php72-gmp + SUBDIR += php73-bcmath + SUBDIR += php73-gmp SUBDIR += physcalc SUBDIR += picosat SUBDIR += piranha Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Mon Oct 8 09:08:40 2018 (r481528) +++ head/misc/Makefile Mon Oct 8 09:31:09 2018 (r481529) @@ -394,6 +394,7 @@ SUBDIR += php70-calendar SUBDIR += php71-calendar SUBDIR += php72-calendar + SUBDIR += php73-calendar SUBDIR += phraze SUBDIR += pinfo SUBDIR += pipe Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Mon Oct 8 09:08:40 2018 (r481528) +++ head/net/Makefile Mon Oct 8 09:31:09 2018 (r481529) @@ -1000,6 +1000,10 @@ SUBDIR += php72-soap SUBDIR += php72-sockets SUBDIR += php72-xmlrpc + SUBDIR += php73-ldap + SUBDIR += php73-soap + SUBDIR += php73-sockets + SUBDIR += php73-xmlrpc SUBDIR += phpldapadmin SUBDIR += pim6-tools SUBDIR += pim6dd Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Mon Oct 8 09:08:40 2018 (r481528) +++ head/security/Makefile Mon Oct 8 09:31:09 2018 (r481529) @@ -852,6 +852,10 @@ SUBDIR += php72-hash SUBDIR += php72-openssl SUBDIR += php72-sodium + SUBDIR += php73-filter + SUBDIR += php73-hash + SUBDIR += php73-openssl + SUBDIR += php73-sodium SUBDIR += phpdeadlock SUBDIR += phpsecinfo SUBDIR += pidentd Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Mon Oct 8 09:08:40 2018 (r481528) +++ head/sysutils/Makefile Mon Oct 8 09:31:09 2018 (r481529) @@ -910,6 +910,8 @@ SUBDIR += php71-posix SUBDIR += php72-fileinfo SUBDIR += php72-posix + SUBDIR += php73-fileinfo + SUBDIR += php73-posix SUBDIR += phpfpm_exporter SUBDIR += phybs SUBDIR += pick Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Mon Oct 8 09:08:40 2018 (r481528) +++ head/textproc/Makefile Mon Oct 8 09:31:09 2018 (r481529) @@ -1251,6 +1251,16 @@ SUBDIR += php72-xmlreader SUBDIR += php72-xmlwriter SUBDIR += php72-xsl + SUBDIR += php73-ctype + SUBDIR += php73-dom + SUBDIR += php73-enchant + SUBDIR += php73-pspell + SUBDIR += php73-simplexml + SUBDIR += php73-wddx + SUBDIR += php73-xml + SUBDIR += php73-xmlreader + SUBDIR += php73-xmlwriter + SUBDIR += php73-xsl SUBDIR += plover SUBDIR += po4a SUBDIR += pocketreader Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Oct 8 09:08:40 2018 (r481528) +++ head/www/Makefile Mon Oct 8 09:31:09 2018 (r481529) @@ -467,6 +467,7 @@ SUBDIR += mod_php70 SUBDIR += mod_php71 SUBDIR += mod_php72 + SUBDIR += mod_php73 SUBDIR += mod_proctitle SUBDIR += mod_proxy_xml SUBDIR += mod_python35 @@ -1463,6 +1464,9 @@ SUBDIR += php72-opcache SUBDIR += php72-session SUBDIR += php72-tidy + SUBDIR += php73-opcache + SUBDIR += php73-session + SUBDIR += php73-tidy SUBDIR += phpbb SUBDIR += phpbb3 SUBDIR += phpgroupware