From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Mar 20 06:30:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B56DD4B2 for ; Thu, 20 Mar 2014 06:30:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 974588D8 for ; Thu, 20 Mar 2014 06:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2K6U0L3033053 for ; Thu, 20 Mar 2014 06:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2K6U0OA033052; Thu, 20 Mar 2014 06:30:00 GMT (envelope-from gnats) Resent-Date: Thu, 20 Mar 2014 06:30:00 GMT Resent-Message-Id: <201403200630.s2K6U0OA033052@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gasol Wu Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 78AAD4AB for ; Thu, 20 Mar 2014 06:29:48 +0000 (UTC) Received: from kkbox.com (ip-203-69-67-167.kkcube.com [203.69.67.167]) by mx1.freebsd.org (Postfix) with ESMTP id 4C76B8D2 for ; Thu, 20 Mar 2014 06:29:47 +0000 (UTC) Received: by goingmarry.kkbox.com (Postfix, from userid 1033) id 67C45750C61; Thu, 20 Mar 2014 14:29:37 +0800 (CST) Message-Id: <20140320062937.67C45750C61@goingmarry.kkbox.com> Date: Thu, 20 Mar 2014 14:29:37 +0800 (CST) From: Gasol Wu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/187779: [PATCH] www/phalcon: update to 1.3.0 Cc: linpct@gmail.com X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Mar 2014 06:30:00 -0000 >Number: 187779 >Category: ports >Synopsis: [PATCH] www/phalcon: update to 1.3.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Mar 20 06:30:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Gasol Wu >Release: FreeBSD 9.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD goingmarry 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC >Description: - Update to 1.3.0 Port maintainer (linpct@gmail.com) is cc'd. Generated with FreeBSD Port Tools 1.00.2014.03.16 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- phalcon-1.3.0.patch begins here --- diff -ruN /usr/ports/www/phalcon/Makefile ./Makefile --- /usr/ports/www/phalcon/Makefile 2014-03-02 02:52:55.000000000 +0800 +++ ./Makefile 2014-03-20 12:48:30.000000000 +0800 @@ -2,9 +2,9 @@ # $FreeBSD: head/www/phalcon/Makefile 346714 2014-03-01 18:52:55Z marino $ PORTNAME= phalcon -PORTVERSION= 1.2.6 +PORTVERSION= 1.3.0 CATEGORIES= www -MASTER_SITES= https://github.com/phalcon/cphalcon/archive/v${PORTVERSION}/ +MASTER_SITES= https://github.com/phalcon/cphalcon/archive/${PORTVERSION}/ DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= linpct@gmail.com @@ -20,7 +20,7 @@ --with-php-config=${LOCALBASE}/bin/php-config ONLY_FOR_ARCHS= amd64 i386 -USE_PHP= pdo +USE_PHP= hash pdo USE_PHPEXT= yes USE_PHPIZE= yes USE_PHP_BUILD= yes diff -ruN /usr/ports/www/phalcon/distinfo ./distinfo --- /usr/ports/www/phalcon/distinfo 2014-02-22 22:15:59.000000000 +0800 +++ ./distinfo 2014-03-20 11:55:02.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (phalcon-v1.2.6.tar.gz) = 63006071e641f956b6ee524b38d3a6b9b0801176e6753aa0ecda225dd98e3513 -SIZE (phalcon-v1.2.6.tar.gz) = 2584664 +SHA256 (phalcon-v1.3.0.tar.gz) = 8363412be2feb6876e583ea77af1527c98a2ee25e60890f0ddf92a41e0933868 +SIZE (phalcon-v1.3.0.tar.gz) = 2888185 --- phalcon-1.3.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: