View | Details | Raw Unified | Return to bug 233744
Collapse All | Expand All

(-)b/www/phalcon/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	phalcon
4
PORTNAME=	phalcon
5
DISTVERSIONPREFIX=	v
5
DISTVERSIONPREFIX=	v
6
DISTVERSION=	3.4.1
6
DISTVERSION=	3.4.2
7
CATEGORIES=	www
7
CATEGORIES=	www
8
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}
9
9
Lines 32-38 WRKSRC_SUBDIR= build/php${PHP_VER:C/.$//}/${PBITS}bits Link Here
32
32
33
post-patch:
33
post-patch:
34
.if ${PHP_VER} >= 70 && ${PBITS} == 32
34
.if ${PHP_VER} >= 70 && ${PBITS} == 32
35
	@${REINPLACE_CMD} -e 's| ZEPHIR_FASTCALL | |' ${WRKSRC}/phalcon.zep.c
35
	@${REINPLACE_CMD} -e 's|ZEPHIR_FASTCALL| |' ${WRKSRC}/phalcon.zep.c
36
.endif
36
.endif
37
37
38
.include <bsd.port.post.mk>
38
.include <bsd.port.post.mk>
(-)b/www/phalcon/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1535623199
1
TIMESTAMP = 1543767539
2
SHA256 (phalcon-cphalcon-v3.4.1_GH0.tar.gz) = 5afcbb804b18768508bb53c7762f8daa6090a74c915de58afde1e36bfcc197c6
2
SHA256 (phalcon-cphalcon-v3.4.2_GH0.tar.gz) = 217a4519c5e4e86cc9dacb30803a2dd7b77089e0fa8d31bb10c96163f18d6a9e
3
SIZE (phalcon-cphalcon-v3.4.1_GH0.tar.gz) = 6708239
3
SIZE (phalcon-cphalcon-v3.4.2_GH0.tar.gz) = 6704467

Return to bug 233744