diff options
author | kris <kris@FreeBSD.org> | 2006-08-17 10:43:44 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-08-17 10:43:44 +0000 |
commit | 8b20e34ba227fd042677a73c81494bad44d22e96 (patch) | |
tree | 9a295d0f31500cc46ffd801b8d961a7f683ec40c /misc | |
parent | ccff1e2bc227002e7ef5f1fa5497a1d806b9a59d (diff) | |
download | FreeBSD-ports-8b20e34ba227fd042677a73c81494bad44d22e96.zip FreeBSD-ports-8b20e34ba227fd042677a73c81494bad44d22e96.tar.gz |
Change BROKEN to IGNORE and set timer for deletion in 2 months
Diffstat (limited to 'misc')
-rw-r--r-- | misc/afbackup/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/afbackup/Makefile b/misc/afbackup/Makefile index 774f91a..cfc42a4 100644 --- a/misc/afbackup/Makefile +++ b/misc/afbackup/Makefile @@ -17,7 +17,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= voland@catpipe.net COMMENT= AF's backup system -BROKEN= Uses unregistered uid that conflicts with other ports +IGNORE= Uses unregistered uid that conflicts with other ports +DEPRECATED= ${IGNORE} +EXPIRATION_DATE=2006-10-17 WRKSRC= ${WRKDIR}/afbackup-3.3.5 PLIST= ${WRKSRC}/pkg-plist |