Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Nov 2014 23:51:37 +0000 (UTC)
From:      Craig Rodrigues <rodrigc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r373696 - in head/editors: sublime sublime3
Message-ID:  <201411302351.sAUNpbTT061457@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rodrigc (src committer)
Date: Sun Nov 30 23:51:36 2014
New Revision: 373696
URL: https://svnweb.freebsd.org/changeset/ports/373696
QAT: https://qat.redports.org/buildarchive/r373696/

Log:
  Change dependency to Centos 6.  Sublime does not work
  with the libraries in Fedora 10.
  
  Reviewed by:	xmj

Modified:
  head/editors/sublime/Makefile
  head/editors/sublime3/Makefile

Modified: head/editors/sublime/Makefile
==============================================================================
--- head/editors/sublime/Makefile	Sun Nov 30 23:22:19 2014	(r373695)
+++ head/editors/sublime/Makefile	Sun Nov 30 23:51:36 2014	(r373696)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sublime
 PORTVERSION=	2.0.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	editors linux
 MASTER_SITES=	http://c758482.r82.cf2.rackcdn.com/
 DISTNAME=	Sublime%20Text%202.0.2
@@ -19,7 +19,7 @@ NO_BUILD=
 STRIP=	# don't strip linux binaries.
 SUB_FILES=	sublime
 
-USE_LINUX=	yes
+USE_LINUX=	c6
 USE_LINUX_APPS=	xorglibs gtk2
 
 post-patch:

Modified: head/editors/sublime3/Makefile
==============================================================================
--- head/editors/sublime3/Makefile	Sun Nov 30 23:22:19 2014	(r373695)
+++ head/editors/sublime3/Makefile	Sun Nov 30 23:51:36 2014	(r373696)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sublime
 PORTVERSION=	3.0.65
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	editors linux
 MASTER_SITES=	http://c758482.r82.cf2.rackcdn.com/
 PKGNAMEPREFIX=	linux-
@@ -21,7 +21,7 @@ CONFLICTS=	linux-sublime-[0-24-9]*
 NO_BUILD=
 SUB_FILES=	sublime
 
-USE_LINUX=	yes
+USE_LINUX=	c6
 USE_LINUX_APPS=	xorglibs gtk2
 
 post-patch:



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