svn commit: r373696 - in head/editors: sublime sublime3
Craig Rodrigues
rodrigc at FreeBSD.org
Sun Nov 30 23:51:37 UTC 2014
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:
More information about the svn-ports-head
mailing list