git: a4d95a074f64 - main - devel/transient-devel: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Mon, 01 Sep 2025 17:24:31 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a4d95a074f64acb2c3c3d1456e026f10a1346a86

commit a4d95a074f64acb2c3c3d1456e026f10a1346a86
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-09-01 17:24:27 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-09-01 17:24:27 +0000

    devel/transient-devel: Remove expired port
    
    2025-08-31 devel/transient-devel: Use devel/transient instead
---
 MOVED                                           |  1 +
 devel/Makefile                                  |  1 -
 devel/transient-devel/Makefile                  | 67 -------------------------
 devel/transient-devel/distinfo                  |  3 --
 devel/transient-devel/files/patch-docs_Makefile | 11 ----
 devel/transient-devel/pkg-descr                 | 19 -------
 devel/transient-devel/pkg-plist                 |  3 --
 7 files changed, 1 insertion(+), 104 deletions(-)

diff --git a/MOVED b/MOVED
index 57329c79d62d..d1aa33f58767 100644
--- a/MOVED
+++ b/MOVED
@@ -4736,3 +4736,4 @@ lang/zig010|lang/zig|2025-08-31|Has expired: Old zig implementation, no consumer
 databases/closql-devel|databases/closql|2025-09-01|Has expired: Use databases/closql instead
 databases/emacsql-devel|databases/emacsql|2025-09-01|Has expired: Use databases/emacsql instead
 devel/geany-themes|devel/geany|2025-09-01|Has expired: Themes have been included in the main geany distribution
+devel/transient-devel|devel/transient|2025-09-01|Has expired: Use devel/transient instead
diff --git a/devel/Makefile b/devel/Makefile
index b3ffc873a0bf..3e48e5c04f29 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -8373,7 +8373,6 @@
     SUBDIR += tracy
     SUBDIR += tradcpp
     SUBDIR += transient
-    SUBDIR += transient-devel
     SUBDIR += transwarp
     SUBDIR += tree-sitter
     SUBDIR += tree-sitter-cli
diff --git a/devel/transient-devel/Makefile b/devel/transient-devel/Makefile
deleted file mode 100644
index ca51f7d2ac58..000000000000
--- a/devel/transient-devel/Makefile
+++ /dev/null
@@ -1,67 +0,0 @@
-PORTNAME=	transient
-DISTVERSIONPREFIX=	v
-DISTVERSION=	0.9.4
-PORTREVISION=	1
-DISTVERSIONSUFFIX=
-CATEGORIES=	devel elisp
-PKGNAMESUFFIX=	-devel${EMACS_PKGNAMESUFFIX}
-
-MAINTAINER=	yasu@FreeBSD.org
-COMMENT=	Emacs key and popup interface for complex keybindings
-WWW=		https://github.com/magit/transient
-
-LICENSE=	GPLv3+
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-DEPRECATED=	Use devel/transient instead
-EXPIRATION_DATE=	2025-08-31
-
-BUILD_DEPENDS=	compat.el${EMACS_PKGNAMESUFFIX}>=30.1.0.0:misc/compat.el@${EMACS_FLAVOR}
-RUN_DEPENDS=	compat.el${EMACS_PKGNAMESUFFIX}>=30.1.0.0:misc/compat.el@${EMACS_FLAVOR}
-
-USES=		emacs gmake makeinfo
-USE_GITHUB=	yes
-GH_ACCOUNT=	magit
-
-MAKE_ENV+=	LOAD_PATH="-L ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/compat"
-MAKE_JOBS_UNSAFE=	yes
-ALL_TARGET=	lisp info
-
-CONFLICTS_INSTALL=	transient-emacs*
-
-NO_ARCH=	yes
-
-INFO=		transient
-
-PORTDOCS=	CHANGELOG README.org transient.html
-
-OPTIONS_DEFINE=	DOCS PDF
-
-PDF_DESC=	Build and install PDF document
-
-DOCS_BUILD_DEPENDS=	gsed:textproc/gsed
-DOCS_ALL_TARGET=	html
-DOCS_BINARY_ALIAS=	sed=gsed
-PDF_BUILD_DEPENDS=	texi2pdf:print/texinfo
-PDF_USES=		tex
-PDF_USE=		TEX=dvipdfmx:build
-PDF_ALL_TARGET=		pdf
-PDF_PLIST_FILES=	${DOCSDIR}/transient.pdf
-
-do-install:
-	@${MKDIR} ${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
-	${INSTALL_DATA} ${WRKSRC}/lisp/*.el* \
-		${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
-	${INSTALL_DATA} ${WRKSRC}/docs/*.info \
-		${STAGEDIR}${PREFIX}/${INFO_PATH}
-
-do-install-DOCS-on:
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/README.org ${WRKSRC}/CHANGELOG \
-		${WRKSRC}/docs/transient.html ${STAGEDIR}${DOCSDIR}
-
-do-install-PDF-on:
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/docs/transient.pdf ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/devel/transient-devel/distinfo b/devel/transient-devel/distinfo
deleted file mode 100644
index 3d9fe7bee2d5..000000000000
--- a/devel/transient-devel/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1754135349
-SHA256 (magit-transient-v0.9.4_GH0.tar.gz) = 1fc90db3a1748493b33db451ab937bb554d1c2993cfdd8677aac12d0167ebc8e
-SIZE (magit-transient-v0.9.4_GH0.tar.gz) = 169192
diff --git a/devel/transient-devel/files/patch-docs_Makefile b/devel/transient-devel/files/patch-docs_Makefile
deleted file mode 100644
index dd8f09133a8b..000000000000
--- a/devel/transient-devel/files/patch-docs_Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- docs/Makefile.orig	2024-05-25 11:18:38 UTC
-+++ docs/Makefile
-@@ -50,7 +50,7 @@ html-dir: $(PKG).texi
- 
- %.pdf: %.texi
- 	@printf "Generating $@\n"
--	@texi2pdf --clean $< > /dev/null
-+	@texi2pdf $< > /dev/null
- 
- PUBLISH_PATH   ?= /manual/
- RELEASE_PATH   ?= /manual/$(VERSION)/
diff --git a/devel/transient-devel/pkg-descr b/devel/transient-devel/pkg-descr
deleted file mode 100644
index 48162b91d87e..000000000000
--- a/devel/transient-devel/pkg-descr
+++ /dev/null
@@ -1,19 +0,0 @@
-Taking inspiration from prefix keys and prefix arguments, Transient
-implements a similar abstraction involving a prefix command, infix
-arguments and suffix commands. We could call this abstraction a
-"transient command", but because it always involves at least two
-commands (a prefix and a suffix) we prefer to call it just a
-"transient".
-
-When the user calls a transient prefix command, then a transient
-(temporary) keymap is activated, which binds the transient's infix
-and suffix commands, and functions that control the transient state
-are added to `pre-command-hook` and `post-command-hook`. The available
-suffix and infix commands and their state are shown in a popup buffer
-until the transient is exited by invoking a suffix command.
-
-Calling an infix command causes its value to be changed, possibly by
-reading a new value in the minibuffer.
-
-Calling a suffix command usually causes the transient to be exited but
-suffix commands can also be configured to not exit the transient.
diff --git a/devel/transient-devel/pkg-plist b/devel/transient-devel/pkg-plist
deleted file mode 100644
index c90f16f93ad0..000000000000
--- a/devel/transient-devel/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-%%EMACS_VERSION_SITE_LISPDIR%%/transient-autoloads.el
-%%EMACS_VERSION_SITE_LISPDIR%%/transient.el
-%%EMACS_VERSION_SITE_LISPDIR%%/transient.elc