Signed-off-by: Lucas Stach <[email protected]>
---
rules/efax.in | 6 ++++++
rules/efax.make | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/rules/efax.in b/rules/efax.in
index ff45094a762e..55379a249aee 100644
--- a/rules/efax.in
+++ b/rules/efax.in
@@ -1,3 +1,5 @@
+## SECTION=staging
+## old section:
## SECTION=communication
config EFAX
tristate
@@ -16,3 +18,7 @@ config EFAX
files as faxes and receive, print or preview
received faxes.
+ STAGING: remove in PTXdist 2025.06.0
+ Unmaintained in PTXdist. Old upstream and URL are
+ dead. "New" development release from 2008 can be found
+ here: https://www.cce.com/efax
diff --git a/rules/efax.make b/rules/efax.make
index 80d0abddb07d..ebd2ea65a73e 100644
--- a/rules/efax.make
+++ b/rules/efax.make
@@ -19,7 +19,7 @@ EFAX_VERSION := 0.9
EFAX_MD5 := 23bd3767f87c455c58ccae7f88bce725
EFAX := efax-$(EFAX_VERSION)
EFAX_SUFFIX := tar.gz
-EFAX_URL :=
ftp://ftp.metalab.unc.edu/pub/Linux/apps/serialcomm/fax/$(EFAX).$(EFAX_SUFFIX)
+EFAX_URL :=
https://www.ibiblio.org/pub/Linux/apps/serialcomm/fax/$(EFAX).$(EFAX_SUFFIX)
EFAX_SOURCE := $(SRCDIR)/$(EFAX).$(EFAX_SUFFIX)
EFAX_DIR := $(BUILDDIR)/$(EFAX)
EFAX_LICENSE := unknown
--
2.39.2