Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Nov 2009 08:35:06 GMT
From:      bf <bf1783@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/140553: [PATCH]textproc/py-libtre: update to 0.8.0
Message-ID:  <200911140835.nAE8Z69C089080@www.freebsd.org>
Resent-Message-ID: <200911140840.nAE8e1YV021030@freefall.freebsd.org>

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

>Number:         140553
>Category:       ports
>Synopsis:       [PATCH]textproc/py-libtre: update to 0.8.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 14 08:40:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     bf
>Release:        9-CURRENT amd64
>Organization:
-
>Environment:
>Description:
This update depends upon the update in PR ports/140552, which involves a shared library major version number change.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN py-libtre.orig/Makefile py-libtre/Makefile
--- py-libtre.orig/Makefile	2009-11-14 02:38:25.000000000 -0500
+++ py-libtre/Makefile	2009-11-14 02:25:33.000000000 -0500
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libtre
-PORTVERSION=	0.7.6
+PORTVERSION=	0.8.0
 CATEGORIES=	textproc python
 MASTER_SITES=	http://laurikari.net/tre/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +15,7 @@
 MAINTAINER=	bf1783@gmail.com
 COMMENT=	Python interface for the tre regular expressions library
 
-LIB_DEPENDS=	tre.6:${PORTSDIR}/textproc/libtre
+LIB_DEPENDS=	tre.5:${PORTSDIR}/textproc/libtre
 
 USE_BZIP2=	yes
 USE_PYTHON=	yes
diff -ruN py-libtre.orig/distinfo py-libtre/distinfo
--- py-libtre.orig/distinfo	2009-11-14 02:38:25.000000000 -0500
+++ py-libtre/distinfo	2009-11-14 02:25:45.000000000 -0500
@@ -1,3 +1,3 @@
-MD5 (tre-0.7.6.tar.bz2) = ada884f6524093aa7d4961f0c97dfe01
-SHA256 (tre-0.7.6.tar.bz2) = 9caa6814f3c4b812316faac8eb401e03bf0108f7335620a1a9cadee4344500e7
-SIZE (tre-0.7.6.tar.bz2) = 378891
+MD5 (tre-0.8.0.tar.bz2) = b4d3232593dadf6746f4727bdda20b41
+SHA256 (tre-0.8.0.tar.bz2) = 8dc642c2cde02b2dac6802cdbe2cda201daf79c4ebcbb3ea133915edf1636658
+SIZE (tre-0.8.0.tar.bz2) = 380714


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



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