From owner-svn-ports-all@freebsd.org Wed Dec 19 09:10: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 04DBA135156E; Wed, 19 Dec 2018 09:10: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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) 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 A0D0171092; Wed, 19 Dec 2018 09:10: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 8D579C32D; Wed, 19 Dec 2018 09:10: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 wBJ9ACVD035656; Wed, 19 Dec 2018 09:10:12 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBJ9ACsw035651; Wed, 19 Dec 2018 09:10:12 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201812190910.wBJ9ACsw035651@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 19 Dec 2018 09:10:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r487790 - in branches/2018Q4: lang/php72 mail/php72-imap mail/php72-imap/files X-SVN-Group: ports-branches X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in branches/2018Q4: lang/php72 mail/php72-imap mail/php72-imap/files X-SVN-Commit-Revision: 487790 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A0D0171092 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.99)[-0.986,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.998,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Wed, 19 Dec 2018 09:10:13 -0000 Author: tz Date: Wed Dec 19 09:10:11 2018 New Revision: 487790 URL: https://svnweb.freebsd.org/changeset/ports/487790 Log: MFH: r486833 lang/php72: Upgrade from 7.2.12 to 7.2.13 Changelog: http://www.php.net/ChangeLog-7.php#7.2.13 Approved by: ports-secteam (miwi) Deleted: branches/2018Q4/mail/php72-imap/files/patch-php__imap.c branches/2018Q4/mail/php72-imap/files/patch-php__imap.h Modified: branches/2018Q4/lang/php72/Makefile branches/2018Q4/lang/php72/distinfo branches/2018Q4/mail/php72-imap/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/lang/php72/Makefile ============================================================================== --- branches/2018Q4/lang/php72/Makefile Wed Dec 19 09:09:11 2018 (r487789) +++ branches/2018Q4/lang/php72/Makefile Wed Dec 19 09:10:11 2018 (r487790) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php72 -DISTVERSION= 7.2.10 +DISTVERSION= 7.2.13 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: branches/2018Q4/lang/php72/distinfo ============================================================================== --- branches/2018Q4/lang/php72/distinfo Wed Dec 19 09:09:11 2018 (r487789) +++ branches/2018Q4/lang/php72/distinfo Wed Dec 19 09:10:11 2018 (r487790) @@ -1,3 +1,3 @@ -TIMESTAMP = 1536863011 -SHA256 (php-7.2.10.tar.xz) = 01c2154a3a8e3c0818acbdbc1a956832c828a0380ce6d1d14fea495ea21804f0 -SIZE (php-7.2.10.tar.xz) = 12160864 +TIMESTAMP = 1544005077 +SHA256 (php-7.2.13.tar.xz) = 14b0429abdb46b65c843e5882c9a8c46b31dfbf279c747293b8ab950c2644a4b +SIZE (php-7.2.13.tar.xz) = 12116484 Modified: branches/2018Q4/mail/php72-imap/Makefile ============================================================================== --- branches/2018Q4/mail/php72-imap/Makefile Wed Dec 19 09:09:11 2018 (r487789) +++ branches/2018Q4/mail/php72-imap/Makefile Wed Dec 19 09:10:11 2018 (r487790) @@ -1,7 +1,6 @@ # $FreeBSD$ CATEGORIES= mail -PORTREVISION= 1 MASTERDIR= ${.CURDIR}/../../lang/php72