svn commit: r457150 - branches/2017Q4/editors/komodo-edit

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 24 12:00:28 UTC 2017


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 at 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


More information about the svn-ports-branches mailing list