diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2013-06-18 04:47:01 +0800 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2013-06-18 04:47:01 +0800 |
commit | 932e4258c4004b65f37e30a6d5ff1fc6322b9532 (patch) | |
tree | cea119385ccc26c1d6a3d45abc50617e028e762c /editors | |
parent | 9d00cb13d040eca4c574695db34f10886cf53d7b (diff) | |
download | freebsd-ports-gnome-932e4258c4004b65f37e30a6d5ff1fc6322b9532.tar.gz freebsd-ports-gnome-932e4258c4004b65f37e30a6d5ff1fc6322b9532.tar.zst freebsd-ports-gnome-932e4258c4004b65f37e30a6d5ff1fc6322b9532.zip |
Mark as BROKEN and expire in 1 month.
The port is restricted so we don't mirror the distfile, and the only
MASTER_SITE is gone (probably for ages).
PR: ports/179645
Submitted by: John Marino <draco@marino.st>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/uzap/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/uzap/Makefile b/editors/uzap/Makefile index 36098be64cbf..663909dbfe47 100644 --- a/editors/uzap/Makefile +++ b/editors/uzap/Makefile @@ -16,4 +16,8 @@ NO_WRKSUBDIR= yes MAN1= uzap.1 PLIST_FILES= bin/uzap +BROKEN= does not fetch +DEPRECATED= does not fetch +EXPIRATION_DATE= 2013-07-17 + .include <bsd.port.mk> |