diff options
author | yzlin <yzlin@FreeBSD.org> | 2009-07-23 21:51:31 +0800 |
---|---|---|
committer | yzlin <yzlin@FreeBSD.org> | 2009-07-23 21:51:31 +0800 |
commit | 07d20b73f6485b20e319fb3bf9e2ca4fdc296187 (patch) | |
tree | a5bf5c3f4a5787e3b2dd49acdd97b889f6097176 /textproc/libtre | |
parent | 526443ce9b31f7d10033d92dfeec967c990da13d (diff) | |
download | freebsd-ports-gnome-07d20b73f6485b20e319fb3bf9e2ca4fdc296187.tar.gz freebsd-ports-gnome-07d20b73f6485b20e319fb3bf9e2ca4fdc296187.tar.zst freebsd-ports-gnome-07d20b73f6485b20e319fb3bf9e2ca4fdc296187.zip |
- Update to 0.7.6
PR: ports/136921
Submitted by: bf <bf1783 AT gmail.com>
Approved by: lwhsu (mentor)
Diffstat (limited to 'textproc/libtre')
-rw-r--r-- | textproc/libtre/Makefile | 8 | ||||
-rw-r--r-- | textproc/libtre/distinfo | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/textproc/libtre/Makefile b/textproc/libtre/Makefile index a1df2f962260..5746786265d4 100644 --- a/textproc/libtre/Makefile +++ b/textproc/libtre/Makefile @@ -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-post-run: 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 --git a/textproc/libtre/distinfo b/textproc/libtre/distinfo index 0a7bf7698ea7..318fee261d82 100644 --- a/textproc/libtre/distinfo +++ b/textproc/libtre/distinfo @@ -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 |