- 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
This commit is contained in:
parent
7ffffa9b50
commit
bc3a22bb30
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419331
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user