svn commit: r400194 - head/devel/p5-Thrift

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Oct 26 17:40:35 UTC 2015


Author: amdmi3
Date: Mon Oct 26 17:40:33 2015
New Revision: 400194
URL: https://svnweb.freebsd.org/changeset/ports/400194

Log:
  - Add missing files to plist
  
  PR:		203767

Modified:
  head/devel/p5-Thrift/Makefile
  head/devel/p5-Thrift/pkg-plist

Modified: head/devel/p5-Thrift/Makefile
==============================================================================
--- head/devel/p5-Thrift/Makefile	Mon Oct 26 17:26:57 2015	(r400193)
+++ head/devel/p5-Thrift/Makefile	Mon Oct 26 17:40:33 2015	(r400194)
@@ -3,7 +3,7 @@
 
 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-
@@ -18,6 +18,7 @@ FETCH_DEPENDS+=	${NONEXISTENT}:${PORTSDI
 
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 post-extract:
 	@${LN} -sfh \

Modified: head/devel/p5-Thrift/pkg-plist
==============================================================================
--- head/devel/p5-Thrift/pkg-plist	Mon Oct 26 17:26:57 2015	(r400193)
+++ head/devel/p5-Thrift/pkg-plist	Mon Oct 26 17:40:33 2015	(r400194)
@@ -4,7 +4,14 @@
 %%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


More information about the svn-ports-head mailing list