diff options
author | marino <marino@FreeBSD.org> | 2015-04-09 22:43:41 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-04-09 22:43:41 +0800 |
commit | 7db764b72073bd10435b90e34567112c0fe99b9a (patch) | |
tree | f14a5c4b7b29e03dfc53ec69aaa6eb5c9a94709f /lang | |
parent | c7d129e52034c323cda3442609877203deb3a1d3 (diff) | |
download | freebsd-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/Makefile | 6 |
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 \ |