Date: Wed, 10 Oct 2012 02:20:59 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305628 - head/www/phalcon Message-ID: <201210100220.q9A2KxUY032128@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Wed Oct 10 02:20:58 2012 New Revision: 305628 URL: http://svn.freebsd.org/changeset/ports/305628 Log: - Update to 0.5.1 PR: ports/172449 Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer) Modified: head/www/phalcon/Makefile (contents, props changed) head/www/phalcon/distinfo (contents, props changed) Modified: head/www/phalcon/Makefile ============================================================================== --- head/www/phalcon/Makefile Wed Oct 10 02:07:40 2012 (r305627) +++ head/www/phalcon/Makefile Wed Oct 10 02:20:58 2012 (r305628) @@ -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 @@ DISTNAME= ${PORTNAME}-c${PORTNAME}-${GIT 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 Modified: head/www/phalcon/distinfo ============================================================================== --- head/www/phalcon/distinfo Wed Oct 10 02:07:40 2012 (r305627) +++ head/www/phalcon/distinfo Wed Oct 10 02:20:58 2012 (r305628) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210100220.q9A2KxUY032128>