aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-04-21 21:21:36 +0000
committerClement Laforet <clement@FreeBSD.org>2004-04-21 21:21:36 +0000
commit724366c041353c1fe5a30a2d75d972dbd2af662c (patch)
tree61214884d8173fb5511508c2958df2f7e19320de
parent673b269d01296898aefb67389d06518fc935fa58 (diff)
downloadports-724366c041353c1fe5a30a2d75d972dbd2af662c.tar.gz
ports-724366c041353c1fe5a30a2d75d972dbd2af662c.zip
- Add mirror to fix build for release
- port is still deprecated Approved by: marcus (portmgr)
Notes
Notes: svn path=/head/; revision=107782
-rw-r--r--lang/qc--/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/qc--/Makefile b/lang/qc--/Makefile
index 6db44d0dc771..9bc09bc4869f 100644
--- a/lang/qc--/Makefile
+++ b/lang/qc--/Makefile
@@ -9,14 +9,14 @@
PORTNAME= qc--
PORTVERSION= 20031201
CATEGORIES= lang
-MASTER_SITES= http://www.cminusminus.org/rsync/dist/
+MASTER_SITES= http://www.cminusminus.org/rsync/dist/ \
+ http://sheepkiller.nerim.net/ports/qc/
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= The Quick C-- Compiler
-BROKEN= "Does not fetch"
-DEPRECATED= ${BROKEN}
+DEPRECATED= "Uses snapshots and is unmaintained"
EXPIRATION_DATE=2004-06-18
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \