Date: Fri, 14 Jun 2019 00:08:26 +0000 (UTC) From: Koichiro Iwao <meta@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504149 - head/editors/linux-sublime Message-ID: <201906140008.x5E08QSG042043@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: meta Date: Fri Jun 14 00:08:26 2019 New Revision: 504149 URL: https://svnweb.freebsd.org/changeset/ports/504149 Log: editors/linux-sublime: Update MASTER_SITE as the former site is no longer available. Now distfile is fetched from the official site. PR: 238509 Reported by: Graham Perrin <grahamperrin@gmail.com> Modified: head/editors/linux-sublime/Makefile Modified: head/editors/linux-sublime/Makefile ============================================================================== --- head/editors/linux-sublime/Makefile Fri Jun 14 00:05:04 2019 (r504148) +++ head/editors/linux-sublime/Makefile Fri Jun 14 00:08:26 2019 (r504149) @@ -5,7 +5,7 @@ PORTNAME= sublime PORTVERSION= 2.0.2 PORTREVISION= 6 CATEGORIES= editors linux -MASTER_SITES= http://c758482.r82.cf2.rackcdn.com/ +MASTER_SITES= https://download.sublimetext.com/ DISTNAME= Sublime%20Text%202.0.2 PKGNAMEPREFIX= linux-
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906140008.x5E08QSG042043>