From owner-svn-ports-all@freebsd.org Sat Jul 30 21:58:36 2016 Return-Path: Delivered-To: svn-ports-all@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 19319BA9EE1; Sat, 30 Jul 2016 21:58:36 +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 B47C61340; Sat, 30 Jul 2016 21:58:35 +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 u6ULwYwP026714; Sat, 30 Jul 2016 21:58:34 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6ULwYYO026711; Sat, 30 Jul 2016 21:58:34 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201607302158.u6ULwYYO026711@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Sat, 30 Jul 2016 21:58:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419331 - 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-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jul 2016 21:58:36 -0000 Author: cpm Date: Sat Jul 30 21:58:34 2016 New Revision: 419331 URL: https://svnweb.freebsd.org/changeset/ports/419331 Log: - Update to 0.2.2 - Mark BROKEN. Support for this project is broken with npm >= v3.x Reviewed by: junovitch (mentor) Approved by: junovitch (mentor) Differential Revision: D7351 Modified: head/www/offline-npm/Makefile head/www/offline-npm/distinfo head/www/offline-npm/pkg-plist Modified: head/www/offline-npm/Makefile ============================================================================== --- head/www/offline-npm/Makefile Sat Jul 30 20:29:57 2016 (r419330) +++ head/www/offline-npm/Makefile Sat Jul 30 21:58:34 2016 (r419331) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= offline-npm -PORTVERSION= 0.2.1 +PORTVERSION= 0.2.2 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= www MAINTAINER= cpm@FreeBSD.org @@ -16,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= npm>0:www/npm RUN_DEPENDS= npm>0:www/npm +BROKEN= Support for this project is broken with npm >= v3.x + USE_GITHUB= yes GH_ACCOUNT= commenthol GH_PROJECT= offline-npm Modified: head/www/offline-npm/distinfo ============================================================================== --- head/www/offline-npm/distinfo Sat Jul 30 20:29:57 2016 (r419330) +++ head/www/offline-npm/distinfo Sat Jul 30 21:58:34 2016 (r419331) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468600027 -SHA256 (commenthol-offline-npm-v0.2.1_GH0.tar.gz) = f761fba899eb9b1f3fc47deca5f0f1e19d9f880b9009c0a2550f339455fe6c8c -SIZE (commenthol-offline-npm-v0.2.1_GH0.tar.gz) = 14890 +TIMESTAMP = 1469823605 +SHA256 (commenthol-offline-npm-v0.2.2_GH0.tar.gz) = 445ea26b00b78f6397e0499055f97b7f222c103cce41a92028eeb884295f99b6 +SIZE (commenthol-offline-npm-v0.2.2_GH0.tar.gz) = 15615 Modified: head/www/offline-npm/pkg-plist ============================================================================== --- head/www/offline-npm/pkg-plist Sat Jul 30 20:29:57 2016 (r419330) +++ head/www/offline-npm/pkg-plist Sat Jul 30 21:58:34 2016 (r419331) @@ -1,5 +1,6 @@ bin/offline-npm lib/node_modules/.bin/offline-npm +lib/node_modules/offline-npm/BROKEN.md lib/node_modules/offline-npm/LICENSE lib/node_modules/offline-npm/README.md lib/node_modules/offline-npm/TUTORIAL.md