svn commit: r347446 - in head/net/turses: . files
Kubilay Kocak
koobs at FreeBSD.org
Sat Mar 8 03:42:23 UTC 2014
Author: koobs
Date: Sat Mar 8 03:42:22 2014
New Revision: 347446
URL: http://svnweb.freebsd.org/changeset/ports/347446
QAT: https://qat.redports.org/buildarchive/r347446/
Log:
net/turses: Update to 0.2.21
- Update to 0.2.21
- Remove zip_safe=False from setup.py patch and clean up
Changes:
* Bugfix: Turses no longer crashes when clicking on the window
Modified:
head/net/turses/Makefile
head/net/turses/distinfo
head/net/turses/files/patch-setup.py
Modified: head/net/turses/Makefile
==============================================================================
--- head/net/turses/Makefile Sat Mar 8 03:24:56 2014 (r347445)
+++ head/net/turses/Makefile Sat Mar 8 03:42:22 2014 (r347446)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= turses
-PORTVERSION= 0.2.20
+PORTVERSION= 0.2.21
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
Modified: head/net/turses/distinfo
==============================================================================
--- head/net/turses/distinfo Sat Mar 8 03:24:56 2014 (r347445)
+++ head/net/turses/distinfo Sat Mar 8 03:42:22 2014 (r347446)
@@ -1,2 +1,2 @@
-SHA256 (turses-0.2.20.tar.gz) = 3be4d8868bc70e25bafec5005429e914deb5c29ac2a58cab5e2b755b1c14182a
-SIZE (turses-0.2.20.tar.gz) = 51792
+SHA256 (turses-0.2.21.tar.gz) = 4f7908c0bdfc106187e4bb0a245c8377519733ccccfa87f19fdb7d5e1075f5a5
+SIZE (turses-0.2.21.tar.gz) = 52040
Modified: head/net/turses/files/patch-setup.py
==============================================================================
--- head/net/turses/files/patch-setup.py Sat Mar 8 03:24:56 2014 (r347445)
+++ head/net/turses/files/patch-setup.py Sat Mar 8 03:42:22 2014 (r347446)
@@ -1,5 +1,5 @@
---- ./setup.py.orig 2013-03-01 06:30:47.000000000 +1100
-+++ ./setup.py 2013-06-21 22:07:23.588789531 +1000
+--- ./setup.py.orig 2013-12-03 05:34:39.000000000 +1100
++++ ./setup.py 2014-03-08 14:28:44.204623431 +1100
@@ -47,7 +47,7 @@
REQUIREMENTS.append("argparse")
@@ -9,13 +9,10 @@
try:
long_description = open("README.rst").read() + "\n\n" + open("HISTORY.rst").read()
-@@ -80,5 +80,8 @@
+@@ -80,5 +80,6 @@
"Programming Language :: Python :: 2.7",
"Topic :: Communications",
],
-+ zip_safe=False,
+ test_suite = 'nose.collector',
install_requires=REQUIREMENTS,
-- tests_require=TEST_REQUIREMENTS)
-+ tests_require=TEST_REQUIREMENTS),
-+
+ tests_require=TEST_REQUIREMENTS)
More information about the svn-ports-all
mailing list