Bug 188231 - lang/cython: update from 0.19.1 to 0.20.1
Summary: lang/cython: update from 0.19.1 to 0.20.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: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-03 17:40 UTC by Vitaly Magerya
Modified: 2014-04-05 05:50 UTC (History)
0 users

See Also:


Attachments
file.diff (862 bytes, patch)
2014-04-03 17:40 UTC, Vitaly Magerya
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vitaly Magerya 2014-04-03 17:40:00 UTC
Update lang/cython to 0.20.1.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-03 17:40:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-04-05 05:48:47 UTC
Author: wen
Date: Sat Apr  5 04:48:43 2014
New Revision: 350194
URL: http://svnweb.freebsd.org/changeset/ports/350194
QAT: https://qat.redports.org/buildarchive/r350194/

Log:
  - Update to 0.20.1 [1]
  - Add LICENSE
  - Pass maintainership to submitter
  
  PR:		188231 [1]
  Submitted by:	Vitaly Magerya <vmagerya@gmail.com> [1]

Modified:
  head/lang/cython/Makefile
  head/lang/cython/distinfo

Modified: head/lang/cython/Makefile
==============================================================================
--- head/lang/cython/Makefile	Sat Apr  5 04:32:27 2014	(r350193)
+++ head/lang/cython/Makefile	Sat Apr  5 04:48:43 2014	(r350194)
@@ -2,16 +2,17 @@
 # $FreeBSD$
 
 PORTNAME=	cython
-PORTVERSION=	0.19.1
-PORTREVISION=	1
+PORTVERSION=	0.20.1
 CATEGORIES=	lang python
 MASTER_SITES=	http://www.cython.org/release/ \
 		CHEESESHOP
 DISTNAME=	Cython-${PORTVERSION}
 
-MAINTAINER=	wen@FreeBSD.org
+MAINTAINER=	vmagerya@gmail.com
 COMMENT=	Compiler for Writing C Extensions for the Python Language
 
+LICENSE=	APACHE20
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes

Modified: head/lang/cython/distinfo
==============================================================================
--- head/lang/cython/distinfo	Sat Apr  5 04:32:27 2014	(r350193)
+++ head/lang/cython/distinfo	Sat Apr  5 04:48:43 2014	(r350194)
@@ -1,2 +1,2 @@
-SHA256 (Cython-0.19.1.tar.gz) = 0b90aaa286acdd1bf75a6dd144dfc45192f011f2c2401cf5f80ed6ab5f8bf778
-SIZE (Cython-0.19.1.tar.gz) = 1384406
+SHA256 (Cython-0.20.1.tar.gz) = 31a563744a21d7b10355f25a3bca96b37ec5d32bdecfc75e93d65a5f7e62766c
+SIZE (Cython-0.20.1.tar.gz) = 2558048
_______________________________________________
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 3 Wen Heping freebsd_committer freebsd_triage 2014-04-05 05:50:06 UTC
State Changed
From-To: open->closed

Committed. Thanks!