Summary: | [PATCH] www/phalcon: update to 1.0.0 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Gasol Wu <gasol.wu> | ||||
Component: | Individual Port(s) | Assignee: | Ruslan Makhmatkhanov <rm> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | linpct | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Gasol Wu
2013-03-22 09:10:01 UTC
Maintainer of www/phalcon, Please note that PR ports/177225 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/177225 -- 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. 2013/3/22 Edwin Groothuis <edwin@freebsd.org> > Maintainer of www/phalcon, > > Please note that PR ports/177225 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/177225 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org > -- Daniel Lin (pct) Responsible Changed From-To: freebsd-ports-bugs->rm I will take it. Author: rm Date: Fri Mar 22 19:42:46 2013 New Revision: 314959 URL: http://svnweb.freebsd.org/changeset/ports/314959 Log: - update to 1.0.0 - switch to USE_GITHUB - break long line, while here PR: 177225 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 Fri Mar 22 19:41:06 2013 (r314958) +++ head/www/phalcon/Makefile Fri Mar 22 19:42:46 2013 (r314959) @@ -2,10 +2,8 @@ # $FreeBSD$ PORTNAME= phalcon -PORTVERSION= 0.9.0 +PORTVERSION= 1.0.0 CATEGORIES= www -MASTER_SITES= https://github.com/${PORTNAME}/c${PORTNAME}/tarball/${GITVERSION}/ -DISTNAME= ${PORTNAME}-c${PORTNAME}-${GITVERSION} MAINTAINER= linpct@gmail.com COMMENT= Phalcon PHP Framework written in C-language @@ -13,12 +11,18 @@ COMMENT= Phalcon PHP Framework written i 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= 7b3b060 +USE_GITHUB= yes +GH_ACCOUNT= ${PORTNAME} +GH_PROJECT= c${PORTNAME} +GH_TAGNAME= 1.0.0 +GH_COMMIT= 0d052fc + FETCH_ARGS= -pRr -WRKSRC= ${WRKDIR}/${PORTNAME}-c${PORTNAME}-${GITVERSION}/build/ +WRKSRC= ${WRKDIR}/${GH_ACCOUNT}-${GH_PROJECT}-${GH_COMMIT}/build/ CFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ARGS= --enable-phalcon --prefix=${PREFIX} --with-php-config=${LOCALBASE}/bin/php-config +CONFIGURE_ARGS= --enable-phalcon --prefix=${PREFIX} \ + --with-php-config=${LOCALBASE}/bin/php-config USE_PHP= yes USE_PHPEXT= yes Modified: head/www/phalcon/distinfo ============================================================================== --- head/www/phalcon/distinfo Fri Mar 22 19:41:06 2013 (r314958) +++ head/www/phalcon/distinfo Fri Mar 22 19:42:46 2013 (r314959) @@ -1,2 +1,2 @@ -SHA256 (phalcon-cphalcon-7b3b060.tar.gz) = 310a5674f3cd9e87af5f58fa70c1c9880cbf818db0d1409a7d5eda87cfc2cf0c -SIZE (phalcon-cphalcon-7b3b060.tar.gz) = 2045250 +SHA256 (phalcon-1.0.0.tar.gz) = 091ba6f425df16f5249a1f4cf80b48df729e7ba0a9ec0fdec17cb8b71f15c72b +SIZE (phalcon-1.0.0.tar.gz) = 2159006 _______________________________________________ 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. |