git: b1f8c863d454 - main - textproc/rubygem-kramdown23: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 31 Dec 2024 16:25:43 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b1f8c863d454def9dca7b15fa135fbd2cc1f970b commit b1f8c863d454def9dca7b15fa135fbd2cc1f970b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-12-31 16:17:10 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-12-31 16:22:45 +0000 textproc/rubygem-kramdown23: Remove obsoleted port Use textproc/rubygem-kramdown instead. --- MOVED | 1 + textproc/Makefile | 1 - textproc/rubygem-kramdown23/Makefile | 28 ---------------------------- textproc/rubygem-kramdown23/distinfo | 3 --- textproc/rubygem-kramdown23/pkg-descr | 2 -- 5 files changed, 1 insertion(+), 34 deletions(-) diff --git a/MOVED b/MOVED index 24ea3bed9bc3..75276b95f2de 100644 --- a/MOVED +++ b/MOVED @@ -3794,3 +3794,4 @@ net/rubygem-octokit8|net/rubygem-octokit|2024-12-31|Remove obsoleted port. Use n 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 +textproc/rubygem-kramdown23|textproc/rubygem-kramdown|2024-12-31|Remove obsoleted port. Use textproc/rubygem-kramdown instead diff --git a/textproc/Makefile b/textproc/Makefile index a270a96f642e..f2ad04d9a817 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-kramdown23 SUBDIR += rubygem-kwalify SUBDIR += rubygem-libxml-ruby SUBDIR += rubygem-linguistics diff --git a/textproc/rubygem-kramdown23/Makefile b/textproc/rubygem-kramdown23/Makefile deleted file mode 100644 index 38c30b8c3651..000000000000 --- a/textproc/rubygem-kramdown23/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -PORTNAME= kramdown -PORTVERSION= 2.3.2 -PORTREVISION= 1 -CATEGORIES= textproc rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 23 - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Yet-another-markdown-parser but fast, pure Ruby -WWW= https://kramdown.gettalong.org/ - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/COPYING - -RUN_DEPENDS= rubygem-rexml>=0:textproc/rubygem-rexml - -USES= cpe gem - -NO_ARCH= yes - -CPE_VENDOR= kramdown_project - -PORTSCOUT= limit:^2\.3\. - -post-install: - ${RM} ${STAGEDIR}${PREFIX}/bin/kramdown - -.include <bsd.port.mk> diff --git a/textproc/rubygem-kramdown23/distinfo b/textproc/rubygem-kramdown23/distinfo deleted file mode 100644 index 760635db6109..000000000000 --- a/textproc/rubygem-kramdown23/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1648249104 -SHA256 (rubygem/kramdown-2.3.2.gem) = cb4530c2e9d16481591df2c9336723683c354e5416a5dd3e447fa48215a6a71c -SIZE (rubygem/kramdown-2.3.2.gem) = 122368 diff --git a/textproc/rubygem-kramdown23/pkg-descr b/textproc/rubygem-kramdown23/pkg-descr deleted file mode 100644 index 1b3a962c4ec0..000000000000 --- a/textproc/rubygem-kramdown23/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.