Date: Mon, 20 Jul 2009 07:29:56 GMT From: bf <bf1783@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/136921: [PATCH]textproc/libtre and textproc/py-libtre: update to 0.7.6 Message-ID: <200907200729.n6K7Tudi060296@www.freebsd.org> Resent-Message-ID: <200907200730.n6K7U6t0020129@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 136921 >Category: ports >Synopsis: [PATCH]textproc/libtre and textproc/py-libtre: update to 0.7.6 >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: Mon Jul 20 07:30:06 UTC 2009 >Closed-Date: >Last-Modified: >Originator: bf >Release: 8-CURRENT amd64 >Organization: - >Environment: >Description: Miscellaneous bugfixes, minor improvements, and ... BSD license! It appears that NetBSD will be using parts of this in their base system soon. Prodded by: Pedro Giffuni. Patch to associated port py-libtre to follow. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN libtre.orig/Makefile libtre/Makefile --- libtre.orig/Makefile 2009-07-20 03:09:16.000000000 -0400 +++ libtre/Makefile 2009-07-20 03:11:55.000000000 -0400 @@ -7,11 +7,9 @@ # PORTNAME= libtre -PORTVERSION= 0.7.5 -PORTREVISION= 3 +PORTVERSION= 0.7.6 CATEGORIES= textproc -MASTER_SITES= http://laurikari.net/tre/ \ - LOCAL/jkoshy +MASTER_SITES= http://laurikari.net/tre/ DISTNAME= tre-${PORTVERSION} MAINTAINER= bf1783@gmail.com @@ -116,7 +114,7 @@ pgo-clean: # Selectively clean some directories. -. for dir in gnulib src tests +. for dir in src tests @(cd ${BUILD_WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${MAKE} clean) . endfor # Only remove some files from lib to preserve profiling information. diff -ruN libtre.orig/distinfo libtre/distinfo --- libtre.orig/distinfo 2009-07-20 03:09:16.000000000 -0400 +++ libtre/distinfo 2009-07-20 01:11:21.000000000 -0400 @@ -1,3 +1,3 @@ -MD5 (tre-0.7.5.tar.bz2) = e72e5c94008865cf720992a0b25d6e89 -SHA256 (tre-0.7.5.tar.bz2) = 030f25e6e4c1714df013105494bc5e24b3e0acc65887158a52a03efd8e0759aa -SIZE (tre-0.7.5.tar.bz2) = 396346 +MD5 (tre-0.7.6.tar.bz2) = ada884f6524093aa7d4961f0c97dfe01 +SHA256 (tre-0.7.6.tar.bz2) = 9caa6814f3c4b812316faac8eb401e03bf0108f7335620a1a9cadee4344500e7 +SIZE (tre-0.7.6.tar.bz2) = 378891 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907200729.n6K7Tudi060296>