diff options
author | bapt <bapt@FreeBSD.org> | 2011-03-16 04:40:33 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-03-16 04:40:33 +0800 |
commit | a1299ccd60cf1d09522ea708e25699d5390fce15 (patch) | |
tree | c6303e1b6e42e9aaf534b45f66b479de22bd3468 /ftp/mirror | |
parent | 182f492f69cef177bb64e1a32d8577300e02d6b0 (diff) | |
download | freebsd-ports-gnome-a1299ccd60cf1d09522ea708e25699d5390fce15.tar.gz freebsd-ports-gnome-a1299ccd60cf1d09522ea708e25699d5390fce15.tar.zst freebsd-ports-gnome-a1299ccd60cf1d09522ea708e25699d5390fce15.zip |
Deprecate unmaintained ports from ftp where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
Diffstat (limited to 'ftp/mirror')
-rw-r--r-- | ftp/mirror/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ftp/mirror/Makefile b/ftp/mirror/Makefile index 3d0877507f06..01e3e1156e87 100644 --- a/ftp/mirror/Makefile +++ b/ftp/mirror/Makefile @@ -18,6 +18,9 @@ PATCHFILES= ftp.pl_wupatch MAINTAINER= ports@FreeBSD.org COMMENT= Mirror packages on remote sites +DEPRECATED= Upstream disapear and distfile is no more available +EXPIRATION_DATE= 2011-05-01 + PLIST_FILES= bin/mirror \ bin/do_unlinks \ bin/pkgs_to_mmin \ |