Bug 177225 - [PATCH] www/phalcon: update to 1.0.0
Summary: [PATCH] www/phalcon: update to 1.0.0
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: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-22 09:10 UTC by Gasol Wu
Modified: 2013-03-22 19:50 UTC (History)
1 user (show)

See Also:


Attachments
phalcon-1.0.0.patch (1.65 KB, patch)
2013-03-22 09:10 UTC, Gasol Wu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gasol Wu 2013-03-22 09:10:01 UTC
- Update to 1.0.0

Port maintainer (linpct@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99_7 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-22 09:10:13 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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-22 09:10:14 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 linpct 2013-03-22 09:55:28 UTC
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)
Comment 4 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-03-22 18:14:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rm

I will take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-03-22 19:42:56 UTC
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"
Comment 6 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-03-22 19:43:53 UTC
State Changed
From-To: feedback->closed

Committed, thanks.