Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Feb 2013 16:22:59 +0000 (UTC)
From:      Michael Scheidell <scheidell@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312995 - head/devel/node-thrift
Message-ID:  <201302261622.r1QGMxva076672@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <komarov@valerka.net>
-#
+# Created by: Valery Komarov <komarov@valerka.net>
 # $FreeBSD$
 #
 
 PORTNAME=	thrift
 PORTVERSION=	${THRIFT_PORTVERSION}
 CATEGORIES=	devel
+MASTER_SITES=	# empty
 PKGNAMEPREFIX=	node-
 DISTFILES=	# empty
 
@@ -22,8 +20,10 @@ NO_BUILD=	yes
 .include <bsd.port.pre.mk>
 
 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



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