diff options
| author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2026-08-16 10:51:13 +0000 |
|---|---|---|
| committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2026-08-16 11:10:44 +0000 |
| commit | f9e17541b8f1d50427c2d3147d4a41740f416e12 (patch) | |
| tree | 887d97dda8fe81e6f08d627f78db18e25cbf6963 | |
| parent | 068537d9a99192dc89d703ffe6787915c1949152 (diff) | |
dns/denominator: Mark DEPRECATED
- Uptream repo has been archived
- Use dns/py-dns-lexicon
- Set EXPIRATION_DATE 2026-09-15
(cherry picked from commit 2515483633429946acc0479caac6a88faacf42fa)
| -rw-r--r-- | dns/denominator/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/dns/denominator/Makefile b/dns/denominator/Makefile index a9b50dd66077..632f10d934af 100644 --- a/dns/denominator/Makefile +++ b/dns/denominator/Makefile @@ -1,6 +1,6 @@ PORTNAME= denominator -PORTVERSION= 4.7.1 -PORTREVISION= 2 +DISTVERSION= 4.7.1 +PORTREVISION= 3 CATEGORIES= dns java MASTER_SITES= https://bintray.com/artifact/download/netflixoss/maven/com/netflix/${PORTNAME}/${PORTNAME}-cli/${PORTVERSION}/ DISTNAME= ${PORTNAME}-cli-${PORTVERSION}-fat.jar @@ -10,10 +10,14 @@ MAINTAINER= bofh@FreeBSD.org COMMENT= Portably control DNS clouds WWW= https://github.com/Netflix/denominator +DEPRECATED= Project has been archived use dns/py-dns-lexicon +EXPIRATION_DATE= 2026-09-30 + USES= java -NO_BUILD= yes STRIP= # none +NO_BUILD= yes + PLIST_FILES= bin/${PORTNAME} do-extract: |
