From owner-svn-ports-head@freebsd.org Thu Oct 22 00:24:32 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 18F0E4351AA; Thu, 22 Oct 2020 00:24:32 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CGp5W6wNtz41xK; Thu, 22 Oct 2020 00:24:31 +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 CC923E124; Thu, 22 Oct 2020 00:24:31 +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 09M0OVWe093562; Thu, 22 Oct 2020 00:24:31 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09M0OSUZ093546; Thu, 22 Oct 2020 00:24:28 GMT (envelope-from tz@FreeBSD.org) Message-Id: <202010220024.09M0OSUZ093546@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Thu, 22 Oct 2020 00:24:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r552910 - in head: archivers converters databases devel ftp graphics lang mail math misc net net-mgmt 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 net-mgmt security sysutils textproc www X-SVN-Commit-Revision: 552910 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.33 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: Thu, 22 Oct 2020 00:24:32 -0000 Author: tz Date: Thu Oct 22 00:24:27 2020 New Revision: 552910 URL: https://svnweb.freebsd.org/changeset/ports/552910 Log: PHP 8.0: Connect all the ports added in r552906 Sponsored by: PHP Update Service 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-mgmt/Makefile head/net/Makefile head/security/Makefile head/sysutils/Makefile head/textproc/Makefile head/www/Makefile Modified: head/archivers/Makefile ============================================================================== --- head/archivers/Makefile Wed Oct 21 23:18:10 2020 (r552909) +++ head/archivers/Makefile Thu Oct 22 00:24:27 2020 (r552910) @@ -161,6 +161,10 @@ SUBDIR += php74-phar SUBDIR += php74-zip SUBDIR += php74-zlib + SUBDIR += php80-bz2 + SUBDIR += php80-phar + SUBDIR += php80-zip + SUBDIR += php80-zlib SUBDIR += pigz SUBDIR += pixz SUBDIR += plzip Modified: head/converters/Makefile ============================================================================== --- head/converters/Makefile Wed Oct 21 23:18:10 2020 (r552909) +++ head/converters/Makefile Thu Oct 22 00:24:27 2020 (r552910) @@ -145,6 +145,8 @@ SUBDIR += php73-recode SUBDIR += php74-iconv SUBDIR += php74-mbstring + SUBDIR += php80-iconv + SUBDIR += php80-mbstring SUBDIR += psiconv SUBDIR += py-bencode.py SUBDIR += py-bencoder Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Wed Oct 21 23:18:10 2020 (r552909) +++ head/databases/Makefile Thu Oct 22 00:24:27 2020 (r552910) @@ -632,6 +632,18 @@ SUBDIR += php74-pdo_sqlite SUBDIR += php74-pgsql SUBDIR += php74-sqlite3 + SUBDIR += php80-dba + SUBDIR += php80-mysqli + SUBDIR += php80-odbc + SUBDIR += php80-pdo + SUBDIR += php80-pdo_dblib + SUBDIR += php80-pdo_firebird + SUBDIR += php80-pdo_mysql + SUBDIR += php80-pdo_odbc + SUBDIR += php80-pdo_pgsql + SUBDIR += php80-pdo_sqlite + SUBDIR += php80-pgsql + SUBDIR += php80-sqlite3 SUBDIR += phpliteadmin SUBDIR += phpminiadmin SUBDIR += phpmyadmin Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Oct 21 23:18:10 2020 (r552909) +++ head/devel/Makefile Thu Oct 22 00:24:27 2020 (r552910) @@ -3915,6 +3915,16 @@ SUBDIR += php74-sysvsem SUBDIR += php74-sysvshm SUBDIR += php74-tokenizer + SUBDIR += php80-ffi + SUBDIR += php80-gettext + SUBDIR += php80-intl + SUBDIR += php80-pcntl + SUBDIR += php80-readline + SUBDIR += php80-shmop + SUBDIR += php80-sysvmsg + SUBDIR += php80-sysvsem + SUBDIR += php80-sysvshm + SUBDIR += php80-tokenizer SUBDIR += phpunit6 SUBDIR += phpunit7 SUBDIR += phpunit8 Modified: head/ftp/Makefile ============================================================================== --- head/ftp/Makefile Wed Oct 21 23:18:10 2020 (r552909) +++ head/ftp/Makefile Thu Oct 22 00:24:27 2020 (r552910) @@ -62,6 +62,8 @@ SUBDIR += php73-ftp SUBDIR += php74-curl SUBDIR += php74-ftp + SUBDIR += php80-curl + SUBDIR += php80-ftp SUBDIR += phpwebftp SUBDIR += proftpd SUBDIR += proftpd-mod_vroot Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Wed Oct 21 23:18:10 2020 (r552909) +++ head/graphics/Makefile Thu Oct 22 00:24:27 2020 (r552910) @@ -743,6 +743,8 @@ SUBDIR += php73-gd SUBDIR += php74-exif SUBDIR += php74-gd + SUBDIR += php80-exif + SUBDIR += php80x-gd SUBDIR += phplot SUBDIR += picpuz SUBDIR += piddle Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Wed Oct 21 23:18:10 2020 (r552909) +++ head/lang/Makefile Thu Oct 22 00:24:27 2020 (r552910) @@ -258,6 +258,8 @@ SUBDIR += php73-extensions SUBDIR += php74 SUBDIR += php74-extensions + SUBDIR += php80 + SUBDIR += php80-extensions SUBDIR += picoc SUBDIR += plexil SUBDIR += pocl Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Wed Oct 21 23:18:10 2020 (r552909) +++ head/mail/Makefile Thu Oct 22 00:24:27 2020 (r552910) @@ -456,6 +456,7 @@ SUBDIR += php72-imap SUBDIR += php73-imap SUBDIR += php74-imap + SUBDIR += php80-imap SUBDIR += phplist SUBDIR += phpmailer SUBDIR += phpmailer6 Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Wed Oct 21 23:18:10 2020 (r552909) +++ head/math/Makefile Thu Oct 22 00:24:27 2020 (r552910) @@ -702,6 +702,8 @@ SUBDIR += php73-gmp SUBDIR += php74-bcmath SUBDIR += php74-gmp + SUBDIR += php80-bcmath + SUBDIR += php80-gmp SUBDIR += physcalc SUBDIR += picosat SUBDIR += piranha Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Wed Oct 21 23:18:10 2020 (r552909) +++ head/misc/Makefile Thu Oct 22 00:24:27 2020 (r552910) @@ -356,6 +356,7 @@ SUBDIR += php72-calendar SUBDIR += php73-calendar SUBDIR += php74-calendar + SUBDIR += php80-calendar SUBDIR += pinfo SUBDIR += pipe SUBDIR += pnpids Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Wed Oct 21 23:18:10 2020 (r552909) +++ head/net-mgmt/Makefile Thu Oct 22 00:24:27 2020 (r552910) @@ -278,6 +278,7 @@ SUBDIR += php72-snmp SUBDIR += php73-snmp SUBDIR += php74-snmp + SUBDIR += php80-snmp SUBDIR += phpipam SUBDIR += phpweathermap SUBDIR += ping_exporter Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Wed Oct 21 23:18:10 2020 (r552909) +++ head/net/Makefile Thu Oct 22 00:24:27 2020 (r552910) @@ -958,6 +958,9 @@ SUBDIR += php74-soap SUBDIR += php74-sockets SUBDIR += php74-xmlrpc + SUBDIR += php80-ldap + SUBDIR += php80-soap + SUBDIR += php80-sockets SUBDIR += phpldapadmin SUBDIR += pichi SUBDIR += pimcommon Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Wed Oct 21 23:18:10 2020 (r552909) +++ head/security/Makefile Thu Oct 22 00:24:27 2020 (r552910) @@ -791,6 +791,9 @@ SUBDIR += php74-filter SUBDIR += php74-openssl SUBDIR += php74-sodium + SUBDIR += php80-filter + SUBDIR += php80-openssl + SUBDIR += php80-sodium SUBDIR += phpsecinfo SUBDIR += picosha2 SUBDIR += pidentd Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Wed Oct 21 23:18:10 2020 (r552909) +++ head/sysutils/Makefile Thu Oct 22 00:24:27 2020 (r552910) @@ -908,6 +908,8 @@ SUBDIR += php73-posix SUBDIR += php74-fileinfo SUBDIR += php74-posix + SUBDIR += php80-fileinfo + SUBDIR += php80-posix SUBDIR += phpfpm_exporter SUBDIR += phybs SUBDIR += pick Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Wed Oct 21 23:18:10 2020 (r552909) +++ head/textproc/Makefile Thu Oct 22 00:24:27 2020 (r552910) @@ -1199,6 +1199,15 @@ SUBDIR += php74-xmlreader SUBDIR += php74-xmlwriter SUBDIR += php74-xsl + SUBDIR += php80-ctype + SUBDIR += php80-dom + SUBDIR += php80-enchant + SUBDIR += php80-pspell + SUBDIR += php80-simplexml + SUBDIR += php80-xml + SUBDIR += php80-xmlreader + SUBDIR += php80-xmlwriter + SUBDIR += php80-xsl SUBDIR += pict SUBDIR += po4a SUBDIR += pod2mdoc Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Oct 21 23:18:10 2020 (r552909) +++ head/www/Makefile Thu Oct 22 00:24:27 2020 (r552910) @@ -387,6 +387,7 @@ SUBDIR += mod_php72 SUBDIR += mod_php73 SUBDIR += mod_php74 + SUBDIR += mod_php80 SUBDIR += mod_proctitle SUBDIR += mod_proxy_xml SUBDIR += mod_qos @@ -1371,6 +1372,9 @@ SUBDIR += php74-opcache SUBDIR += php74-session SUBDIR += php74-tidy + SUBDIR += php80-opcache + SUBDIR += php80-session + SUBDIR += php80-tidy SUBDIR += phpbb SUBDIR += phpbb3 SUBDIR += phpgroupware