Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2019 12:26:50 +0000 (UTC)
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r496338 - head/www/phalcon
Message-ID:  <201903201226.x2KCQo6s058475@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joneum
Date: Wed Mar 20 12:26:50 2019
New Revision: 496338
URL: https://svnweb.freebsd.org/changeset/ports/496338

Log:
  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

Modified:
  head/www/phalcon/Makefile
  head/www/phalcon/distinfo

Modified: head/www/phalcon/Makefile
==============================================================================
--- head/www/phalcon/Makefile	Wed Mar 20 12:23:25 2019	(r496337)
+++ head/www/phalcon/Makefile	Wed Mar 20 12:26:50 2019	(r496338)
@@ -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/x
 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
 

Modified: head/www/phalcon/distinfo
==============================================================================
--- head/www/phalcon/distinfo	Wed Mar 20 12:23:25 2019	(r496337)
+++ head/www/phalcon/distinfo	Wed Mar 20 12:26:50 2019	(r496338)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903201226.x2KCQo6s058475>