Bug 188686 - [MAINTAINER] www/phalcon: update to 1.3.1
Summary: [MAINTAINER] www/phalcon: update to 1.3.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: John Marino
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-16 12:30 UTC by linpct
Modified: 2014-04-16 12:51 UTC (History)
0 users

See Also:


Attachments
phalcon-1.3.1.patch (902 bytes, patch)
2014-04-16 12:30 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 2014-04-16 12:30:00 UTC
- Update to 1.3.1

Generated with FreeBSD Port Tools 1.01 (mode: update, diff: suffix)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-16 12:30:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 John Marino freebsd_committer freebsd_triage 2014-04-16 12:34:28 UTC
Responsible Changed
From-To: swills->marino

I will take it, it's related to a PR I submitted
Comment 3 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 4 John Marino freebsd_committer freebsd_triage 2014-04-16 12:51:57 UTC
State Changed
From-To: open->closed

Committed. Thanks!