Bug 179099 - [update] www/py-tornado (re-rolled tar file)
Summary: [update] www/py-tornado (re-rolled tar file)
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-05-30 07:20 UTC by Marcelo Araujo
Modified: 2013-06-15 12:33 UTC (History)
0 users

See Also:


Attachments
file.diff (750 bytes, patch)
2013-05-30 07:20 UTC, Marcelo Araujo
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marcelo Araujo freebsd_committer freebsd_triage 2013-05-30 07:20:00 UTC
The tar file was re-rolled, size change and sha256 changed as well.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-30 07:20:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-30 07:20:09 UTC
Maintainer of www/py-tornado,

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

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-30 07:20:10 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 khsing.cn 2013-06-04 03:14:51 UTC
Approved, thanks
Comment 5 Mark Linimon freebsd_committer freebsd_triage 2013-06-04 05:19:21 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 6 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-06-10 09:31:29 UTC
Responsible Changed
From-To: freebsd-python->rm

I will take it.
Comment 7 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-06-11 19:42:03 UTC
State Changed
From-To: open->feedback

Hi Marcelo! I got 'size mismatch: expected 420965, actual 420991' with 
your patch. I know it's a mess with github this days. Would you please 
look at this?
Comment 8 dfilter service freebsd_committer freebsd_triage 2013-06-15 12:25:17 UTC
Author: rm
Date: Sat Jun 15 11:25:09 2013
New Revision: 320985
URL: http://svnweb.freebsd.org/changeset/ports/320985

Log:
  - update to 3.0.2
  - switch to CHEESESHOP
  
  PR:		179099
  Submitted by:	araujo
  Approved by:	Guixing <khsing.cn@gmail.com> (maintainer)

Modified:
  head/www/py-tornado/Makefile
  head/www/py-tornado/distinfo

Modified: head/www/py-tornado/Makefile
==============================================================================
--- head/www/py-tornado/Makefile	Sat Jun 15 11:10:34 2013	(r320984)
+++ head/www/py-tornado/Makefile	Sat Jun 15 11:25:09 2013	(r320985)
@@ -2,8 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	tornado
-PORTVERSION=	3.0.1
+PORTVERSION=	3.0.2
 CATEGORIES=	www python
+MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	khsing.cn@gmail.com
@@ -11,11 +12,6 @@ COMMENT=	Python Web Server from FriendFe
 
 LICENSE=	AL2
 
-USE_GITHUB=	yes
-GH_ACCOUNT=	facebook
-GH_TAGNAME=	v${PORTVERSION}
-GH_COMMIT=	31cef1a
-
 USE_PYTHON=		yes
 USE_PYDISTUTILS=	easy_install
 

Modified: head/www/py-tornado/distinfo
==============================================================================
--- head/www/py-tornado/distinfo	Sat Jun 15 11:10:34 2013	(r320984)
+++ head/www/py-tornado/distinfo	Sat Jun 15 11:25:09 2013	(r320985)
@@ -1,2 +1,2 @@
-SHA256 (tornado-3.0.1.tar.gz) = 918844fb8e9bd285cf87798842adef3ccf6182e3b935ca4395db2051be7e59f5
-SIZE (tornado-3.0.1.tar.gz) = 420991
+SHA256 (tornado-3.0.2.tar.gz) = 9dd868586871ff18579ddef4ba962a206aa12da21da7df23ea6296e8759c6651
+SIZE (tornado-3.0.2.tar.gz) = 353042
_______________________________________________
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 9 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-06-15 12:33:07 UTC
State Changed
From-To: feedback->closed

Committed, thank you!