Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Oct 2015 17:40:33 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400194 - head/devel/p5-Thrift
Message-ID:  <201510261740.t9QHeXb5049509@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510261740.t9QHeXb5049509>