git: 2214865c77ee - main - devel/rubygem-mustache0: Remove expired port

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Wed, 27 Sep 2023 08:56:06 UTC
The branch main has been updated by bofh:

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

commit 2214865c77eea562cd076c6b366605c4695c52be
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-09-27 08:09:16 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-09-27 08:55:56 +0000

    devel/rubygem-mustache0: Remove expired port
    
    2023-09-27 devel/rubygem-mustache0: Use devel/mustache
---
 MOVED                             |  1 +
 devel/Makefile                    |  1 -
 devel/rubygem-mustache0/Makefile  | 27 ---------------------------
 devel/rubygem-mustache0/distinfo  |  3 ---
 devel/rubygem-mustache0/pkg-descr | 11 -----------
 5 files changed, 1 insertion(+), 42 deletions(-)

diff --git a/MOVED b/MOVED
index d875684fa01a..54997d72b950 100644
--- a/MOVED
+++ b/MOVED
@@ -7857,3 +7857,4 @@ mail/cyrus-imapd24||2023-09-20|Has expired: No longer supported by upstream
 net/py-python-ceilometerclient||2023-09-22|Remove obsoleted port. This project is no longer maintained
 sysutils/rundeck3|sysutils/rundeck|2023-09-23|Rename to avoid confusion
 games/weebsay||2023-09-26|Has expired: API server is no longer functional
+devel/rubygem-mustache0|devel/rubygem-mustache|2023-09-27|Has expired: Use devel/mustache
diff --git a/devel/Makefile b/devel/Makefile
index c6bcc69c39e9..726bf82c8078 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -7077,7 +7077,6 @@
     SUBDIR += rubygem-murmurhash3
     SUBDIR += rubygem-mustache
     SUBDIR += rubygem-mustache-sinatra
-    SUBDIR += rubygem-mustache0
     SUBDIR += rubygem-mustermann
     SUBDIR += rubygem-mustermann-grape
     SUBDIR += rubygem-mutex_m
diff --git a/devel/rubygem-mustache0/Makefile b/devel/rubygem-mustache0/Makefile
deleted file mode 100644
index 522917de95c1..000000000000
--- a/devel/rubygem-mustache0/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-PORTNAME=	mustache
-PORTVERSION=	0.99.8
-CATEGORIES=	devel rubygems
-MASTER_SITES=	RG
-PKGNAMESUFFIX=	0
-
-MAINTAINER=	ruby@FreeBSD.org
-COMMENT=	Framework-agnostic way to render logic-free views
-WWW=		https://github.com/mustache/mustache
-
-LICENSE=	MIT
-
-DEPRECATED=	Use devel/mustache
-EXPIRATION_DATE=2023-09-27
-
-NO_ARCH=	yes
-USES=		gem
-
-PLIST_FILES=	bin/mustache${PKGNAMESUFFIX}
-
-post-install:
-	@${MV} ${STAGEDIR}/${PREFIX}/bin/mustache \
-	       ${STAGEDIR}/${PREFIX}/bin/mustache${PKGNAMESUFFIX}
-
-PORTSCOUT=	limit:^0\.
-
-.include <bsd.port.mk>
diff --git a/devel/rubygem-mustache0/distinfo b/devel/rubygem-mustache0/distinfo
deleted file mode 100644
index cd206a77d200..000000000000
--- a/devel/rubygem-mustache0/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1487955769
-SHA256 (rubygem/mustache-0.99.8.gem) = 826a96db895819c13fffa4fa3c20b85e80b60aaec1f28f79e7db80092abdb0bc
-SIZE (rubygem/mustache-0.99.8.gem) = 43520
diff --git a/devel/rubygem-mustache0/pkg-descr b/devel/rubygem-mustache0/pkg-descr
deleted file mode 100644
index 5a9ecc7626fb..000000000000
--- a/devel/rubygem-mustache0/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-Inspired by ctemplate, Mustache is a framework-agnostic way to render
-logic-free views.
-
-As ctemplates says, "It emphasizes separating logic from presentation:
-it is impossible to embed application logic in this template
-language.
-
-Think of Mustache as a replacement for your views. Instead of views
-consisting of ERB or HAML with random helpers and arbitrary logic,
-your views are broken into two parts: a Ruby class and an HTML
-template.