svn commit: r312995 - head/devel/node-thrift
Michael Scheidell
scheidell at FreeBSD.org
Tue Feb 26 16:22:59 UTC 2013
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 at valerka.net>
-#
+# Created by: Valery Komarov <komarov at 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
+ at dirrm lib/node_modules
+ at dirrm lib/node
More information about the svn-ports-head
mailing list