diff options
author | kris <kris@FreeBSD.org> | 2006-08-17 18:43:44 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-08-17 18:43:44 +0800 |
commit | 8b20e34ba227fd042677a73c81494bad44d22e96 (patch) | |
tree | 9a295d0f31500cc46ffd801b8d961a7f683ec40c | |
parent | ccff1e2bc227002e7ef5f1fa5497a1d806b9a59d (diff) | |
download | freebsd-ports-gnome-8b20e34ba227fd042677a73c81494bad44d22e96.tar.gz freebsd-ports-gnome-8b20e34ba227fd042677a73c81494bad44d22e96.tar.zst freebsd-ports-gnome-8b20e34ba227fd042677a73c81494bad44d22e96.zip |
Change BROKEN to IGNORE and set timer for deletion in 2 months
-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 774f91a8ae26..cfc42a49a193 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 |