From owner-svn-ports-head@freebsd.org Tue Oct 27 16:24:35 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3514DA1F0A9; Tue, 27 Oct 2015 16:24:35 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 09EE71FFC; Tue, 27 Oct 2015 16:24:34 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9RGOYdQ073133; Tue, 27 Oct 2015 16:24:34 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9RGOXcW073131; Tue, 27 Oct 2015 16:24:33 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201510271624.t9RGOXcW073131@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 27 Oct 2015 16:24:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400329 - head/devel/node-thrift X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Oct 2015 16:24:35 -0000 Author: amdmi3 Date: Tue Oct 27 16:24:33 2015 New Revision: 400329 URL: https://svnweb.freebsd.org/changeset/ports/400329 Log: - Fix plist - Add NO_ARCH PR: 203767 Modified: head/devel/node-thrift/Makefile head/devel/node-thrift/pkg-plist Modified: head/devel/node-thrift/Makefile ============================================================================== --- head/devel/node-thrift/Makefile Tue Oct 27 16:06:26 2015 (r400328) +++ head/devel/node-thrift/Makefile Tue Oct 27 16:24:33 2015 (r400329) @@ -3,7 +3,7 @@ PORTNAME= thrift PORTVERSION= ${THRIFT_PORTVERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= # empty PKGNAMEPREFIX= node- @@ -16,6 +16,7 @@ RUN_DEPENDS= node:${PORTSDIR}/www/node FETCH_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/devel/thrift:extract NO_BUILD= yes +NO_ARCH= yes .include Modified: head/devel/node-thrift/pkg-plist ============================================================================== --- head/devel/node-thrift/pkg-plist Tue Oct 27 16:06:26 2015 (r400328) +++ head/devel/node-thrift/pkg-plist Tue Oct 27 16:24:33 2015 (r400329) @@ -1,19 +1,57 @@ lib/node/thrift +lib/node_modules/thrift/Makefile.am +lib/node_modules/thrift/Makefile.in lib/node_modules/thrift/README.md +lib/node_modules/thrift/coding_standards.md lib/node_modules/thrift/examples/Makefile lib/node_modules/thrift/examples/README.md lib/node_modules/thrift/examples/client.js lib/node_modules/thrift/examples/client_multitransport.js +lib/node_modules/thrift/examples/hello.html +lib/node_modules/thrift/examples/hello.js +lib/node_modules/thrift/examples/hello.thrift +lib/node_modules/thrift/examples/httpClient.js +lib/node_modules/thrift/examples/httpServer.js +lib/node_modules/thrift/examples/httpServer.py lib/node_modules/thrift/examples/parse.js lib/node_modules/thrift/examples/server.js +lib/node_modules/thrift/examples/server_http.js lib/node_modules/thrift/examples/server_multitransport.js lib/node_modules/thrift/examples/user.thrift lib/node_modules/thrift/lib/thrift/binary.js +lib/node_modules/thrift/lib/thrift/binary_protocol.js +lib/node_modules/thrift/lib/thrift/browser.js +lib/node_modules/thrift/lib/thrift/buffered_transport.js +lib/node_modules/thrift/lib/thrift/compact_protocol.js lib/node_modules/thrift/lib/thrift/connection.js +lib/node_modules/thrift/lib/thrift/create_client.js +lib/node_modules/thrift/lib/thrift/framed_transport.js +lib/node_modules/thrift/lib/thrift/http_connection.js lib/node_modules/thrift/lib/thrift/index.js +lib/node_modules/thrift/lib/thrift/input_buffer_underrun_error.js +lib/node_modules/thrift/lib/thrift/json_protocol.js +lib/node_modules/thrift/lib/thrift/log.js +lib/node_modules/thrift/lib/thrift/multiplexed_processor.js +lib/node_modules/thrift/lib/thrift/multiplexed_protocol.js lib/node_modules/thrift/lib/thrift/protocol.js lib/node_modules/thrift/lib/thrift/server.js lib/node_modules/thrift/lib/thrift/thrift.js lib/node_modules/thrift/lib/thrift/transport.js -lib/node_modules/thrift/package.json +lib/node_modules/thrift/lib/thrift/web_server.js +lib/node_modules/thrift/lib/thrift/ws_connection.js +lib/node_modules/thrift/lib/thrift/ws_transport.js +lib/node_modules/thrift/lib/thrift/xhr_connection.js lib/node_modules/thrift/test/binary.test.js +lib/node_modules/thrift/test/browser_client.js +lib/node_modules/thrift/test/certificates.README +lib/node_modules/thrift/test/client.js +lib/node_modules/thrift/test/deep-constructor.test.js +lib/node_modules/thrift/test/exceptions.js +lib/node_modules/thrift/test/helpers.js +lib/node_modules/thrift/test/server.crt +lib/node_modules/thrift/test/server.js +lib/node_modules/thrift/test/server.key +lib/node_modules/thrift/test/test-cases.js +lib/node_modules/thrift/test/testAll.sh +lib/node_modules/thrift/test/test_driver.js +lib/node_modules/thrift/test/test_handler.js