svn commit: r449813 - head/databases/phpmyadmin

Matthew Seaman matthew at FreeBSD.org
Wed Sep 13 21:15:28 UTC 2017


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 at 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)


More information about the svn-ports-all mailing list