From 7632fc43cd21c8b5c005442bb17b48845125175e Mon Sep 17 00:00:00 2001 From: bms Date: Sat, 4 Jul 2009 23:46:52 +0000 Subject: Update to Apache Incubator snapshot as of 20090622. --- devel/p5-Thrift/Makefile | 6 ++---- devel/p5-Thrift/pkg-plist | 1 + 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'devel/p5-Thrift') diff --git a/devel/p5-Thrift/Makefile b/devel/p5-Thrift/Makefile index fceb4c9e580c..81f7c00f9d7a 100644 --- a/devel/p5-Thrift/Makefile +++ b/devel/p5-Thrift/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Thrift -PORTVERSION= 0.1 +PORTVERSION= 20090622 CATEGORIES= devel perl5 PKGNAMEPREFIX= p5- DISTFILES= @@ -14,11 +14,9 @@ DISTFILES= MAINTAINER= skv@FreeBSD.org COMMENT= Perl interface to Thrift -BROKEN= needs updating for Apache Incubator version - RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Bit/Vector.pm:${PORTSDIR}/math/p5-Bit-Vector BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/devel/thrift:extract \ - ${RUN_DEPENDS} + ${SITE_PERL}/${PERL_ARCH}/Bit/Vector.pm:${PORTSDIR}/math/p5-Bit-Vector PERL_CONFIGURE= 5.6.0+ diff --git a/devel/p5-Thrift/pkg-plist b/devel/p5-Thrift/pkg-plist index db7965cfdf01..6e4c6da7f61f 100644 --- a/devel/p5-Thrift/pkg-plist +++ b/devel/p5-Thrift/pkg-plist @@ -3,6 +3,7 @@ %%SITE_PERL%%/Thrift/BinaryProtocol.pm %%SITE_PERL%%/Thrift/BufferedTransport.pm %%SITE_PERL%%/Thrift/FramedTransport.pm +%%SITE_PERL%%/Thrift/HttpClient.pm %%SITE_PERL%%/Thrift/MemoryBuffer.pm %%SITE_PERL%%/Thrift/Protocol.pm %%SITE_PERL%%/Thrift/Socket.pm -- cgit