git: b712fce4cb82 - main - editors/linux-sublime3: Pass maintainership to submitter and add LICENSE
Neel Chauhan
nc at FreeBSD.org
Sat May 22 19:06:01 UTC 2021
The branch main has been updated by nc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b712fce4cb82b8a3a5a4db3b2f3beddfea7a8945
commit b712fce4cb82b8a3a5a4db3b2f3beddfea7a8945
Author: Matías Pizarro <matias at pizarro.net>
AuthorDate: 2021-05-22 19:05:48 +0000
Commit: Neel Chauhan <nc at 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 at FreeBSD.org
+MAINTAINER= matias at 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
More information about the dev-commits-ports-all
mailing list