From a0b68b2e935de864fbf32665d91fcbbdbf428291 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Sun, 8 Sep 2024 08:48:50 +0200 Subject: [PATCH] www/mod_amazon_proxy: Deprecate and set expiration date to 2024-09-30 Last update in 2010 and from what I can tell the API has changed since PR: 281053 Approved by: portmgr (maintainer timeout, 2+ weeks) --- www/mod_amazon_proxy/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/mod_amazon_proxy/Makefile b/www/mod_amazon_proxy/Makefile index 7fa21e1cd131..2a3eb9deebbf 100644 --- a/www/mod_amazon_proxy/Makefile +++ b/www/mod_amazon_proxy/Makefile @@ -8,6 +8,9 @@ MAINTAINER= tota@FreeBSD.org COMMENT= Amazon Auth Proxy for Product Advertising API WWW= https://github.com/machu/mod_amazon_proxy +DEPRECATED= Abandonware, last updated in 2010 +EXPIRATION_DATE=2024-09-30 + LIB_DEPENDS= libapreq2.so:www/libapreq2 USES= apache