diff options
author | bms <bms@FreeBSD.org> | 2009-07-05 07:46:52 +0800 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2009-07-05 07:46:52 +0800 |
commit | 7632fc43cd21c8b5c005442bb17b48845125175e (patch) | |
tree | cacf967114f960e053cb7cb2450ea3a1b2ddfa18 /devel/p5-Thrift | |
parent | 00ce2422419bee2babc82a18b3c62d7fa70c6c12 (diff) | |
download | freebsd-ports-gnome-7632fc43cd21c8b5c005442bb17b48845125175e.tar.gz freebsd-ports-gnome-7632fc43cd21c8b5c005442bb17b48845125175e.tar.zst freebsd-ports-gnome-7632fc43cd21c8b5c005442bb17b48845125175e.zip |
Update to Apache Incubator snapshot as of 20090622.
Diffstat (limited to 'devel/p5-Thrift')
-rw-r--r-- | devel/p5-Thrift/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Thrift/pkg-plist | 1 |
2 files changed, 3 insertions, 4 deletions
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 |