diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2024-02-11 12:10:04 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-02-11 13:15:22 +0000 |
commit | f92c1373ea8d12d0cf7fc9e9f3a06aa1d793943b (patch) | |
tree | 79532076b5adebc5a8b97e5390fe7b841d467196 | |
parent | 11d388e5c901f6d6b0d15f77acd4c6d55bbb7d59 (diff) | |
download | ports-f92c1373ea8d12d0cf7fc9e9f3a06aa1d793943b.tar.gz ports-f92c1373ea8d12d0cf7fc9e9f3a06aa1d793943b.zip |
net-p2p/jigdo: Deprecate and set expiration date to 2024-03-31
Outdated version that's no longer supported
Upstream is now located at https://www.einval.com/~steve/software/jigdo/
-rw-r--r-- | net-p2p/jigdo/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-p2p/jigdo/Makefile b/net-p2p/jigdo/Makefile index 9aafa61365ce..b9100a067bb2 100644 --- a/net-p2p/jigdo/Makefile +++ b/net-p2p/jigdo/Makefile @@ -8,6 +8,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Utility used to retrieve large files over the Internet WWW= http://atterer.org/jigdo/ +DEPRECATED= Outdated version that's not longer supported upstream +EXPIRATION_DATE=2024-03-31 + RUN_DEPENDS= ${LOCALBASE}/bin/wget:ftp/wget USES= gmake tar:bzip2 |