Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 May 2021 19:06:01 GMT
From:      Neel Chauhan <nc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b712fce4cb82 - main - editors/linux-sublime3: Pass maintainership to submitter and add LICENSE
Message-ID:  <202105221906.14MJ61ji060946@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by nc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b712fce4cb82b8a3a5a4db3b2f3beddfea7a8945

commit b712fce4cb82b8a3a5a4db3b2f3beddfea7a8945
Author:     Matías Pizarro <matias@pizarro.net>
AuthorDate: 2021-05-22 19:05:48 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2021-05-22 19:05:48 +0000

    editors/linux-sublime3: Pass maintainership to submitter and add LICENSE
    
    PR:     256090
---
 editors/linux-sublime3/Makefile | 18 ++++++++++++++----
 1 file changed, 14 insertions(+), 4 deletions(-)

diff --git a/editors/linux-sublime3/Makefile b/editors/linux-sublime3/Makefile
index e3dd21542062..2851333e20ee 100644
--- a/editors/linux-sublime3/Makefile
+++ b/editors/linux-sublime3/Makefile
@@ -2,23 +2,33 @@
 
 PORTNAME=	sublime
 PORTVERSION=	3.2.2
+PORTREVISION=	1
 CATEGORIES=	editors linux
 MASTER_SITES=	http://download.sublimetext.com/
 PKGNAMEPREFIX=	linux-
 PKGNAMESUFFIX=	3
-DISTNAME_amd64=	sublime_text_3_build_3211_x64
-DISTNAME_i386=	sublime_text_3_build_3211_x32
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	matias@pizarro.net
 COMMENT=	Sophisticated text editor for code, markup and prose
 
+LICENSE=	SUBLIMEHQ
+LICENSE_NAME=	End User License Agreement
+LICENSE_FILE=	${FILESDIR}/LICENSE.txt
+LICENSE_PERMS=	dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
+
+ONLY_FOR_ARCHS=	amd64 i386
+ONLY_FOR_ARCHS_REASON=	Upstream only supports amd64 and i386
+
 USES=		desktop-file-utils gnome linux tar:bzip2
 USE_LINUX=	gtk3
 
+DISTNAME_amd64=	sublime_text_3_build_3211_x64
+DISTNAME_i386=	sublime_text_3_build_3211_x32
+
 INSTALLS_ICONS=	yes
 WRKSRC=		${WRKDIR}/sublime_text_3
 
-CONFLICTS_INSTALL=	linux-sublime-[0-9]*
+CONFLICTS_INSTALL=	linux-sublime[0-9]*
 
 NO_BUILD=	yes
 SUB_FILES=	sublime



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