From owner-svn-ports-head@FreeBSD.ORG Mon Aug 26 15:59:17 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9125723A; Mon, 26 Aug 2013 15:59:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7E8092D35; Mon, 26 Aug 2013 15:59:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7QFxHm9057502; Mon, 26 Aug 2013 15:59:17 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7QFxH5R057501; Mon, 26 Aug 2013 15:59:17 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201308261559.r7QFxH5R057501@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 Aug 2013 15:59:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325400 - head/www/npm 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: Mon, 26 Aug 2013 15:59:17 -0000 Author: sunpoet Date: Mon Aug 26 15:59:16 2013 New Revision: 325400 URL: http://svnweb.freebsd.org/changeset/ports/325400 Log: - Add executable bit for node-gyp - Bump PORTREVISION for package change Notified by: vanilla Modified: head/www/npm/Makefile Modified: head/www/npm/Makefile ============================================================================== --- head/www/npm/Makefile Mon Aug 26 14:34:21 2013 (r325399) +++ head/www/npm/Makefile Mon Aug 26 15:59:16 2013 (r325400) @@ -3,6 +3,7 @@ PORTNAME= npm PORTVERSION= 1.3.8 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet @@ -59,6 +60,7 @@ post-patch: post-install: @${INSTALL_DATA} ${WRKDIR}/npm.conf ${PREFIX}/etc/man.d/npm.conf + @${CHMOD} +x ${PREFIX}/lib/node_modules/npm/bin/node-gyp-bin/node-gyp # maintainer section: # require: bash, git, gmake, node