diff options
author | linimon <linimon@FreeBSD.org> | 2005-10-10 07:43:32 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2005-10-10 07:43:32 +0800 |
commit | 267c5b2fe1320ce181a709661ba432b6be03fb18 (patch) | |
tree | ebd020e9f8ae902388b750f7ad43c4b9ca968acb /emulators | |
parent | d0a3a46df5c315c801b4741d8f48b7c621138231 (diff) | |
download | freebsd-ports-gnome-267c5b2fe1320ce181a709661ba432b6be03fb18.tar.gz freebsd-ports-gnome-267c5b2fe1320ce181a709661ba432b6be03fb18.tar.zst freebsd-ports-gnome-267c5b2fe1320ce181a709661ba432b6be03fb18.zip |
Mark as BROKEN: does not fetch. Reset bouncing maintainer.
Source: distfile survey
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vmsbackup/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/emulators/vmsbackup/Makefile b/emulators/vmsbackup/Makefile index e5ce0105b4f4..f5b1d590d57f 100644 --- a/emulators/vmsbackup/Makefile +++ b/emulators/vmsbackup/Makefile @@ -8,13 +8,17 @@ PORTNAME= vmsbackup PORTVERSION= 4.0 CATEGORIES= emulators sysutils -MASTER_SITES= http://www.bsdberlin.org/~dako/distfiles/emulators/ +MASTER_SITES= # DISTNAME= ${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .tar -MAINTAINER= dako@bsdberlin.org +MAINTAINER= ports@FreeBSD.org COMMENT= Reads VMS BACKUP tapes +BROKEN= "distfile disappeared" +DEPRECATED= ${BROKEN} +EXPIRATION_DATE= 2005-12-09 + MAN1= vmsbackup.1 MANCOMPRESSED= yes PLIST_FILES= bin/vmsbackup |