Bug 181079 - [MAINTAINER] www/phalcon: update to 1.2.1
Summary: [MAINTAINER] www/phalcon: update to 1.2.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-06 07:20 UTC by linpct
Modified: 2013-08-11 22:10 UTC (History)
0 users

See Also:


Attachments
phalcon-1.2.1.patch (1.66 KB, patch)
2013-08-06 07:20 UTC, linpct
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description linpct 2013-08-06 07:20:00 UTC
- Update to 1.2.1

Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: suffix)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-06 07:20:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-08-11 22:04:17 UTC
Author: swills
Date: Sun Aug 11 21:04:10 2013
New Revision: 324605
URL: http://svnweb.freebsd.org/changeset/ports/324605

Log:
  - Update to 1.2.1
  
  PR:		ports/181079
  Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)

Modified:
  head/www/phalcon/Makefile
  head/www/phalcon/distinfo

Modified: head/www/phalcon/Makefile
==============================================================================
--- head/www/phalcon/Makefile	Sun Aug 11 18:33:33 2013	(r324604)
+++ head/www/phalcon/Makefile	Sun Aug 11 21:04:10 2013	(r324605)
@@ -2,31 +2,25 @@
 # $FreeBSD$
 
 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>
 

Modified: head/www/phalcon/distinfo
==============================================================================
--- head/www/phalcon/distinfo	Sun Aug 11 18:33:33 2013	(r324604)
+++ head/www/phalcon/distinfo	Sun Aug 11 21:04:10 2013	(r324605)
@@ -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
_______________________________________________
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"
Comment 3 Steve Wills freebsd_committer freebsd_triage 2013-08-11 22:05:11 UTC
State Changed
From-To: open->closed

Committed. Thanks!