FreeBSD Bugzilla – Attachment 202571 Details for
Bug 236239
www/phalcon: update to 3.4.3, adds PHP 7.3 support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
3.4.3 with spurious PHP_VER check gone
phalcon-3.4.3.diff (text/plain), 1.29 KB, created by
Franco Fichtner
on 2019-03-05 06:58:32 UTC
(
hide
)
Description:
3.4.3 with spurious PHP_VER check gone
Filename:
MIME Type:
Creator:
Franco Fichtner
Created:
2019-03-05 06:58:32 UTC
Size:
1.29 KB
patch
obsolete
>diff --git a/www/phalcon/Makefile b/www/phalcon/Makefile >index 09fec399b9..112742c659 100644 >--- a/www/phalcon/Makefile >+++ b/www/phalcon/Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= phalcon > DISTVERSIONPREFIX= v >-DISTVERSION= 3.4.2 >+DISTVERSION= 3.4.3 > CATEGORIES= www > PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} > >@@ -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 > >diff --git a/www/phalcon/distinfo b/www/phalcon/distinfo >index 81661a3530..6a19076f08 100644 >--- a/www/phalcon/distinfo >+++ b/www/phalcon/distinfo >@@ -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 = 1551666605 >+SHA256 (phalcon-cphalcon-v3.4.3_GH0.tar.gz) = b727fe6337f1553c50eb918dcd1665b0eafe5ac123e9896422471bc1828c218b >+SIZE (phalcon-cphalcon-v3.4.3_GH0.tar.gz) = 6702469
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 236239
:
202569
| 202571