From owner-svn-ports-head@freebsd.org Tue Dec 29 14:52:00 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8ECEDA54B52; Tue, 29 Dec 2015 14:52:00 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 3E84C108A; Tue, 29 Dec 2015 14:52:00 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBTEpxDw063377; Tue, 29 Dec 2015 14:51:59 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBTEpxq6063374; Tue, 29 Dec 2015 14:51:59 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512291451.tBTEpxq6063374@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 29 Dec 2015 14:51:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404745 - in head: . editors editors/linux-sublime editors/sublime 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.20 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: Tue, 29 Dec 2015 14:52:00 -0000 Author: amdmi3 Date: Tue Dec 29 14:51:58 2015 New Revision: 404745 URL: https://svnweb.freebsd.org/changeset/ports/404745 Log: - Rename editors/sublime to editors/linux-sublime as it's Linux binary port PR: 205313 Submitted by: yuri@rawbw.com Approved by: maintainer timeout (xmj@chaot.net, 2 weeks) Added: head/editors/linux-sublime/ - copied from r404744, head/editors/sublime/ Deleted: head/editors/sublime/ Modified: head/MOVED head/editors/Makefile head/editors/linux-sublime/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue Dec 29 14:41:58 2015 (r404744) +++ head/MOVED Tue Dec 29 14:51:58 2015 (r404745) @@ -8065,3 +8065,4 @@ editors/calligra-l10n-nds||2015-12-21|No editors/calligra-l10n-sl||2015-12-21|Not shipped by Calligra 2.9.10 japanese/ochusha||2015-12-25|Has expired: Development ceased in 2008, other options available sysutils/phttpget||2015-12-27|Already in base system (/usr/libexec/phttpget) +editors/sublime|editors/linux-sublime|2015-12-29|Renamed (Linux binary port) Modified: head/editors/Makefile ============================================================================== --- head/editors/Makefile Tue Dec 29 14:41:58 2015 (r404744) +++ head/editors/Makefile Tue Dec 29 14:51:58 2015 (r404745) @@ -192,6 +192,7 @@ SUBDIR += libreoffice-xh SUBDIR += libreoffice-zu SUBDIR += libreoffice4 + SUBDIR += linux-sublime SUBDIR += madedit SUBDIR += manedit SUBDIR += mg @@ -229,7 +230,6 @@ SUBDIR += ssam SUBDIR += ssed SUBDIR += sted - SUBDIR += sublime SUBDIR += sublime3 SUBDIR += tamago SUBDIR += tea Modified: head/editors/linux-sublime/Makefile ============================================================================== --- head/editors/sublime/Makefile Tue Dec 29 14:41:58 2015 (r404744) +++ head/editors/linux-sublime/Makefile Tue Dec 29 14:51:58 2015 (r404745) @@ -7,16 +7,17 @@ PORTREVISION= 3 CATEGORIES= editors linux MASTER_SITES= http://c758482.r82.cf2.rackcdn.com/ DISTNAME= Sublime%20Text%202.0.2 +PKGNAMEPREFIX= linux- MAINTAINER= xmj@chaot.net COMMENT= Sublime Text is a sophisticated text editor for code, markup and prose -USES= tar:bzip2 +USES= tar:bzip2 INSTALLS_ICONS= yes -WRKSRC= ${WRKDIR}/"Sublime Text 2" +WRKSRC= ${WRKDIR}/"Sublime Text 2" NO_BUILD= -STRIP= # don't strip linux binaries. +STRIP= # don't strip linux binaries. SUB_FILES= sublime USE_LINUX= c6