From owner-svn-ports-head@freebsd.org Wed Dec 5 15:51:39 2018 Return-Path: Delivered-To: svn-ports-head@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 9D93F1318C03; Wed, 5 Dec 2018 15:51:39 +0000 (UTC) (envelope-from rene@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 682F57A058; Wed, 5 Dec 2018 15:51:39 +0000 (UTC) (envelope-from rene@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 4A6691674D; Wed, 5 Dec 2018 15:51:39 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5FpdPc047399; Wed, 5 Dec 2018 15:51:39 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5FpcU4047396; Wed, 5 Dec 2018 15:51:38 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201812051551.wB5FpcU4047396@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Wed, 5 Dec 2018 15:51:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486679 - in head: . lang lang/php70 math math/php70-bcmath math/php70-gmp X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head: . lang lang/php70 math math/php70-bcmath math/php70-gmp X-SVN-Commit-Revision: 486679 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 682F57A058 X-Spamd-Result: default: False [-0.68 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.54)[-0.543,0]; NEURAL_HAM_SHORT(-0.06)[-0.062,0]; NEURAL_HAM_LONG(-0.07)[-0.072,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Wed, 05 Dec 2018 15:51:39 -0000 Author: rene Date: Wed Dec 5 15:51:38 2018 New Revision: 486679 URL: https://svnweb.freebsd.org/changeset/ports/486679 Log: Remove expired ports: 2018-12-04 math/php70-bcmath: Security Support ends on 3 Dec 2018 2018-12-04 math/php70-gmp: Security Support ends on 3 Dec 2018 2018-12-04 lang/php70: Security Support ends on 3 Dec 2018 Deleted: head/lang/php70/ head/math/php70-bcmath/ head/math/php70-gmp/ Modified: head/MOVED head/lang/Makefile head/math/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Wed Dec 5 15:51:13 2018 (r486678) +++ head/MOVED Wed Dec 5 15:51:38 2018 (r486679) @@ -10714,3 +10714,6 @@ www/mod_php70|www/mod_php72|2018-12-05|Has expired: Se www/php70-opcache|www/php72-opcache|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 www/php70-session|www/php72-session|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 www/php70-tidy|www/php72-tidy|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +math/php70-bcmath|math/php72-bcmath|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +math/php70-gmp|math/php72-gmp|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 +lang/php70|lang/php72|2018-12-05|Has expired: Security Support ends on 3 Dec 2018 Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Wed Dec 5 15:51:13 2018 (r486678) +++ head/lang/Makefile Wed Dec 5 15:51:38 2018 (r486679) @@ -275,7 +275,6 @@ SUBDIR += php-mode.el SUBDIR += php56 SUBDIR += php56-extensions - SUBDIR += php70 SUBDIR += php71 SUBDIR += php71-extensions SUBDIR += php72 Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Wed Dec 5 15:51:13 2018 (r486678) +++ head/math/Makefile Wed Dec 5 15:51:38 2018 (r486679) @@ -656,8 +656,6 @@ SUBDIR += petiga SUBDIR += php56-bcmath SUBDIR += php56-gmp - SUBDIR += php70-bcmath - SUBDIR += php70-gmp SUBDIR += php71-bcmath SUBDIR += php71-gmp SUBDIR += php72-bcmath