aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authormatthew <matthew@FreeBSD.org>2017-09-14 05:15:27 +0800
committermatthew <matthew@FreeBSD.org>2017-09-14 05:15:27 +0800
commit4fdd6fc024e5f6f4b64fe6715f3e5d789458b089 (patch)
tree82bee6c8739c9885d7b5c29dab4905787eacbcc3 /databases
parenta4f845f1f871fa73b561a20ea5378c2304a7136f (diff)
downloadfreebsd-ports-gnome-4fdd6fc024e5f6f4b64fe6715f3e5d789458b089.tar.gz
freebsd-ports-gnome-4fdd6fc024e5f6f4b64fe6715f3e5d789458b089.tar.zst
freebsd-ports-gnome-4fdd6fc024e5f6f4b64fe6715f3e5d789458b089.zip
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
Diffstat (limited to 'databases')
-rw-r--r--databases/phpmyadmin/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/phpmyadmin/Makefile b/databases/phpmyadmin/Makefile
index 5a5b6719f88e..43fe620969bd 100644
--- a/databases/phpmyadmin/Makefile
+++ b/databases/phpmyadmin/Makefile
@@ -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)