Date: Wed, 13 Sep 2017 21:15:27 +0000 (UTC) From: Matthew Seaman <matthew@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449813 - head/databases/phpmyadmin Message-ID: <201709132115.v8DLFRqs025272@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709132115.v8DLFRqs025272>