From owner-svn-ports-head@FreeBSD.ORG Tue Aug 26 19:34:16 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DB56570A; Tue, 26 Aug 2014 19:34:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 BB1CD3053; Tue, 26 Aug 2014 19:34:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7QJYF4S070252; Tue, 26 Aug 2014 19:34:15 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7QJYFEU070250; Tue, 26 Aug 2014 19:34:15 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201408261934.s7QJYFEU070250@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 26 Aug 2014 19:34:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366258 - 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.18-1 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, 26 Aug 2014 19:34:16 -0000 Author: amdmi3 Date: Tue Aug 26 19:34:14 2014 New Revision: 366258 URL: http://svnweb.freebsd.org/changeset/ports/366258 QAT: https://qat.redports.org/buildarchive/r366258/ Log: - Stagify - Fix plist Modified: head/devel/node-thrift/Makefile head/devel/node-thrift/pkg-plist Modified: head/devel/node-thrift/Makefile ============================================================================== --- head/devel/node-thrift/Makefile Tue Aug 26 19:34:08 2014 (r366257) +++ head/devel/node-thrift/Makefile Tue Aug 26 19:34:14 2014 (r366258) @@ -3,29 +3,29 @@ PORTNAME= thrift PORTVERSION= ${THRIFT_PORTVERSION} +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= # empty PKGNAMEPREFIX= node- DISTFILES= # empty -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Node.js bindings for the Apache Thrift RPC system -RUN_DEPENDS= node:${PORTSDIR}/www/node +RUN_DEPENDS= node:${PORTSDIR}/www/node FETCH_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/devel/thrift:extract NO_BUILD= yes -NO_STAGE= yes .include do-install: - ${MKDIR} ${PREFIX}/lib/node_modules/thrift - ${MKDIR} ${PREFIX}/lib/node + ${MKDIR} ${STAGEDIR}${PREFIX}/lib/node_modules/thrift + ${MKDIR} ${STAGEDIR}${PREFIX}/lib/node ${CP} -R \ `${MAKE} -C ${PORTSDIR}/devel/thrift -V WRKSRC`/lib/nodejs/* \ - ${PREFIX}/lib/node_modules/thrift - ${LN} -s ${PREFIX}/lib/node_modules/thrift/lib/thrift ${PREFIX}/lib/node + ${STAGEDIR}${PREFIX}/lib/node_modules/thrift + ${LN} -s ${PREFIX}/lib/node_modules/thrift/lib/thrift ${STAGEDIR}${PREFIX}/lib/node .include "${PORTSDIR}/devel/thrift/bsd.thrift.mk" .include Modified: head/devel/node-thrift/pkg-plist ============================================================================== --- head/devel/node-thrift/pkg-plist Tue Aug 26 19:34:08 2014 (r366257) +++ head/devel/node-thrift/pkg-plist Tue Aug 26 19:34:14 2014 (r366258) @@ -4,10 +4,11 @@ lib/node_modules/thrift/examples/Makefil 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/parse.js lib/node_modules/thrift/examples/server.js lib/node_modules/thrift/examples/server_multitransport.js lib/node_modules/thrift/examples/user.thrift -lib/node_modules/thrift/lib/thrift/binary_parser.js +lib/node_modules/thrift/lib/thrift/binary.js lib/node_modules/thrift/lib/thrift/connection.js lib/node_modules/thrift/lib/thrift/index.js lib/node_modules/thrift/lib/thrift/protocol.js @@ -15,6 +16,8 @@ lib/node_modules/thrift/lib/thrift/serve 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/test/binary.test.js +@dirrm lib/node_modules/thrift/test @dirrm lib/node_modules/thrift/lib/thrift @dirrm lib/node_modules/thrift/lib @dirrm lib/node_modules/thrift/examples