diff options
author | Rene Ladan <rene@FreeBSD.org> | 2024-08-04 14:56:29 +0200 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2024-08-04 14:56:29 +0200 |
commit | 952153fbfc8f2fa81c0428fa8df7b1eae2e588ad (patch) | |
tree | 47b613671d4b7a22ae013ef945c00e0a43dd979b | |
parent | graphics/svg2pdf: Remove expired port (diff) |
net-p2p/namecoin: expire on 2024-08-31 for graphics/svg2png
Fix DISTVERION* order while here.
-rw-r--r-- | net-p2p/namecoin/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-p2p/namecoin/Makefile b/net-p2p/namecoin/Makefile index 0173e7138cb2..891301d329f9 100644 --- a/net-p2p/namecoin/Makefile +++ b/net-p2p/namecoin/Makefile @@ -1,6 +1,6 @@ PORTNAME= namecoin -DISTVERSION= 24.0 DISTVERSIONPREFIX= nc +DISTVERSION= 24.0 PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= net-p2p dns @@ -11,6 +11,9 @@ WWW= https://namecoin.org/ LICENSE= MIT +DEPRECATED= Depends on expired graphics/svg2png +EXPIRATION_DATE=2024-08-31 + LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \ libevent.so:devel/libevent |