svn commit: r304344 - head/textproc/py-trans/files
Ruslan Mahmatkhanov
rm at FreeBSD.org
Sun Sep 16 11:57:36 UTC 2012
Author: rm
Date: Sun Sep 16 11:57:36 2012
New Revision: 304344
URL: http://svn.freebsd.org/changeset/ports/304344
Log:
- fix build
Reported by: portmgr (linimon)
Pointyhat to: rm (myself)
Added:
head/textproc/py-trans/files/
head/textproc/py-trans/files/patch-setup.py (contents, props changed)
Added: head/textproc/py-trans/files/patch-setup.py
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/py-trans/files/patch-setup.py Sun Sep 16 11:57:36 2012 (r304344)
@@ -0,0 +1,20 @@
+--- ./setup.py.orig 2012-09-12 11:20:03.000000000 +0400
++++ ./setup.py 2012-09-16 15:47:34.000000000 +0400
+@@ -8,7 +8,7 @@
+ description = 'National characters transcription module.'
+
+ import trans
+-long_description = open('README.rst', 'rb').read()
++#long_description = open('README.rst', 'rb').read()
+ version = trans.__version__
+
+
+@@ -16,7 +16,7 @@
+ name='trans',
+ version=version,
+ description=description,
+- long_description=long_description,
++ long_description=description,
+ author='Zelenyak Aleksandr aka ZZZ',
+ author_email='ZZZ.Sochi at GMail.com',
+ url='https://github.com/zzzsochi/trans',
More information about the svn-ports-head
mailing list