Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Dec 2016 23:56:56 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428090 - in head: . www www/node www/node7
Message-ID:  <201612072356.uB7NuuXI038328@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Wed Dec  7 23:56:56 2016
New Revision: 428090
URL: https://svnweb.freebsd.org/changeset/ports/428090

Log:
  Move www/node7 to www/node, and add an entry for the move into
  MOVED. When node becomes node8 and node7 gets branched, the
  MOVED entry will need to be removed.
  
  PR:		213948
  Approved by:	maintainer (Bradley T. Hughes)

Added:
  head/www/node/
     - copied from r428089, head/www/node7/
Deleted:
  head/www/node7/
Modified:
  head/MOVED
  head/www/Makefile
  head/www/node/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Wed Dec  7 23:54:56 2016	(r428089)
+++ head/MOVED	Wed Dec  7 23:56:56 2016	(r428090)
@@ -8821,3 +8821,4 @@ graphics/gtkdps||2016-12-04|Has expired:
 security/gsfv||2016-12-04|Has expired: No more upstream.
 misc/grun||2016-12-04|Has expired: No more upstream.
 devel/py-argparse||2016-12-04|Has expired: Part of Python standard library for Python >= 2.7 and >= 3.2
+www/node7|www/node|2016-12-07|www/node is now www/node7

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Wed Dec  7 23:54:56 2016	(r428089)
+++ head/www/Makefile	Wed Dec  7 23:56:56 2016	(r428090)
@@ -549,7 +549,6 @@
     SUBDIR += node012
     SUBDIR += node4
     SUBDIR += node6
-    SUBDIR += node7
     SUBDIR += nostromo
     SUBDIR += npapi-vlc
     SUBDIR += npapi-xine

Modified: head/www/node/Makefile
==============================================================================
--- head/www/node7/Makefile	Wed Dec  7 23:54:56 2016	(r428089)
+++ head/www/node/Makefile	Wed Dec  7 23:56:56 2016	(r428090)
@@ -5,7 +5,6 @@ PORTVERSION=	7.2.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	www
 MASTER_SITES=	http://nodejs.org/dist/v${PORTVERSION}/
-PKGNAMESUFFIX=	7
 
 MAINTAINER=	bradleythughes@fastmail.fm
 COMMENT=	V8 JavaScript for client and server (7.x)



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