aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2015-04-09 22:43:41 +0800
committermarino <marino@FreeBSD.org>2015-04-09 22:43:41 +0800
commit7db764b72073bd10435b90e34567112c0fe99b9a (patch)
treef14a5c4b7b29e03dfc53ec69aaa6eb5c9a94709f /lang
parentc7d129e52034c323cda3442609877203deb3a1d3 (diff)
downloadfreebsd-ports-graphics-7db764b72073bd10435b90e34567112c0fe99b9a.tar.gz
freebsd-ports-graphics-7db764b72073bd10435b90e34567112c0fe99b9a.tar.zst
freebsd-ports-graphics-7db764b72073bd10435b90e34567112c0fe99b9a.zip
lang/pure: adjust MASTER_SITES slightly, unbreak
Diffstat (limited to 'lang')
-rw-r--r--lang/pure/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/lang/pure/Makefile b/lang/pure/Makefile
index 82b880112fe..560ef756234 100644
--- a/lang/pure/Makefile
+++ b/lang/pure/Makefile
@@ -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 programming language
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 \