The tar file was re-rolled, size change and sha256 changed as well. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
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
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Approved, thanks
State Changed From-To: feedback->open Maintainer approved.
Responsible Changed From-To: freebsd-python->rm I will take it.
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?
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"
State Changed From-To: feedback->closed Committed, thank you!