Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  6 Aug 2013 14:06:00 +0800 (CST)
From:      Jin-Sih Lin <linpct@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/181079: [MAINTAINER] www/phalcon: update to 1.2.1
Message-ID:  <20130806060600.18CF25C14@deep.tw>
Resent-Message-ID: <201308060620.r766K0ft073606@freefall.freebsd.org>

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

>Number:         181079
>Category:       ports
>Synopsis:       [MAINTAINER] www/phalcon: update to 1.2.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:   Tue Aug 06 06:20:00 UTC 2013
>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 #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:
>Unformatted:



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