From owner-svn-ports-all@freebsd.org Fri Sep 23 08:28:00 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7E98BE672D; Fri, 23 Sep 2016 08:28:00 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9E41E17FC; Fri, 23 Sep 2016 08:28:00 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8N8Rxpe052019; Fri, 23 Sep 2016 08:27:59 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8N8RxR8052017; Fri, 23 Sep 2016 08:27:59 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201609230827.u8N8RxR8052017@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Fri, 23 Sep 2016 08:27:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422653 - head/www/phalcon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2016 08:28:01 -0000 Author: tz Date: Fri Sep 23 08:27:59 2016 New Revision: 422653 URL: https://svnweb.freebsd.org/changeset/ports/422653 Log: www/phalcon: Update from 2.0.13 to 3.0.1 Changes: https://github.com/phalcon/cphalcon/blob/v3.0.1/CHANGELOG.md Also add arm6 support PR: 211923 Submitted by: Franco Fichtner Approved by: linpct@gmail.com (maintainer), swills (mentor) Modified: head/www/phalcon/Makefile head/www/phalcon/distinfo Modified: head/www/phalcon/Makefile ============================================================================== --- head/www/phalcon/Makefile Fri Sep 23 08:26:44 2016 (r422652) +++ head/www/phalcon/Makefile Fri Sep 23 08:27:59 2016 (r422653) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= phalcon -PORTVERSION= 2.0.13 -PORTREVISION= 1 -DISTVERSIONPREFIX= ${PORTNAME}-v +PORTVERSION= 3.0.1 +DISTVERSIONPREFIX= v CATEGORIES= www MAINTAINER= linpct@gmail.com @@ -13,19 +12,20 @@ COMMENT= Phalcon PHP Framework written i LICENSE= BSD3CLAUSE USES= php:ext -USE_PHP= hash:build pdo:build -IGNORE_WITH_PHP= 70 +USE_PHP= hash:build json:build pdo:build -ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS= amd64 armv6 i386 USE_GITHUB= yes GH_ACCOUNT= phalcon GH_PROJECT= c${PORTNAME} -PBITS= ${ARCH:S/amd64/64/:S/i386/32/:S/x86_64/64/} -WRKSRC_SUBDIR= build/${PBITS}bits - CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS= --enable-phalcon -.include +.include + +PBITS= ${ARCH:S/amd64/64/:S/armv6/32/:S/i386/32/:S/x86_64/64/} +WRKSRC_SUBDIR= build/php${PHP_VER:C/.$//}/${PBITS}bits + +.include Modified: head/www/phalcon/distinfo ============================================================================== --- head/www/phalcon/distinfo Fri Sep 23 08:26:44 2016 (r422652) +++ head/www/phalcon/distinfo Fri Sep 23 08:27:59 2016 (r422653) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463914882 -SHA256 (phalcon-cphalcon-phalcon-v2.0.13_GH0.tar.gz) = 0a1bd6afe902c6f2f68cf5e2f2785503f5ad95d1d2cf1b66c77154c483a08a35 -SIZE (phalcon-cphalcon-phalcon-v2.0.13_GH0.tar.gz) = 5226692 +TIMESTAMP = 1472118267 +SHA256 (phalcon-cphalcon-v3.0.1_GH0.tar.gz) = 18b24b99759523b8a6423dedb00fdbaad25fdd0fc3f76428987852afba081719 +SIZE (phalcon-cphalcon-v3.0.1_GH0.tar.gz) = 6329430