Bug 188217

Summary: www/phalcon: BROKEN, checksum mismatch
Product: Ports & Packages Reporter: John Marino <freebsd>
Component: Individual Port(s)Assignee: John Marino <marino>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description John Marino 2014-04-03 09:00:00 UTC
It looks like this never port never worked:

=> Fetched file size mismatch (expected 2888185, actual 2887756)

Fix: 

Check distinfo, regenerate it.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-03 09:00:07 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-03 09:00:07 UTC
Maintainer of www/phalcon,

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

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 linpct 2014-04-03 09:21:50 UTC
Got it, will also update to 1.3.1


2014-04-03 16:00 GMT+08:00 Edwin Groothuis <edwin@freebsd.org>:

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



-- 
Daniel Lin (pct)
Comment 4 John Marino freebsd_committer freebsd_triage 2014-04-16 11:25:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->marino

This PR times out tomorrow and there is no fix posted yet.  I will mark 
phalcon BROKEN tomorrow if nothing changes by then.
Comment 5 dfilter service freebsd_committer freebsd_triage 2014-04-16 12:46:18 UTC
Author: marino
Date: Wed Apr 16 11:46:15 2014
New Revision: 351378
URL: http://svnweb.freebsd.org/changeset/ports/351378
QAT: https://qat.redports.org/buildarchive/r351378/

Log:
  www/phalcon: Upgrade version from 1.3.0 => 1.3.1
  
  This fixes a broken fetch with the previous version.  The patch was
  checked with poudriere locally.
  
  PR:		ports/188217
  submitted by:	marino
  
  PR:		ports/188686
  submitted by:	Jin-Sin Lin (maintainer)

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

Modified: head/www/phalcon/Makefile
==============================================================================
--- head/www/phalcon/Makefile	Wed Apr 16 09:46:29 2014	(r351377)
+++ head/www/phalcon/Makefile	Wed Apr 16 11:46:15 2014	(r351378)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	phalcon
-PORTVERSION=	1.3.0
+PORTVERSION=	1.3.1
 CATEGORIES=	www
 MASTER_SITES=	https://github.com/phalcon/cphalcon/archive/${PORTVERSION}/
 DISTNAME=	${PORTNAME}-v${PORTVERSION}

Modified: head/www/phalcon/distinfo
==============================================================================
--- head/www/phalcon/distinfo	Wed Apr 16 09:46:29 2014	(r351377)
+++ head/www/phalcon/distinfo	Wed Apr 16 11:46:15 2014	(r351378)
@@ -1,2 +1,2 @@
-SHA256 (phalcon-v1.3.0.tar.gz) = 8363412be2feb6876e583ea77af1527c98a2ee25e60890f0ddf92a41e0933868
-SIZE (phalcon-v1.3.0.tar.gz) = 2888185
+SHA256 (phalcon-v1.3.1.tar.gz) = 9c3df8db051b52f620a06c15f5b4aa1bf752170e5af689bf155ec8622780ed0a
+SIZE (phalcon-v1.3.1.tar.gz) = 2889826
_______________________________________________
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 John Marino freebsd_committer freebsd_triage 2014-04-16 12:53:00 UTC
State Changed
From-To: feedback->closed

Thanks.  It would have been more convenient to keep the fix with this PR 
instead of opening a new PR (hint for the future).