svn commit: r404824 - head/databases/pure-sql3

Raphael Kubo da Costa rakuco at FreeBSD.org
Wed Dec 30 10:46:54 UTC 2015


Author: rakuco
Date: Wed Dec 30 10:46:53 2015
New Revision: 404824
URL: https://svnweb.freebsd.org/changeset/ports/404824

Log:
  Fix MASTER_SITES and unmark BROKEN.

Modified:
  head/databases/pure-sql3/Makefile

Modified: head/databases/pure-sql3/Makefile
==============================================================================
--- head/databases/pure-sql3/Makefile	Wed Dec 30 10:43:50 2015	(r404823)
+++ head/databases/pure-sql3/Makefile	Wed Dec 30 10:46:53 2015	(r404824)
@@ -5,14 +5,12 @@ PORTNAME=	pure-sql3
 PORTVERSION=	0.4
 PORTREVISION=	4
 CATEGORIES=	databases
-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=	Pure language binding to the SQLite3 library
 
-BROKEN=		unfetchable
-
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 


More information about the svn-ports-head mailing list