Update to 3.4.3
Changelog: https://github.com/phalcon/cphalcon/releases/tag/v3.4.3 - Add PHP 7.3 support - Give Maintainership to Submitter [1] PR: 236239 Reported by: Franco Fichtner <franco@opnsense.org> Approved by: maintainer [1] Sponsored by: Netzkommune GmbH
This commit is contained in:
parent
03a22a5366
commit
fbde85a2e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=496338
@ -3,11 +3,11 @@
|
||||
|
||||
PORTNAME= phalcon
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.4.2
|
||||
DISTVERSION= 3.4.3
|
||||
CATEGORIES= www
|
||||
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= linpct@gmail.com
|
||||
MAINTAINER= franco@opnsense.org
|
||||
COMMENT= Phalcon PHP Framework written in C-language
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
@ -16,7 +16,6 @@ ONLY_FOR_ARCHS= amd64 armv6 armv7 i386
|
||||
|
||||
USES= php:ext
|
||||
USE_PHP= hash:build json:build pdo:build
|
||||
IGNORE_WITH_PHP= 73
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= phalcon
|
||||
@ -31,7 +30,7 @@ PBITS= ${ARCH:S/amd64/64/:C/armv.*/32/:S/i386/32/:S/x86_64/64/}
|
||||
WRKSRC_SUBDIR= build/php${PHP_VER:C/.$//}/${PBITS}bits
|
||||
|
||||
post-patch:
|
||||
.if ${PHP_VER} >= 70 && ${PBITS} == 32
|
||||
.if ${PBITS} == 32
|
||||
@${REINPLACE_CMD} -e 's|ZEPHIR_FASTCALL| |' ${WRKSRC}/phalcon.zep.c
|
||||
.endif
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1543767539
|
||||
SHA256 (phalcon-cphalcon-v3.4.2_GH0.tar.gz) = 217a4519c5e4e86cc9dacb30803a2dd7b77089e0fa8d31bb10c96163f18d6a9e
|
||||
SIZE (phalcon-cphalcon-v3.4.2_GH0.tar.gz) = 6704467
|
||||
TIMESTAMP = 1553083636
|
||||
SHA256 (phalcon-cphalcon-v3.4.3_GH0.tar.gz) = b727fe6337f1553c50eb918dcd1665b0eafe5ac123e9896422471bc1828c218b
|
||||
SIZE (phalcon-cphalcon-v3.4.3_GH0.tar.gz) = 6702469
|
||||
|
Loading…
Reference in New Issue
Block a user