Index: head/devel/p5-Thrift/Makefile =================================================================== --- head/devel/p5-Thrift/Makefile (revision 400193) +++ head/devel/p5-Thrift/Makefile (revision 400194) @@ -1,27 +1,28 @@ # Created by: Sergey Skvortsov # $FreeBSD$ PORTNAME= Thrift PORTVERSION= ${THRIFT_PORTVERSION} # need to keep this in sync with ../thrift see ../thrift/bsd.thrift.mk -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= devel perl5 PKGNAMEPREFIX= p5- DISTFILES= MAINTAINER= komarov@valerka.net COMMENT= Perl interface to Thrift BUILD_DEPENDS= p5-Bit-Vector>=0:${PORTSDIR}/math/p5-Bit-Vector RUN_DEPENDS= p5-Bit-Vector>=0:${PORTSDIR}/math/p5-Bit-Vector FETCH_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/devel/thrift:extract USES= perl5 USE_PERL5= configure +NO_ARCH= yes post-extract: @${LN} -sfh \ `cd ${PORTSDIR}/devel/thrift && ${MAKE} -V WRKSRC`/lib/perl ${WRKSRC} .include "../thrift/bsd.thrift.mk" .include Index: head/devel/p5-Thrift/pkg-plist =================================================================== --- head/devel/p5-Thrift/pkg-plist (revision 400193) +++ head/devel/p5-Thrift/pkg-plist (revision 400194) @@ -1,10 +1,17 @@ %%SITE_PERL%%/Thrift.pm %%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/MessageType.pm +%%SITE_PERL%%/Thrift/MultiplexedProcessor.pm +%%SITE_PERL%%/Thrift/MultiplexedProtocol.pm %%SITE_PERL%%/Thrift/Protocol.pm +%%SITE_PERL%%/Thrift/ProtocolDecorator.pm +%%SITE_PERL%%/Thrift/SSLServerSocket.pm +%%SITE_PERL%%/Thrift/SSLSocket.pm %%SITE_PERL%%/Thrift/Server.pm +%%SITE_PERL%%/Thrift/ServerSocket.pm %%SITE_PERL%%/Thrift/Socket.pm %%SITE_PERL%%/Thrift/Transport.pm