From owner-svn-ports-head@freebsd.org Wed Sep 13 21:15:28 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 ACFE9E0FE6C; Wed, 13 Sep 2017 21:15:28 +0000 (UTC) (envelope-from matthew@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 7A48D76D81; Wed, 13 Sep 2017 21:15:28 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8DLFRV9025273; Wed, 13 Sep 2017 21:15:27 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8DLFRqs025272; Wed, 13 Sep 2017 21:15:27 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201709132115.v8DLFRqs025272@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Wed, 13 Sep 2017 21:15:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449813 - head/databases/phpmyadmin X-SVN-Group: ports-head X-SVN-Commit-Author: matthew X-SVN-Commit-Paths: head/databases/phpmyadmin X-SVN-Commit-Revision: 449813 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.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: Wed, 13 Sep 2017 21:15:28 -0000 Author: matthew Date: Wed Sep 13 21:15:27 2017 New Revision: 449813 URL: https://svnweb.freebsd.org/changeset/ports/449813 Log: Drop the MCRYPT option. MCRYPT has been deprecated by upstream PHP and the mcrypt project itself is abandonware. PR: 222290 Reported by: olivierw1+bugzilla-freebsd@hotmail.com Modified: head/databases/phpmyadmin/Makefile Modified: head/databases/phpmyadmin/Makefile ============================================================================== --- head/databases/phpmyadmin/Makefile Wed Sep 13 21:15:25 2017 (r449812) +++ head/databases/phpmyadmin/Makefile Wed Sep 13 21:15:27 2017 (r449813) @@ -3,6 +3,7 @@ PORTNAME= phpMyAdmin DISTVERSION= 4.7.4 +PORTREVISION= 1 CATEGORIES= databases www MASTER_SITES= https://files.phpmyadmin.net/${PORTNAME}/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages @@ -25,12 +26,11 @@ USE_PHP= ctype session filter mbstring json spl mysqli # want this, either turn off GD in the config dialog, or else turn off # FONTCONFIG in the graphics/gd port options. -OPTIONS_DEFINE= BZ2 GD MCRYPT OPENSSL PDF XML ZIP ZLIB -OPTIONS_DEFAULT= BZ2 GD MCRYPT OPENSSL XML ZIP ZLIB +OPTIONS_DEFINE= BZ2 GD OPENSSL PDF XML ZIP ZLIB +OPTIONS_DEFAULT= BZ2 GD OPENSSL XML ZIP ZLIB BZ2_DESC= PHP bzip2 library support GD_DESC= PHP GD library support (requires X11) -MCRYPT_DESC= PHP MCrypt library support OPENSSL_DESC= PHP OpenSSL support PDF_DESC= PHP PDFlib support XML_DESC= PHP XML support (Export to OpenDoc)