Date: Sun, 13 Oct 2024 10:14:40 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 688b54d7c1a2 - main - misc/uk-*: Deprecate and set expiration date to 2024-10-31 Message-ID: <202410131014.49DAEeex090993@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=688b54d7c1a259477ddb9ef26d35cbd76e1cc539 commit 688b54d7c1a259477ddb9ef26d35cbd76e1cc539 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-10-13 10:00:14 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-10-13 10:13:53 +0000 misc/uk-*: Deprecate and set expiration date to 2024-10-31 Outdated 20+ year old datasets --- misc/uk-phone/Makefile | 3 +++ misc/uk-postcodes/Makefile | 3 +++ 2 files changed, 6 insertions(+) diff --git a/misc/uk-phone/Makefile b/misc/uk-phone/Makefile index 9cf9db497a3f..73722f19b049 100644 --- a/misc/uk-phone/Makefile +++ b/misc/uk-phone/Makefile @@ -8,6 +8,9 @@ EXTRACT_SUFX= .gz MAINTAINER= ports@FreeBSD.org COMMENT= United Kingdom phone codes +DEPRECATED= Obsolete, 20+ year old data +EXPIRATION_DATE=2024-10-31 + NO_WRKSUBDIR= yes EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= # None diff --git a/misc/uk-postcodes/Makefile b/misc/uk-postcodes/Makefile index 31ac96286e23..2dd195c5f353 100644 --- a/misc/uk-postcodes/Makefile +++ b/misc/uk-postcodes/Makefile @@ -8,6 +8,9 @@ EXTRACT_SUFX= .gz MAINTAINER= ports@FreeBSD.org COMMENT= United Kingdom post codes +DEPRECATED= Obsolete, 20+ year old data +EXPIRATION_DATE=2024-10-31 + NO_WRKSUBDIR= yes EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= # None
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410131014.49DAEeex090993>