Bug 186940 - [PATCH] www/phalcon: update to 1.2.6
Summary: [PATCH] www/phalcon: update to 1.2.6
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-21 09:00 UTC by Gasol Wu
Modified: 2014-02-22 14:23 UTC (History)
1 user (show)

See Also:


Attachments
phalcon-1.2.6.patch (928 bytes, patch)
2014-02-21 09:00 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 2014-02-21 09:00:00 UTC
- Update to 1.2.6

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

Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-21 09:00:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-21 09:00:10 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-21 09:00:10 UTC
Maintainer of www/phalcon,

Please note that PR ports/186940 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/186940

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 4 linpct 2014-02-21 09:05:19 UTC
Maintainer approved.


2014-02-21 17:00 GMT+08:00 Edwin Groothuis <edwin@freebsd.org>:

> Maintainer of www/phalcon,
>
> Please note that PR ports/186940 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/186940
>
> --
> Edwin Groothuis via the GNATS Auto Assign Tool
> edwin@FreeBSD.org
>



-- 
Daniel Lin (pct)
Comment 5 dfilter service freebsd_committer freebsd_triage 2014-02-22 14:16:07 UTC
Author: sunpoet
Date: Sat Feb 22 14:15:59 2014
New Revision: 345654
URL: http://svnweb.freebsd.org/changeset/ports/345654
QAT: https://qat.redports.org/buildarchive/r345654/

Log:
  - Update to 1.2.6
  - While I'm here:
    - Update LICENSE
    - Simplify WRKSRC
    - Use ONLY_FOR_ARCHS
  
  Changes:	https://github.com/phalcon/cphalcon/releases
  PR:		ports/186940
  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	Sat Feb 22 14:12:27 2014	(r345653)
+++ head/www/phalcon/Makefile	Sat Feb 22 14:15:59 2014	(r345654)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	phalcon
-PORTVERSION=	1.2.4
+PORTVERSION=	1.2.6
 CATEGORIES=	www
 MASTER_SITES=	https://github.com/phalcon/cphalcon/archive/v${PORTVERSION}/
 DISTNAME=	${PORTNAME}-v${PORTVERSION}
@@ -10,27 +10,18 @@ DISTNAME=	${PORTNAME}-v${PORTVERSION}
 MAINTAINER=	linpct@gmail.com
 COMMENT=	Phalcon PHP Framework written in C-language
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
 
-WRKSRC=		${WRKDIR}/c${PORTNAME}-${PORTVERSION}/build/
+WRKSRC=		${WRKDIR}/c${PORTNAME}-${PORTVERSION}/build/${ARCH:S/amd64/64/:S/i386/32/}bits
 
 CFLAGS+=	-I${LOCALBASE}/include
 CONFIGURE_ARGS=	--enable-phalcon --prefix=${PREFIX} \
 		--with-php-config=${LOCALBASE}/bin/php-config
+ONLY_FOR_ARCHS=	amd64 i386
 
 USE_PHP=	pdo
 USE_PHPEXT=	yes
 USE_PHPIZE=	yes
 USE_PHP_BUILD=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "amd64"
-WRKSRC:=	${WRKSRC}/64bits
-.elif ${ARCH} == "i386"
-WRKSRC:=	${WRKSRC}/32bits
-.else
-BROKEN=		Only support on amd64 or i386
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/www/phalcon/distinfo
==============================================================================
--- head/www/phalcon/distinfo	Sat Feb 22 14:12:27 2014	(r345653)
+++ head/www/phalcon/distinfo	Sat Feb 22 14:15:59 2014	(r345654)
@@ -1,2 +1,2 @@
-SHA256 (phalcon-v1.2.4.tar.gz) = ad4132b5e74206015be473a25b169fe8c774b82c87ffc4e7dc388a97692f616f
-SIZE (phalcon-v1.2.4.tar.gz) = 2608470
+SHA256 (phalcon-v1.2.6.tar.gz) = 63006071e641f956b6ee524b38d3a6b9b0801176e6753aa0ecda225dd98e3513
+SIZE (phalcon-v1.2.6.tar.gz) = 2584664
_______________________________________________
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 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-02-22 14:23:00 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!