1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Update to version 0.10.32 [1]

- Move displaying of information to pkg-message, so that
  package users can see it too

PR:		port/193777 [1]
Submitted by:	maintainer [1]
This commit is contained in:
Pawel Pekala 2014-09-20 14:50:28 +00:00
parent be3905e67c
commit 1d71cb3360
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368644
3 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= node
PORTVERSION= 0.10.31
PORTVERSION= 0.10.32
CATEGORIES= www
MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/
DISTNAME= ${PORTNAME}-v${PORTVERSION}
@ -53,8 +53,5 @@ post-install:
${MKDIR} ${STAGEDIR}${PREFIX}/lib/node_modules/
${TOUCH} ${STAGEDIR}${PREFIX}/lib/node_modules/.keepme
${CHMOD} ${MANMODE} ${STAGEDIR}${PREFIX}/man/man1/node.1
@${ECHO_MSG}
@${ECHO_MSG} "Note: If you need npm (Node Package Manager), please install www/npm."
@${ECHO_MSG}
.include <bsd.port.post.mk>

View File

@ -1,2 +1,2 @@
SHA256 (node-v0.10.31.tar.gz) = 06c781718a674dfdfb59d646b2629a46af2644bdbf52534fab8d4a0fe34c21f1
SIZE (node-v0.10.31.tar.gz) = 13464547
SHA256 (node-v0.10.32.tar.gz) = c2120d0e3d2d191654cb11dbc0a33a7216d53732173317681da9502be0030f10
SIZE (node-v0.10.32.tar.gz) = 13585240

3
www/node/pkg-message Normal file
View File

@ -0,0 +1,3 @@
Note: If you need npm (Node Package Manager), please install www/npm.