- Update to 1.3.0 Port maintainer (linpct@gmail.com) is cc'd. Generated with FreeBSD Port Tools 1.00.2014.03.16 (mode: update, diff: ports)
Responsible Changed From-To: freebsd-ports-bugs->sunpoet sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Maintainer of www/phalcon, Please note that PR ports/187779 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/187779 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Maintainer approved, thanks! 2014-03-20 14:30 GMT+08:00 Edwin Groothuis <edwin@freebsd.org>: > Maintainer of www/phalcon, > > Please note that PR ports/187779 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/187779 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org > -- Daniel Lin (pct)
Author: sunpoet Date: Mon Mar 24 12:32:23 2014 New Revision: 348974 URL: http://svnweb.freebsd.org/changeset/ports/348974 QAT: https://qat.redports.org/buildarchive/r348974/ Log: - Update to 1.3.0 Changes: https://github.com/phalcon/cphalcon/blob/master/CHANGELOG PR: ports/187779 Submitted by: Gasol Wu <gasol.wu@gmail.com> Approved by: Daniel Lin <linpct@gmail.com> (maintainer) Modified: head/www/phalcon/Makefile head/www/phalcon/distinfo Modified: head/www/phalcon/Makefile ============================================================================== --- head/www/phalcon/Makefile Mon Mar 24 12:32:16 2014 (r348973) +++ head/www/phalcon/Makefile Mon Mar 24 12:32:23 2014 (r348974) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= phalcon -PORTVERSION= 1.2.6 +PORTVERSION= 1.3.0 CATEGORIES= www -MASTER_SITES= https://github.com/phalcon/cphalcon/archive/v${PORTVERSION}/ +MASTER_SITES= https://github.com/phalcon/cphalcon/archive/${PORTVERSION}/ DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= linpct@gmail.com @@ -20,7 +20,7 @@ CONFIGURE_ARGS= --enable-phalcon --prefi --with-php-config=${LOCALBASE}/bin/php-config ONLY_FOR_ARCHS= amd64 i386 -USE_PHP= pdo +USE_PHP= hash pdo USE_PHPEXT= yes USE_PHPIZE= yes USE_PHP_BUILD= yes Modified: head/www/phalcon/distinfo ============================================================================== --- head/www/phalcon/distinfo Mon Mar 24 12:32:16 2014 (r348973) +++ head/www/phalcon/distinfo Mon Mar 24 12:32:23 2014 (r348974) @@ -1,2 +1,2 @@ -SHA256 (phalcon-v1.2.6.tar.gz) = 63006071e641f956b6ee524b38d3a6b9b0801176e6753aa0ecda225dd98e3513 -SIZE (phalcon-v1.2.6.tar.gz) = 2584664 +SHA256 (phalcon-v1.3.0.tar.gz) = 8363412be2feb6876e583ea77af1527c98a2ee25e60890f0ddf92a41e0933868 +SIZE (phalcon-v1.3.0.tar.gz) = 2888185 _______________________________________________ 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"
State Changed From-To: feedback->closed Committed. Thanks!