Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Sep 2020 16:40:50 +0000 (UTC)
From:      Mikael Urankar <mikael@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r549038 - head/www/deno
Message-ID:  <202009191640.08JGeoIf028277@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mikael
Date: Sat Sep 19 16:40:50 2020
New Revision: 549038
URL: https://svnweb.freebsd.org/changeset/ports/549038

Log:
  www/deno: switch to devel/gn
  
  Switch to devel/gn and remove deprecation notice
  
  Reported by:	jbeich

Modified:
  head/www/deno/Makefile

Modified: head/www/deno/Makefile
==============================================================================
--- head/www/deno/Makefile	Sat Sep 19 16:30:09 2020	(r549037)
+++ head/www/deno/Makefile	Sat Sep 19 16:40:50 2020	(r549038)
@@ -3,6 +3,7 @@
 PORTNAME=	deno
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.4.1
+PORTREVISION=	1
 CATEGORIES=	www
 
 MAINTAINER=	mikael@FreeBSD.org
@@ -11,11 +12,8 @@ COMMENT=	Secure JavaScript and TypeScript runtime
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-DEPRECATED=	Depends on expired devel/chromium-gn (py27)
-EXPIRATION_DATE=2020-12-31
-
 BUILD_DEPENDS=	binutils>0:devel/binutils \
-		gn:devel/chromium-gn \
+		gn:devel/gn \
 		libunwind>0:devel/libunwind
 
 .include <bsd.port.options.mk>



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