- Update to 2.11.9.4
PR: 129534 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Security: http://www.vuxml.org/freebsd/54f72962-c7ba-11dd-a721-0030843d3802.html
This commit is contained in:
parent
7978688d35
commit
cb862b2ddb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=224121
2 changed files with 9 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= phpMyAdmin211
|
||||
DISTVERSION= 2.11.9.3
|
||||
DISTVERSION= 2.11.9.4
|
||||
CATEGORIES= databases www
|
||||
MASTER_SITES= SF/phpmyadmin
|
||||
DISTNAME= ${PORTNAME:S/211//}-${DISTVERSION}-all-languages
|
||||
|
@ -17,7 +17,7 @@ COMMENT= A set of PHP-scripts to manage MySQL over the web
|
|||
USE_BZIP2= yes
|
||||
NO_BUILD= yes
|
||||
.if !defined(WITHOUT_PHP_DEPENDS)
|
||||
USE_PHP= ctype mysql pcre session
|
||||
USE_PHP= ctype mysql session
|
||||
.endif
|
||||
|
||||
# Unfortunately can't make WITH_SUPHP part of the OPTIONS selection,
|
||||
|
@ -104,6 +104,10 @@ USE_PHP+= ${opt:L}
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(WITHOUT_PHP_DEPENDS) && ${PHP_VER} == 4
|
||||
USE_PHP+= pcre
|
||||
.endif
|
||||
|
||||
_PMA_GID!= ${PW} group show -n ${PMA_GRP} | ${CUT} -d : -f 3
|
||||
.if empty(_PMA_GID)
|
||||
_PMA_GID= 80
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (phpMyAdmin-2.11.9.3-all-languages.tar.bz2) = 8b0fecb839b1adb8e5b676cc7eb0ef34
|
||||
SHA256 (phpMyAdmin-2.11.9.3-all-languages.tar.bz2) = 7cff2852bda3754b1c5caba9b2eb2c7e59054730792ea3a6aa11fd1664528890
|
||||
SIZE (phpMyAdmin-2.11.9.3-all-languages.tar.bz2) = 3110391
|
||||
MD5 (phpMyAdmin-2.11.9.4-all-languages.tar.bz2) = 726fc2d02fe84b46ce769f538755778a
|
||||
SHA256 (phpMyAdmin-2.11.9.4-all-languages.tar.bz2) = b8ce88e8b78fb6f2f1830d2bcef1c69eab1b676630a78cc0960509c50cc27cb0
|
||||
SIZE (phpMyAdmin-2.11.9.4-all-languages.tar.bz2) = 3110278
|
||||
|
|
Loading…
Reference in a new issue