svn commit: r383648 - head/lang/pure
John Marino
marino at FreeBSD.org
Thu Apr 9 14:43:42 UTC 2015
Author: marino
Date: Thu Apr 9 14:43:41 2015
New Revision: 383648
URL: https://svnweb.freebsd.org/changeset/ports/383648
Log:
lang/pure: adjust MASTER_SITES slightly, unbreak
Modified:
head/lang/pure/Makefile
Modified: head/lang/pure/Makefile
==============================================================================
--- head/lang/pure/Makefile Thu Apr 9 14:30:05 2015 (r383647)
+++ head/lang/pure/Makefile Thu Apr 9 14:43:41 2015 (r383648)
@@ -5,7 +5,7 @@ PORTNAME= pure
PORTVERSION= 0.58
PORTREVISION= 2
CATEGORIES= lang
-MASTER_SITES= https://cdn.bitbucket.org/purelang/pure-lang/downloads/
+MASTER_SITES= https://bitbucket.org/purelang/pure-lang/downloads/
DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz ${PORTNAME}-docs-${PORTVERSION}.tar.gz
DIST_SUBDIR= pure
@@ -15,10 +15,6 @@ COMMENT= Modern-style functional program
LICENSE= GPLv3 LGPL3
LICENSE_COMB= dual
-BROKEN= Unfetchable
-DEPRECATED= Old revision of software, depends on old version of llvm
-EXPIRATION_DATE= 2015-05-14
-
LLVM_VERSION= 33
LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl \
More information about the svn-ports-head
mailing list