Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Dec 2015 17:48:19 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404769 - in head: . editors editors/linux-sublime3 editors/sublime3
Message-ID:  <201512291748.tBTHmJSV017470@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Dec 29 17:48:19 2015
New Revision: 404769
URL: https://svnweb.freebsd.org/changeset/ports/404769

Log:
  - Rename editors/sublime3 to editors/linux-sublime3 and add PKGNAMESUFFIX
    - Bring port directory and package names in sync
    - Resolve PKGBASE conflict with editors/linux-sublime
  
  PR:		205694
  Approved by:	portmgr blanket (due to PKGBASE conflict)

Added:
  head/editors/linux-sublime3/
     - copied from r404768, head/editors/sublime3/
Deleted:
  head/editors/sublime3/
Modified:
  head/MOVED
  head/editors/Makefile
  head/editors/linux-sublime3/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Tue Dec 29 17:30:35 2015	(r404768)
+++ head/MOVED	Tue Dec 29 17:48:19 2015	(r404769)
@@ -8067,3 +8067,4 @@ japanese/ochusha||2015-12-25|Has expired
 sysutils/phttpget||2015-12-27|Already in base system (/usr/libexec/phttpget)
 editors/sublime|editors/linux-sublime|2015-12-29|Renamed (Linux binary port)
 dns/py-dns3|dns/py-py3dns|2015-12-29|Renamed to match upstream naming
+editors/sublime3|editors/linux-sublime3|2015-12-29|Renamed (Linux binary port)

Modified: head/editors/Makefile
==============================================================================
--- head/editors/Makefile	Tue Dec 29 17:30:35 2015	(r404768)
+++ head/editors/Makefile	Tue Dec 29 17:48:19 2015	(r404769)
@@ -193,6 +193,7 @@
     SUBDIR += libreoffice-zu
     SUBDIR += libreoffice4
     SUBDIR += linux-sublime
+    SUBDIR += linux-sublime3
     SUBDIR += madedit
     SUBDIR += manedit
     SUBDIR += mg
@@ -230,7 +231,6 @@
     SUBDIR += ssam
     SUBDIR += ssed
     SUBDIR += sted
-    SUBDIR += sublime3
     SUBDIR += tamago
     SUBDIR += tea
     SUBDIR += teco

Modified: head/editors/linux-sublime3/Makefile
==============================================================================
--- head/editors/sublime3/Makefile	Tue Dec 29 17:30:35 2015	(r404768)
+++ head/editors/linux-sublime3/Makefile	Tue Dec 29 17:48:19 2015	(r404769)
@@ -7,6 +7,7 @@ PORTREVISION=	1
 CATEGORIES=	editors linux
 MASTER_SITES=	http://c758482.r82.cf2.rackcdn.com/
 PKGNAMEPREFIX=	linux-
+PKGNAMESUFFIX=	3
 DISTNAME=	sublime_text_3_build_3083_x32
 
 MAINTAINER=	miguelmclara@gmail.com



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