From owner-svn-ports-head@FreeBSD.ORG Sun Nov 30 23:51:37 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9EFA1DB5; Sun, 30 Nov 2014 23:51:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B463627; Sun, 30 Nov 2014 23:51:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAUNpbBn061459; Sun, 30 Nov 2014 23:51:37 GMT (envelope-from rodrigc@FreeBSD.org) Received: (from rodrigc@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAUNpbTT061457; Sun, 30 Nov 2014 23:51:37 GMT (envelope-from rodrigc@FreeBSD.org) Message-Id: <201411302351.sAUNpbTT061457@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rodrigc set sender to rodrigc@FreeBSD.org using -f From: Craig Rodrigues Date: Sun, 30 Nov 2014 23:51:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373696 - in head/editors: sublime sublime3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2014 23:51:37 -0000 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: