Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Sep 2012 07:05:32 GMT
From:      Ruslan Mahmatkhanov <rm@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/171806: textproc/py-trans: update to 1.5.1
Message-ID:  <201209200705.q8K75Wef022799@red.freebsd.org>
Resent-Message-ID: <201209200710.q8K7A56N060302@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         171806
>Category:       ports
>Synopsis:       textproc/py-trans: update to 1.5.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 20 07:10:05 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Ruslan Mahmatkhanov
>Release:        10.0-CURRENT
>Organization:
>Environment:
10.0-CURRENT amd64
>Description:
- update to 1.5.1
- remove local patch

The only change in this release that it adds missing files to fix build.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: distinfo
===================================================================
--- distinfo	(revision 304564)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (trans-1.5.tar.bz2) = 940a5335899ecb27bfaa940558aecf2a44a04a36af11f5544a3e772dec2fba21
-SIZE (trans-1.5.tar.bz2) = 5010
+SHA256 (trans-1.5.1.tar.bz2) = f2fc01ceeefb4372df6f2c8e0f7a7548bb02c440203e0e8f70385ced9fe509da
+SIZE (trans-1.5.1.tar.bz2) = 6409
Index: files/patch-setup.py
===================================================================
--- files/patch-setup.py	(revision 304564)
+++ files/patch-setup.py	(working copy)
@@ -1,20 +0,0 @@
---- ./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@GMail.com',
-         url='https://github.com/zzzsochi/trans',
Index: Makefile
===================================================================
--- Makefile	(revision 304564)
+++ Makefile	(working copy)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	trans
-PORTVERSION=	1.5
+PORTVERSION=	1.5.1
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209200705.q8K75Wef022799>