diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-03-24 20:32:23 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-03-24 20:32:23 +0800 |
commit | 7fe8f08fde461891173db96eaf9d20090bff350c (patch) | |
tree | 411bc7407928f054ef11fbd657e04f3676c6737d | |
parent | a2b6d2fe451e62fb55c0c368445a0ef057d31dc3 (diff) | |
download | freebsd-ports-gnome-7fe8f08fde461891173db96eaf9d20090bff350c.tar.gz freebsd-ports-gnome-7fe8f08fde461891173db96eaf9d20090bff350c.tar.zst freebsd-ports-gnome-7fe8f08fde461891173db96eaf9d20090bff350c.zip |
- 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)
-rw-r--r-- | www/phalcon/Makefile | 6 | ||||
-rw-r--r-- | www/phalcon/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/phalcon/Makefile b/www/phalcon/Makefile index e3a2f0f4447e..79eecf911394 100644 --- a/www/phalcon/Makefile +++ b/www/phalcon/Makefile @@ -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 --prefix=${PREFIX} \ --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 diff --git a/www/phalcon/distinfo b/www/phalcon/distinfo index f1212a928c82..c438a73e8036 100644 --- a/www/phalcon/distinfo +++ b/www/phalcon/distinfo @@ -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 |