From owner-svn-ports-head@FreeBSD.ORG Tue Feb 26 16:22:59 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id ADEEE9C; Tue, 26 Feb 2013 16:22:59 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7CF0CDF1; Tue, 26 Feb 2013 16:22:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1QGMxZl076674; Tue, 26 Feb 2013 16:22:59 GMT (envelope-from scheidell@svn.freebsd.org) Received: (from scheidell@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1QGMxva076672; Tue, 26 Feb 2013 16:22:59 GMT (envelope-from scheidell@svn.freebsd.org) Message-Id: <201302261622.r1QGMxva076672@svn.freebsd.org> From: Michael Scheidell Date: Tue, 26 Feb 2013 16:22:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312995 - 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.14 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 Feb 2013 16:22:59 -0000 Author: scheidell Date: Tue Feb 26 16:22:58 2013 New Revision: 312995 URL: http://svnweb.freebsd.org/changeset/ports/312995 Log: - Update to 0.9.0 PR: ports172810 Modified: head/devel/node-thrift/Makefile (contents, props changed) head/devel/node-thrift/pkg-plist (contents, props changed) Modified: head/devel/node-thrift/Makefile ============================================================================== --- head/devel/node-thrift/Makefile Tue Feb 26 16:22:17 2013 (r312994) +++ head/devel/node-thrift/Makefile Tue Feb 26 16:22:58 2013 (r312995) @@ -1,13 +1,11 @@ -# New ports collection makefile for: node-thrift -# Date created: 2012-01-02 -# Whom: Valery Komarov -# +# Created by: Valery Komarov # $FreeBSD$ # PORTNAME= thrift PORTVERSION= ${THRIFT_PORTVERSION} CATEGORIES= devel +MASTER_SITES= # empty PKGNAMEPREFIX= node- DISTFILES= # empty @@ -22,8 +20,10 @@ NO_BUILD= yes .include do-install: + ${MKDIR} ${PREFIX}/lib/node_modules/thrift + ${MKDIR} ${PREFIX}/lib/node ${CP} -R \ - `${MAKE} -C ${PORTSDIR}/devel/thrift -V WRKSRC`/lib/nodejs \ + `${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 Modified: head/devel/node-thrift/pkg-plist ============================================================================== --- head/devel/node-thrift/pkg-plist Tue Feb 26 16:22:17 2013 (r312994) +++ head/devel/node-thrift/pkg-plist Tue Feb 26 16:22:58 2013 (r312995) @@ -1,3 +1,4 @@ +lib/node/thrift lib/node_modules/thrift/README.md lib/node_modules/thrift/examples/Makefile lib/node_modules/thrift/examples/README.md @@ -14,8 +15,9 @@ 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/thrift @dirrm lib/node_modules/thrift/lib/thrift @dirrm lib/node_modules/thrift/lib @dirrm lib/node_modules/thrift/examples @dirrm lib/node_modules/thrift +@dirrm lib/node_modules +@dirrm lib/node