diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2011-08-11 22:37:13 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2011-08-11 22:37:13 +0000 |
commit | 3304a6db7c272db269e9140d62975969d4323a15 (patch) | |
tree | 79f4c31fb514019134a9c8095395214898e55a27 /devel/p5-Thrift | |
parent | d2da483e52f989abac8c6a85fd0c637ffe80025c (diff) | |
download | ports-3304a6db7c272db269e9140d62975969d4323a15.tar.gz ports-3304a6db7c272db269e9140d62975969d4323a15.zip |
- Update to 0.6.1
- Add patches: THRIFT-1102, THRIFT-705
Changes: http://svn.apache.org/viewvc/thrift/tags/thrift-0.6.1/CHANGES?revision=1096491&view=co
PR: ports/159380
Submitted by: Gasol Wu <gasol.wu@gmail.com>
Notes
Notes:
svn path=/head/; revision=279511
Diffstat (limited to 'devel/p5-Thrift')
-rw-r--r-- | devel/p5-Thrift/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Thrift/Makefile b/devel/p5-Thrift/Makefile index 29776620b703..f3a78ee6cd1a 100644 --- a/devel/p5-Thrift/Makefile +++ b/devel/p5-Thrift/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Thrift -PORTVERSION= 0.3.0 +PORTVERSION= 0.6.1 PORTEPOCH= 1 CATEGORIES= devel perl5 PKGNAMEPREFIX= p5- |