diff options
author | Frederic Culot <culot@FreeBSD.org> | 2011-03-19 19:58:15 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2011-03-19 19:58:15 +0000 |
commit | b45fe6b23bc1a05b545ca0263eb614bdfc07caba (patch) | |
tree | ac1447296eb6f075af097a29b8dd90e36e6ebecd | |
parent | 42a57eb1002537bfe3baa86516a92a650401a144 (diff) |
- Update to 3.3.10
PR: ports/155694
Submitted by: Matthew Seaman <m.seaman AT infracaninophile.co.uk> (maintainer)
Notes
Notes:
svn path=/head/; revision=271323
-rw-r--r-- | databases/phpmyadmin/Makefile | 10 | ||||
-rw-r--r-- | databases/phpmyadmin/distinfo | 4 |
2 files changed, 9 insertions, 5 deletions
diff --git a/databases/phpmyadmin/Makefile b/databases/phpmyadmin/Makefile index bdb0c2274048..110e32a48501 100644 --- a/databases/phpmyadmin/Makefile +++ b/databases/phpmyadmin/Makefile @@ -6,7 +6,7 @@ # PORTNAME= phpMyAdmin -DISTVERSION= 3.3.9.2 +DISTVERSION= 3.3.10 CATEGORIES= databases www MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${PORTVERSION} DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages @@ -25,12 +25,16 @@ NO_BUILD= yes USE_PHP= ctype mysql session filter mbstring .endif +# Note: default settings will pull in X11 client support. If you don't +# want this, either turn off GD in the config dialog, or else turn off +# FONTCONFIG in the graphics/gd port options. + OPTIONS= SUPHP "suPHP support" off \ BZ2 "bzip2 library support" on \ - GD "GD library support" on \ + GD "GD library support (requires X11)" on \ MYSQLI "Improved MySQL support" off \ OPENSSL "OpenSSL support" on \ - PDF "PDFlib support (implies GD)" on \ + PDF "PDFlib support" on \ ZLIB "ZLIB support" on \ MCRYPT "MCrypt library support" on \ ZIP "Zip compression support" on diff --git a/databases/phpmyadmin/distinfo b/databases/phpmyadmin/distinfo index c11f14b93b08..081766fd429b 100644 --- a/databases/phpmyadmin/distinfo +++ b/databases/phpmyadmin/distinfo @@ -1,2 +1,2 @@ -SHA256 (phpMyAdmin-3.3.9.2-all-languages.tar.bz2) = ef66b764daffb16417d3d7b448b358a9548b004c9af03341107f167902a27a99 -SIZE (phpMyAdmin-3.3.9.2-all-languages.tar.bz2) = 3676120 +SHA256 (phpMyAdmin-3.3.10-all-languages.tar.bz2) = 42fd27b941444f0469154408ba3ca8df9855c31602b1be369165476224e41718 +SIZE (phpMyAdmin-3.3.10-all-languages.tar.bz2) = 3675842 |