Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  7 Oct 2012 19:00:45 +0800 (CST)
From:      Jin-Sih Lin <linpct@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/172449: [MAINTAINER] www/phalcon: update to 0.5.1
Message-ID:  <20121007110045.3BD165CE7@deep.tw>
Resent-Message-ID: <201210071110.q97BABGw029875@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121007110045.3BD165CE7>