svn commit: r520659 - in head/www: phalcon phalcon4
Tobias C. Berner
tcberner at FreeBSD.org
Sun Dec 22 20:16:55 UTC 2019
Author: tcberner
Date: Sun Dec 22 20:16:54 2019
New Revision: 520659
URL: https://svnweb.freebsd.org/changeset/ports/520659
Log:
www/phalcon4: update to final 4.0.0
Changelog:
https://github.com/phalcon/cphalcon/releases/tag/v4.0.0
Additionally:
- fix build with PHP 7.4
- add conflict to www/phalcon
PR: 242793
Submitted by: Franco Fichtner <franco at opnsense.org> (maintainer)
Modified:
head/www/phalcon/Makefile
head/www/phalcon4/Makefile
head/www/phalcon4/distinfo
Modified: head/www/phalcon/Makefile
==============================================================================
--- head/www/phalcon/Makefile Sun Dec 22 20:13:45 2019 (r520658)
+++ head/www/phalcon/Makefile Sun Dec 22 20:16:54 2019 (r520659)
@@ -14,6 +14,8 @@ LICENSE= BSD3CLAUSE
ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386
+CONFLICTS_INSTALL= ${PKGNAMEPREFIX}phalcon4
+
USES= php:ext
USE_PHP= hash:build json:build pdo:build
IGNORE_WITH_PHP= 74
Modified: head/www/phalcon4/Makefile
==============================================================================
--- head/www/phalcon4/Makefile Sun Dec 22 20:13:45 2019 (r520658)
+++ head/www/phalcon4/Makefile Sun Dec 22 20:16:54 2019 (r520659)
@@ -2,7 +2,7 @@
PORTNAME= phalcon
DISTVERSIONPREFIX=v
-DISTVERSION= 4.0.0-rc.3
+DISTVERSION= 4.0.0
CATEGORIES= www
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
PKGNAMESUFFIX= 4
@@ -21,13 +21,14 @@ RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/psr.so:
USES= php:ext
USE_PHP= hash:build json:build pdo:build session
PHP_MOD_PRIO= 30
-IGNORE_WITH_PHP=74
USE_GITHUB= yes
GH_ACCOUNT= phalcon
GH_PROJECT= c${PORTNAME}
CFLAGS+= -I${LOCALBASE}/include
+CFLAGS+= -Dulong=zend_ulong # PHP 7.4 build fix
+
CONFIGURE_ARGS= --enable-phalcon
.include <bsd.port.pre.mk>
Modified: head/www/phalcon4/distinfo
==============================================================================
--- head/www/phalcon4/distinfo Sun Dec 22 20:13:45 2019 (r520658)
+++ head/www/phalcon4/distinfo Sun Dec 22 20:16:54 2019 (r520659)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1576488328
-SHA256 (phalcon-cphalcon-v4.0.0-rc.3_GH0.tar.gz) = d7bd18aa687530f8df89270e13892fac94d2414524f0104f84b9565bdc58d8f6
-SIZE (phalcon-cphalcon-v4.0.0-rc.3_GH0.tar.gz) = 6819761
+TIMESTAMP = 1577005323
+SHA256 (phalcon-cphalcon-v4.0.0_GH0.tar.gz) = 825b0d0f33e5d0b6aa120f74c6cd7419240dc376c42253ec5e5dc1a9eef67598
+SIZE (phalcon-cphalcon-v4.0.0_GH0.tar.gz) = 6769558
More information about the svn-ports-head
mailing list