update to php-7.2.31
This commit is contained in:
parent
4c44a6b0a7
commit
1b9ca8a4d4
@ -1,11 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.48 2020/04/22 15:46:59 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.49 2020/05/14 19:34:55 sthen Exp $
|
||||
|
||||
PORTROACH= limit:^7\.2
|
||||
PHP_VERSION= 7.2.30
|
||||
PHP_VERSION= 7.2.31
|
||||
PHP_PKGSPEC= >=7.2,<7.3
|
||||
|
||||
REVISION-gd= 0
|
||||
|
||||
DEBUG_PACKAGES= ${BUILD_PACKAGES}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (php-7.2.30.tar.xz) = qpPfJ7WKRdbJgArIEyRd/coDSQqRjr5RWzpwGJsb+MM=
|
||||
SIZE (php-7.2.30.tar.xz) = 12283804
|
||||
SHA256 (php-7.2.31.tar.xz) = i+qmNLuHipavm8hkOBHqRpc/X0GtK/tqtM/SkOWjmAY=
|
||||
SIZE (php-7.2.31.tar.xz) = 12309936
|
||||
|
@ -1,7 +1,8 @@
|
||||
@comment $OpenBSD: PLIST-gd,v 1.2 2019/12/18 20:22:05 sthen Exp $
|
||||
@comment $OpenBSD: PLIST-gd,v 1.3 2020/05/14 19:34:55 sthen Exp $
|
||||
@option no-default-conflict
|
||||
@option is-branch
|
||||
@conflict php-gd->=7.2,<7.3
|
||||
@conflict php->=7.2,<7.2.31
|
||||
@so lib/php-${PV}/modules/gd.so
|
||||
share/examples/php-${PV}/gd.ini
|
||||
@sample ${SYSCONFDIR}/php-${PV}.sample/gd.ini
|
||||
@ -9,7 +10,9 @@ share/php-${PV}/include/ext/gd/
|
||||
share/php-${PV}/include/ext/gd/gd_compat.h
|
||||
share/php-${PV}/include/ext/gd/gdcache.h
|
||||
share/php-${PV}/include/ext/gd/libgd/
|
||||
share/php-${PV}/include/ext/gd/libgd/bmp.h
|
||||
share/php-${PV}/include/ext/gd/libgd/gd.h
|
||||
share/php-${PV}/include/ext/gd/libgd/gd_errors.h
|
||||
share/php-${PV}/include/ext/gd/libgd/gd_intern.h
|
||||
share/php-${PV}/include/ext/gd/libgd/gd_io.h
|
||||
share/php-${PV}/include/ext/gd/libgd/gdcache.h
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.7 2019/12/18 20:22:05 sthen Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.8 2020/05/14 19:34:55 sthen Exp $
|
||||
@option no-default-conflict
|
||||
@option is-branch
|
||||
@conflict php->=7.2,<7.3
|
||||
@ -142,8 +142,6 @@ share/php-${PV}/include/ext/dom/
|
||||
share/php-${PV}/include/ext/dom/xml_common.h
|
||||
share/php-${PV}/include/ext/filter/
|
||||
share/php-${PV}/include/ext/filter/php_filter.h
|
||||
share/php-${PV}/include/ext/gd/libgd/bmp.h
|
||||
share/php-${PV}/include/ext/gd/libgd/gd_errors.h
|
||||
share/php-${PV}/include/ext/hash/
|
||||
share/php-${PV}/include/ext/hash/php_hash.h
|
||||
share/php-${PV}/include/ext/hash/php_hash_adler32.h
|
||||
@ -199,9 +197,6 @@ share/php-${PV}/include/ext/mbstring/libmbfl/mbfl/mbfl_string.h
|
||||
share/php-${PV}/include/ext/mbstring/mbstring.h
|
||||
share/php-${PV}/include/ext/mbstring/php_mbregex.h
|
||||
share/php-${PV}/include/ext/mbstring/php_onig_compat.h
|
||||
share/php-${PV}/include/ext/mysqli/
|
||||
share/php-${PV}/include/ext/mysqli/mysqli_mysqlnd.h
|
||||
share/php-${PV}/include/ext/mysqli/php_mysqli_structs.h
|
||||
share/php-${PV}/include/ext/mysqlnd/
|
||||
share/php-${PV}/include/ext/mysqlnd/config-win.h
|
||||
share/php-${PV}/include/ext/mysqlnd/mysql_float_to_double.h
|
||||
|
@ -1,7 +1,11 @@
|
||||
@comment $OpenBSD: PLIST-mysqli,v 1.2 2019/12/18 20:22:05 sthen Exp $
|
||||
@comment $OpenBSD: PLIST-mysqli,v 1.3 2020/05/14 19:34:55 sthen Exp $
|
||||
@option no-default-conflict
|
||||
@option is-branch
|
||||
@conflict php-mysqli->=7.2,<7.3
|
||||
@conflict php->=7.2,<7.2.31
|
||||
@so lib/php-${PV}/modules/mysqli.so
|
||||
share/examples/php-${PV}/mysqli.ini
|
||||
@sample ${SYSCONFDIR}/php-${PV}.sample/mysqli.ini
|
||||
share/php-${PV}/include/ext/mysqli/
|
||||
share/php-${PV}/include/ext/mysqli/mysqli_mysqlnd.h
|
||||
share/php-${PV}/include/ext/mysqli/php_mysqli_structs.h
|
||||
|
Loading…
Reference in New Issue
Block a user