From root@deep.tw  Tue Aug  6 06:12:48 2013
Return-Path: <root@deep.tw>
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 ESMTP id A2BB6F45
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  6 Aug 2013 06:12:48 +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 731442A3C
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  6 Aug 2013 06:12:47 +0000 (UTC)
Received: by deep.tw (Postfix, from userid 0)
	id 18CF25C14; Tue,  6 Aug 2013 14:06:00 +0800 (CST)
Message-Id: <20130806060600.18CF25C14@deep.tw>
Date: Tue,  6 Aug 2013 14:06:00 +0800 (CST)
From: Jin-Sih Lin <linpct@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] www/phalcon: update to 1.2.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         181079
>Category:       ports
>Synopsis:       [MAINTAINER] www/phalcon: update to 1.2.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    swills
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 06 06:20:00 UTC 2013
>Closed-Date:    Sun Aug 11 21:05:12 UTC 2013
>Last-Modified:  Sun Aug 11 21:10:00 UTC 2013
>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 #2 r253131: Thu Jul 11 16:55:44 CST
>Description:
- Update to 1.2.1

Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: suffix)
>How-To-Repeat:
>Fix:

--- phalcon-1.2.1.patch begins here ---
diff -ruN ../phalcon.orig/Makefile ./Makefile
--- ../phalcon.orig/Makefile	2013-05-13 10:52:50.000000000 +0800
+++ ./Makefile	2013-08-06 14:04:48.000000000 +0800
@@ -2,31 +2,25 @@
 # $FreeBSD: head/www/phalcon/Makefile 317987 2013-05-13 02:02:04Z miwi $
 
 PORTNAME=	phalcon
-PORTVERSION=	1.1.0
+PORTVERSION=	1.2.1
 CATEGORIES=	www
+MASTER_SITES=	https://github.com/phalcon/cphalcon/archive/v${PORTVERSION}/
+DISTNAME=	${PORTNAME}-v${PORTVERSION}
 
 MAINTAINER=	linpct@gmail.com
 COMMENT=	Phalcon PHP Framework written in C-language
 
-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
-
-USE_GITHUB=	yes
-GH_ACCOUNT=	${PORTNAME}
-GH_PROJECT=	c${PORTNAME}
-GH_TAGNAME=	v${PORTVERSION}
-GH_COMMIT=	4d7f4c9
-
 FETCH_ARGS=	-pRr
-WRKSRC=		${WRKDIR}/${GH_ACCOUNT}-${GH_PROJECT}-${GH_COMMIT}/build/
+WRKSRC=		${WRKDIR}/c${PORTNAME}-${PORTVERSION}/build/
 
 CFLAGS+=	-I${LOCALBASE}/include
 CONFIGURE_ARGS=	--enable-phalcon --prefix=${PREFIX} \
 		--with-php-config=${LOCALBASE}/bin/php-config
 
-USE_PHP=	yes
+USE_PHP=	pdo
 USE_PHPEXT=	yes
 USE_PHPIZE=	yes
+USE_PHP_BUILD=	yes
 
 .include <bsd.port.pre.mk>
 
diff -ruN ../phalcon.orig/distinfo ./distinfo
--- ../phalcon.orig/distinfo	2013-06-25 09:45:39.000000000 +0800
+++ ./distinfo	2013-08-06 13:03:46.000000000 +0800
@@ -1,2 +1,2 @@
-SHA256 (phalcon-1.1.0.tar.gz) = 719ab9a45cab34dce7d5d8dbf0b41ddea57ba22bf8d0cc82da78e948c9aa36cd
-SIZE (phalcon-1.1.0.tar.gz) = 2308003
+SHA256 (phalcon-v1.2.1.tar.gz) = ffed1aaeb7584fd11d8c8257f2c7bfe259d20dc32560ec1e1de61b8c1a1b34bb
+SIZE (phalcon-v1.2.1.tar.gz) = 2561525
--- phalcon-1.2.1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->swills 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Aug 6 06:20:08 UTC 2013 
Responsible-Changed-Why:  
swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=181079 
State-Changed-From-To: open->closed 
State-Changed-By: swills 
State-Changed-When: Sun Aug 11 21:05:11 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=181079 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/181079: commit references a PR
Date: Sun, 11 Aug 2013 21:04:17 +0000 (UTC)

 Author: swills
 Date: Sun Aug 11 21:04:10 2013
 New Revision: 324605
 URL: http://svnweb.freebsd.org/changeset/ports/324605
 
 Log:
   - Update to 1.2.1
   
   PR:		ports/181079
   Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
 
 Modified:
   head/www/phalcon/Makefile
   head/www/phalcon/distinfo
 
 Modified: head/www/phalcon/Makefile
 ==============================================================================
 --- head/www/phalcon/Makefile	Sun Aug 11 18:33:33 2013	(r324604)
 +++ head/www/phalcon/Makefile	Sun Aug 11 21:04:10 2013	(r324605)
 @@ -2,31 +2,25 @@
  # $FreeBSD$
  
  PORTNAME=	phalcon
 -PORTVERSION=	1.1.0
 +PORTVERSION=	1.2.1
  CATEGORIES=	www
 +MASTER_SITES=	https://github.com/phalcon/cphalcon/archive/v${PORTVERSION}/
 +DISTNAME=	${PORTNAME}-v${PORTVERSION}
  
  MAINTAINER=	linpct@gmail.com
  COMMENT=	Phalcon PHP Framework written in C-language
  
 -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
 -
 -USE_GITHUB=	yes
 -GH_ACCOUNT=	${PORTNAME}
 -GH_PROJECT=	c${PORTNAME}
 -GH_TAGNAME=	v${PORTVERSION}
 -GH_COMMIT=	4d7f4c9
 -
  FETCH_ARGS=	-pRr
 -WRKSRC=		${WRKDIR}/${GH_ACCOUNT}-${GH_PROJECT}-${GH_COMMIT}/build/
 +WRKSRC=		${WRKDIR}/c${PORTNAME}-${PORTVERSION}/build/
  
  CFLAGS+=	-I${LOCALBASE}/include
  CONFIGURE_ARGS=	--enable-phalcon --prefix=${PREFIX} \
  		--with-php-config=${LOCALBASE}/bin/php-config
  
 -USE_PHP=	yes
 +USE_PHP=	pdo
  USE_PHPEXT=	yes
  USE_PHPIZE=	yes
 +USE_PHP_BUILD=	yes
  
  .include <bsd.port.pre.mk>
  
 
 Modified: head/www/phalcon/distinfo
 ==============================================================================
 --- head/www/phalcon/distinfo	Sun Aug 11 18:33:33 2013	(r324604)
 +++ head/www/phalcon/distinfo	Sun Aug 11 21:04:10 2013	(r324605)
 @@ -1,2 +1,2 @@
 -SHA256 (phalcon-1.1.0.tar.gz) = 719ab9a45cab34dce7d5d8dbf0b41ddea57ba22bf8d0cc82da78e948c9aa36cd
 -SIZE (phalcon-1.1.0.tar.gz) = 2308003
 +SHA256 (phalcon-v1.2.1.tar.gz) = ffed1aaeb7584fd11d8c8257f2c7bfe259d20dc32560ec1e1de61b8c1a1b34bb
 +SIZE (phalcon-v1.2.1.tar.gz) = 2561525
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
