Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Apr 2020 11:59:37 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r533054 - head/www/npm
Message-ID:  <202004261159.03QBxb5s032161@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Apr 26 11:59:37 2020
New Revision: 533054
URL: https://svnweb.freebsd.org/changeset/ports/533054

Log:
  Relax USES=python
  
  - Bump PORTREVISION for dependency change
  
  PR:		245500
  Submitted by:	mfechner

Modified:
  head/www/npm/Makefile

Modified: head/www/npm/Makefile
==============================================================================
--- head/www/npm/Makefile	Sun Apr 26 11:59:31 2020	(r533053)
+++ head/www/npm/Makefile	Sun Apr 26 11:59:37 2020	(r533054)
@@ -3,6 +3,7 @@
 
 PORTNAME=	npm
 PORTVERSION=	6.12.1
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	LOCAL/sunpoet
 
@@ -14,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/lib/node_modules/npm/LICENSE
 
 RUN_DEPENDS=	gmake:devel/gmake
 
-USES=		cpe python:2.7,run shebangfix tar:xz
+USES=		cpe python:run shebangfix tar:xz
 
 NO_ARCH=	yes
 NO_BUILD=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004261159.03QBxb5s032161>