Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Dec 2024 16:25:42 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 48535b5e2352 - main - textproc/rubygem-kramdown1: Remove obsoleted port
Message-ID:  <202412311625.4BVGPgNY041933@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit 48535b5e2352a9e6cd1b0b3fb3f39017e9874e79
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-12-31 16:17:08 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-12-31 16:22:45 +0000

    textproc/rubygem-kramdown1: Remove obsoleted port
    
    Use textproc/rubygem-kramdown instead.
---
 MOVED                                |  1 +
 textproc/Makefile                    |  1 -
 textproc/rubygem-kramdown1/Makefile  | 27 ---------------------------
 textproc/rubygem-kramdown1/distinfo  |  3 ---
 textproc/rubygem-kramdown1/pkg-descr |  2 --
 5 files changed, 1 insertion(+), 33 deletions(-)

diff --git a/MOVED b/MOVED
index 9efd03e14334..24ea3bed9bc3 100644
--- a/MOVED
+++ b/MOVED
@@ -3793,3 +3793,4 @@ net/rubygem-google-cloud-storage145|net/rubygem-google-cloud-storage|2024-12-31|
 net/rubygem-octokit8|net/rubygem-octokit|2024-12-31|Remove obsoleted port. Use net/rubygem-octokit instead
 textproc/rubygem-elasticsearch-api713|textproc/rubygem-elasticsearch-api|2024-12-31|Remove obsoleted port. Use textproc/rubygem-elasticsearch-api instead
 textproc/rubygem-elasticsearch-transport713|textproc/rubygem-elasticsearch-transport|2024-12-31|Remove obsoleted port. Use textproc/rubygem-elasticsearch-transport instead
+textproc/rubygem-kramdown1|textproc/rubygem-kramdown|2024-12-31|Remove obsoleted port. Use textproc/rubygem-kramdown instead
diff --git a/textproc/Makefile b/textproc/Makefile
index 6335bf0087e0..a270a96f642e 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1886,7 +1886,6 @@
     SUBDIR += rubygem-kramdown-gitlab
     SUBDIR += rubygem-kramdown-parser-gfm
     SUBDIR += rubygem-kramdown-parser-gfm-gitlab
-    SUBDIR += rubygem-kramdown1
     SUBDIR += rubygem-kramdown23
     SUBDIR += rubygem-kwalify
     SUBDIR += rubygem-libxml-ruby
diff --git a/textproc/rubygem-kramdown1/Makefile b/textproc/rubygem-kramdown1/Makefile
deleted file mode 100644
index 766e78b9728e..000000000000
--- a/textproc/rubygem-kramdown1/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-PORTNAME=	kramdown
-PORTVERSION=	1.17.0
-CATEGORIES=	textproc rubygems
-MASTER_SITES=	RG
-PKGNAMESUFFIX=	1
-
-MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Yet-another-markdown-parser but fast, pure Ruby
-WWW=		https://kramdown.gettalong.org/
-
-LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/COPYING
-
-USES=		cpe gem shebangfix
-
-NO_ARCH=	yes
-
-CPE_VENDOR=	kramdown_project
-
-PORTSCOUT=	limit:^1\.
-
-SHEBANG_FILES=	benchmark/*.sh
-
-post-install:
-	${RM} ${STAGEDIR}${PREFIX}/bin/kramdown
-
-.include <bsd.port.mk>
diff --git a/textproc/rubygem-kramdown1/distinfo b/textproc/rubygem-kramdown1/distinfo
deleted file mode 100644
index b5c4697261f6..000000000000
--- a/textproc/rubygem-kramdown1/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1527784979
-SHA256 (rubygem/kramdown-1.17.0.gem) = 5862410a2c1692fde2fcc86d78d2265777c22bd101f11c76442f1698ab242cd8
-SIZE (rubygem/kramdown-1.17.0.gem) = 260608
diff --git a/textproc/rubygem-kramdown1/pkg-descr b/textproc/rubygem-kramdown1/pkg-descr
deleted file mode 100644
index 1b3a962c4ec0..000000000000
--- a/textproc/rubygem-kramdown1/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-kramdown is yet-another-markdown-parser but fast, pure Ruby, using a strict
-syntax definition and supporting several common extensions.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412311625.4BVGPgNY041933>