From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 22 09:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8A97AC9D for ; Fri, 22 Mar 2013 09:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6E8A8E7 for ; Fri, 22 Mar 2013 09:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2M9A1Qv012611 for ; Fri, 22 Mar 2013 09:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2M9A1l4012610; Fri, 22 Mar 2013 09:10:01 GMT (envelope-from gnats) Resent-Date: Fri, 22 Mar 2013 09:10:01 GMT Resent-Message-Id: <201303220910.r2M9A1l4012610@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 [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 705B98DE for ; Fri, 22 Mar 2013 09:03:38 +0000 (UTC) (envelope-from gasolwu@kkbox.com) Received: from kkbox.com (ip-203-69-67-167.kkcube.com [203.69.67.167]) by mx1.freebsd.org (Postfix) with ESMTP id 4675DF97 for ; Fri, 22 Mar 2013 09:03:37 +0000 (UTC) Received: by goingmarry.kkbox.com (Postfix, from userid 1033) id 09C097470BA; Fri, 22 Mar 2013 16:53:36 +0800 (CST) Message-Id: <20130322085336.09C097470BA@goingmarry.kkbox.com> Date: Fri, 22 Mar 2013 16:53:36 +0800 (CST) From: Gasol Wu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/177225: [PATCH] www/phalcon: update to 1.0.0 Cc: linpct@gmail.com X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Mar 2013 09:10:01 -0000 >Number: 177225 >Category: ports >Synopsis: [PATCH] www/phalcon: update to 1.0.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: Fri Mar 22 09:10:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Gasol Wu >Release: FreeBSD 9.1-RC1 amd64 >Organization: >Environment: System: FreeBSD goingmarry 9.1-RC1 FreeBSD 9.1-RC1 #0: Tue Aug 14 04:25:06 UTC 2012 >Description: - Update to 1.0.0 Port maintainer (linpct@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99_7 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- phalcon-1.0.0.patch begins here --- diff -ruN /usr/ports/www/phalcon/Makefile ./Makefile --- /usr/ports/www/phalcon/Makefile 2013-02-18 16:00:34.000000000 +0800 +++ ./Makefile 2013-03-22 16:04:30.000000000 +0800 @@ -2,10 +2,8 @@ # $FreeBSD: ports/www/phalcon/Makefile,v 1.14 2013/02/18 08:00:34 svnexp Exp $ PORTNAME= phalcon -PORTVERSION= 0.9.0 +PORTVERSION= 1.0.0 CATEGORIES= www -MASTER_SITES= https://github.com/${PORTNAME}/c${PORTNAME}/tarball/${GITVERSION}/ -DISTNAME= ${PORTNAME}-c${PORTNAME}-${GITVERSION} MAINTAINER= linpct@gmail.com COMMENT= Phalcon PHP Framework written in C-language @@ -13,9 +11,14 @@ 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= 7b3b060 +USE_GITHUB= yes +GH_ACCOUNT= ${PORTNAME} +GH_PROJECT= c${PORTNAME} +GH_TAGNAME= 1.0.0 +GH_COMMIT= 0d052fc + FETCH_ARGS= -pRr -WRKSRC= ${WRKDIR}/${PORTNAME}-c${PORTNAME}-${GITVERSION}/build/ +WRKSRC= ${WRKDIR}/${GH_ACCOUNT}-${GH_PROJECT}-${GH_COMMIT}/build/ CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS= --enable-phalcon --prefix=${PREFIX} --with-php-config=${LOCALBASE}/bin/php-config diff -ruN /usr/ports/www/phalcon/distinfo ./distinfo --- /usr/ports/www/phalcon/distinfo 2013-02-18 16:00:34.000000000 +0800 +++ ./distinfo 2013-03-22 16:04:48.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (phalcon-cphalcon-7b3b060.tar.gz) = 310a5674f3cd9e87af5f58fa70c1c9880cbf818db0d1409a7d5eda87cfc2cf0c -SIZE (phalcon-cphalcon-7b3b060.tar.gz) = 2045250 +SHA256 (phalcon-1.0.0.tar.gz) = 091ba6f425df16f5249a1f4cf80b48df729e7ba0a9ec0fdec17cb8b71f15c72b +SIZE (phalcon-1.0.0.tar.gz) = 2159006 --- phalcon-1.0.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: