From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 7 11:10:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B6A7A106566C for ; Sun, 7 Oct 2012 11:10:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8CC048FC0C for ; Sun, 7 Oct 2012 11:10:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q97BABra029876 for ; Sun, 7 Oct 2012 11:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q97BABGw029875; Sun, 7 Oct 2012 11:10:11 GMT (envelope-from gnats) Resent-Date: Sun, 7 Oct 2012 11:10:11 GMT Resent-Message-Id: <201210071110.q97BABGw029875@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, Jin-Sih Lin Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 487501065740 for ; Sun, 7 Oct 2012 11:07:19 +0000 (UTC) (envelope-from root@deep.tw) Received: from deep.tw (220-134-39-129.HINET-IP.hinet.net [220.134.39.129]) by mx1.freebsd.org (Postfix) with ESMTP id 149FF8FC08 for ; Sun, 7 Oct 2012 11:07:18 +0000 (UTC) Received: by deep.tw (Postfix, from userid 0) id 3BD165CE7; Sun, 7 Oct 2012 19:00:45 +0800 (CST) Message-Id: <20121007110045.3BD165CE7@deep.tw> Date: Sun, 7 Oct 2012 19:00:45 +0800 (CST) From: Jin-Sih Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/172449: [MAINTAINER] www/phalcon: update to 0.5.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Oct 2012 11:10:11 -0000 >Number: 172449 >Category: ports >Synopsis: [MAINTAINER] www/phalcon: update to 0.5.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Oct 07 11:10:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jin-Sih Lin >Release: FreeBSD 10.0-CURRENT i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD deep.tw 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Sat Aug 18 08:09:36 CST 2012 >Description: - Update to 0.5.1 Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix) >How-To-Repeat: >Fix: --- phalcon-0.5.1.patch begins here --- diff -ruN --exclude=CVS ../phalcon.orig/Makefile ./Makefile --- ../phalcon.orig/Makefile 2012-08-29 14:39:01.000000000 +0800 +++ ./Makefile 2012-10-07 18:55:23.000000000 +0800 @@ -6,7 +6,7 @@ # PORTNAME= phalcon -PORTVERSION= 0.4.5 +PORTVERSION= 0.5.1 CATEGORIES= www MASTER_SITES= https://github.com/${PORTNAME}/c${PORTNAME}/tarball/${GITVERSION}/ DISTNAME= ${PORTNAME}-c${PORTNAME}-${GITVERSION} @@ -14,9 +14,12 @@ MAINTAINER= linpct@gmail.com COMMENT= Phalcon PHP Framework written in C-language -GITVERSION= 97d8732 +BUILD_DEPENDS= ${LOCALBASE}/include/php/ext/pdo/php_pdo_driver.h:${PORTSDIR}/databases/php5-pdo +RUN_DEPENDS= ${LOCALBASE}/include/php/ext/pdo/php_pdo_driver.h:${PORTSDIR}/databases/php5-pdo + +GITVERSION= b22910a FETCH_ARGS= -pRr -WRKSRC= ${WRKDIR}/${PORTNAME}-c${PORTNAME}-${GITVERSION}/release/ +WRKSRC= ${WRKDIR}/${PORTNAME}-c${PORTNAME}-${GITVERSION}/build/ CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS= --enable-phalcon --prefix=${PREFIX} --with-php-config=${LOCALBASE}/bin/php-config diff -ruN --exclude=CVS ../phalcon.orig/distinfo ./distinfo --- ../phalcon.orig/distinfo 2012-08-29 14:39:01.000000000 +0800 +++ ./distinfo 2012-10-07 17:53:01.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (phalcon-cphalcon-97d8732.tar.gz) = 8f3783d91ba7c71bdca7b3ea2b6756f225505c36a57a2829fc133d82f8344d11 -SIZE (phalcon-cphalcon-97d8732.tar.gz) = 700612 +SHA256 (phalcon-cphalcon-b22910a.tar.gz) = 05bf8b088fe920db2747c05281789bee9829ea1f3f0afde063b344b29d36d2e6 +SIZE (phalcon-cphalcon-b22910a.tar.gz) = 879134 --- phalcon-0.5.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: