From owner-svn-ports-head@freebsd.org Fri Jul 15 17:52:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 174D5B9AE32; Fri, 15 Jul 2016 17:52:59 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DB3B91378; Fri, 15 Jul 2016 17:52:58 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6FHqwm2055866; Fri, 15 Jul 2016 17:52:58 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6FHqww0055865; Fri, 15 Jul 2016 17:52:58 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201607151752.u6FHqww0055865@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Fri, 15 Jul 2016 17:52:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418607 - head/www/offline-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.22 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: Fri, 15 Jul 2016 17:52:59 -0000 Author: cpm Date: Fri Jul 15 17:52:57 2016 New Revision: 418607 URL: https://svnweb.freebsd.org/changeset/ports/418607 Log: - No need to shebangfix files we don't install - Bump PORTREVISION Reviewed by: feld (mentor) Approved by: feld (mentor) Differential Revision: D7219 Modified: head/www/offline-npm/Makefile Modified: head/www/offline-npm/Makefile ============================================================================== --- head/www/offline-npm/Makefile Fri Jul 15 17:52:56 2016 (r418606) +++ head/www/offline-npm/Makefile Fri Jul 15 17:52:57 2016 (r418607) @@ -4,6 +4,7 @@ PORTNAME= offline-npm PORTVERSION= 0.2.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= www MAINTAINER= cpm@FreeBSD.org @@ -21,8 +22,6 @@ GH_PROJECT= offline-npm NO_BUILD= yes NO_ARCH= yes -USES= shebangfix -SHEBANG_FILES= test/test.sh do-install: (cd ${STAGEDIR}${PREFIX}/lib && ${SETENV} \