svn commit: r457148 - head/editors/komodo-edit

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 24 11:15:23 UTC 2017


Author: sunpoet
Date: Sun Dec 24 11:15:21 2017
New Revision: 457148
URL: https://svnweb.freebsd.org/changeset/ports/457148

Log:
  Update MASTER_SITES and unbreak this port
  
  Approved by:	portmgr (blanket)
  MFH:		2017Q4

Modified:
  head/editors/komodo-edit/Makefile

Modified: head/editors/komodo-edit/Makefile
==============================================================================
--- head/editors/komodo-edit/Makefile	Sun Dec 24 11:15:16 2017	(r457147)
+++ head/editors/komodo-edit/Makefile	Sun Dec 24 11:15:21 2017	(r457148)
@@ -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-head mailing list