Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Dec 2017 12:00:27 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r457150 - branches/2017Q4/editors/komodo-edit
Message-ID:  <201712241200.vBOC0Rp5051512@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Dec 24 12:00:26 2017
New Revision: 457150
URL: https://svnweb.freebsd.org/changeset/ports/457150

Log:
  MFH: r457148
  
  Update MASTER_SITES and unbreak this port
  
  Approved by:	portmgr (blanket)
  
  Approved by:	ports-secteam (blanket)

Modified:
  branches/2017Q4/editors/komodo-edit/Makefile
Directory Properties:
  branches/2017Q4/   (props changed)

Modified: branches/2017Q4/editors/komodo-edit/Makefile
==============================================================================
--- branches/2017Q4/editors/komodo-edit/Makefile	Sun Dec 24 11:58:42 2017	(r457149)
+++ branches/2017Q4/editors/komodo-edit/Makefile	Sun Dec 24 12:00:26 2017	(r457150)
@@ -4,7 +4,8 @@
 PORTNAME=	komodo-edit
 PORTVERSION=	10.2.2
 CATEGORIES=	editors
-MASTER_SITES=	http://downloads.activestate.com/Komodo/releases/${PORTVERSION}/
+MASTER_SITES=	http://downloads.activestate.com/Komodo/releases/${PORTVERSION}/ \
+		http://downloads.activestate.com/Komodo/releases/archive/${PORTVERSION:R:R}.x/${PORTVERSION}/
 DISTNAME=	Komodo-Edit-${PORTVERSION}-17703-linux-x86
 
 MAINTAINER=	allanjude@FreeBSD.org
@@ -12,7 +13,6 @@ COMMENT=	Multi-language editor from ActiveState
 
 CONFLICTS=	komodo-ide-6*
 
-BROKEN=		unfetchable
 RESTRICTED=	Distribution not permitted
 
 ONLY_FOR_ARCHS=	i386 amd64



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