diff options
author | linimon <linimon@FreeBSD.org> | 2005-10-09 20:55:07 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2005-10-09 20:55:07 +0000 |
commit | 47810a709ab3b2c447ecc79f2d81c60615b0de52 (patch) | |
tree | e89d9af82e4df3752cd5d4e0edefa1ba144aed5c /lang/njs/Makefile | |
parent | 9cc3fc7afc295a4b02a53af5fbc6eaf8cef08b80 (diff) | |
download | FreeBSD-ports-47810a709ab3b2c447ecc79f2d81c60615b0de52.zip FreeBSD-ports-47810a709ab3b2c447ecc79f2d81c60615b0de52.tar.gz |
Mark as BROKEN: does not fetch, mastersite disappeared.
Source: distfile survey
Diffstat (limited to 'lang/njs/Makefile')
-rw-r--r-- | lang/njs/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lang/njs/Makefile b/lang/njs/Makefile index d2daa50..99ffa75 100644 --- a/lang/njs/Makefile +++ b/lang/njs/Makefile @@ -9,15 +9,16 @@ PORTNAME= njs PORTVERSION= 0.2.5 PORTREVISION= 1 CATEGORIES= lang -MASTER_SITES= http://www.njs-javascript.org/ \ - http://people.ssh.fi/mtr/js/ \ - http://www.bbassett.net/njs/ \ - http://www.iki.fi/mtr/js/ +MASTER_SITES= # disappeared DISTNAME= js-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= NJS (NGS) is a standalone JavaScript/ECMAScript interpreter +BROKEN= "mastersite disappeared" +DEPRECATED= ${BROKEN} +EXPIRATION_DATE= 2005-12-09 + CONFLICTS= js-1.5.* USE_INC_LIBTOOL_VER=13 |