Commit ef72d45d authored by Rene Ladan's avatar Rene Ladan
Browse files

editors/abiword-docs: Remove expired port

2026-05-09 editors/abiword-docs: abisource.com no longer exists
parent 427499e8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5291,3 +5291,4 @@ devel/sd-mux-ctrl||2026-05-08|Has expired: Upstream project is unmaintained as t
devel/py-rednose||2026-05-08|Has expired: Depends on unmaintained nosetests
devel/py-termstyle||2026-05-09|Has expired: Upstream project appears to be abandoned
www/p5-Catalyst-Controller-BindLex||2026-05-09|Has expired: Upstream unmaintained and declared to be dangerous to use
editors/abiword-docs||2026-05-10|Has expired: abisource.com no longer exists
+0 −1
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@

    SUBDIR += 2bsd-vi
    SUBDIR += abiword
    SUBDIR += abiword-docs
    SUBDIR += ad
    SUBDIR += aee
    SUBDIR += aewan

editors/abiword-docs/Makefile

deleted100644 → 0
+0 −24
Original line number Diff line number Diff line
PORTNAME=	abiword-docs
PORTVERSION=	3.0.1
PORTREVISION=	2
CATEGORIES=	editors
MASTER_SITES=	http://www.abisource.com/downloads/abiword/${PORTVERSION}/source/
DIST_SUBDIR=	AbiWord

MAINTAINER=	gnome@FreeBSD.org
COMMENT=	AbiWord help files
WWW=		https://www.abisource.com/

DEPRECATED=	abisource.com no longer exists
EXPIRATION_DATE=	2026-05-09

BUILD_DEPENDS=	abiword:editors/abiword
RUN_DEPENDS=	abiword:editors/abiword

GNU_CONFIGURE=	yes
USES=		gmake pkgconfig
# Don't give X warnings if DISPLAY is set
CONFIGURE_ENV=	DISPLAY=""
MAKE_ENV=	DISPLAY=""

.include <bsd.port.mk>

editors/abiword-docs/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (AbiWord/abiword-docs-3.0.1.tar.gz) = d0d20d73dae7dfc5471484914dc80b4e7190f07c55c4ad8ba5ed9601e5eba8c5
SIZE (AbiWord/abiword-docs-3.0.1.tar.gz) = 1484463
+0 −11
Original line number Diff line number Diff line
--- configure.orig	2015-04-04 08:00:48 UTC
+++ configure
@@ -2596,7 +2596,7 @@ fi
 
 
 
-if test "x$ABIWORD" == "x"; then
+if test "x$ABIWORD" = "x"; then
 	as_fn_error 1 "abiword not found in PATH" "$LINENO" 5
 fi
 
Loading