svn commit: r404700 - head/devel/pure-readline

Raphael Kubo da Costa rakuco at FreeBSD.org
Mon Dec 28 23:11:17 UTC 2015


Author: rakuco
Date: Mon Dec 28 23:11:16 2015
New Revision: 404700
URL: https://svnweb.freebsd.org/changeset/ports/404700

Log:
  Adjust MASTER_SITES and unbreak.

Modified:
  head/devel/pure-readline/Makefile

Modified: head/devel/pure-readline/Makefile
==============================================================================
--- head/devel/pure-readline/Makefile	Mon Dec 28 22:57:23 2015	(r404699)
+++ head/devel/pure-readline/Makefile	Mon Dec 28 23:11:16 2015	(r404700)
@@ -4,14 +4,12 @@
 PORTNAME=	pure-readline
 PORTVERSION=	0.2
 CATEGORIES=	devel
-MASTER_SITES=	https://cdn.bitbucket.org/purelang/pure-lang/downloads/
+MASTER_SITES=	https://bitbucket.org/purelang/pure-lang/downloads/
 DIST_SUBDIR=	pure
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Readline interface for the Pure language
 
-BROKEN=		unfetchable
-
 LICENSE=	BSD3CLAUSE GPLv3
 LICENSE_COMB=	dual
 


More information about the svn-ports-all mailing list