aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-09 13:28:13 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-09 13:36:31 +0000
commit7bc15a51ead090cd8e500e9442d6e5a9718e724a (patch)
tree73578ad4341fc5ffc3c20574bdeec51a71986c51
parent80e88b6af6a19efd12b80fb48e96efa40dd16519 (diff)
textproc/rubygem-github-markup17: Remove obsoleted port
Use textproc/rubygem-github-markup instead.
-rw-r--r--MOVED1
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/rubygem-github-markup17/Makefile31
-rw-r--r--textproc/rubygem-github-markup17/distinfo3
-rw-r--r--textproc/rubygem-github-markup17/pkg-descr2
5 files changed, 1 insertions, 37 deletions
diff --git a/MOVED b/MOVED
index 4329d0603330..2bda55b964e8 100644
--- a/MOVED
+++ b/MOVED
@@ -17904,3 +17904,4 @@ devel/rubygem-ruby-fogbugz021|devel/rubygem-ruby-fogbugz|2023-04-09|Remove obsol
devel/rubygem-sidekiq-cron-sidekiq64|devel/rubygem-sidekiq-cron|2023-04-09|Remove obsoleted port. Use devel/rubygem-sidekiq-cron instead
devel/rubygem-sidekiq64|devel/rubygem-sidekiq|2023-04-09|Remove obsoleted port. Use devel/rubygem-sidekiq instead
security/rubygem-openssl221|security/rubygem-openssl|2023-04-09|Remove obsoleted port. Use security/rubygem-openssl instead
+textproc/rubygem-github-markup17|textproc/rubygem-github-markup|2023-04-09|Remove obsoleted port. Use textproc/rubygem-github-markup instead
diff --git a/textproc/Makefile b/textproc/Makefile
index e6de4e081a2d..f20a7191200d 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1720,7 +1720,6 @@
SUBDIR += rubygem-gepub
SUBDIR += rubygem-github-linguist
SUBDIR += rubygem-github-markup
- SUBDIR += rubygem-github-markup17
SUBDIR += rubygem-gitlab-grit
SUBDIR += rubygem-gitlab-markup
SUBDIR += rubygem-google-cloud-translate
diff --git a/textproc/rubygem-github-markup17/Makefile b/textproc/rubygem-github-markup17/Makefile
deleted file mode 100644
index db09090647c8..000000000000
--- a/textproc/rubygem-github-markup17/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-PORTNAME= github-markup
-PORTVERSION= 1.7.0
-CATEGORIES= textproc rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 17
-
-MAINTAINER= mfechner@FreeBSD.org
-COMMENT= Render any fancy markup
-WWW= https://github.com/github/markup
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-USES= gem shebangfix
-
-CONFLICTS_INSTALL= rubygem-github-markup*
-
-NO_ARCH= yes
-
-REINPLACE_ARGS= -i ''
-
-PLIST_FILES= bin/github-markup
-
-SHEBANG_FILES= script/*
-
-PORTSCOUT= limit:^1\.7\.
-
-post-patch:
- @${REINPLACE_CMD} -e '1d' ${WRKSRC}/lib/github/commands/rest2html
-
-.include <bsd.port.mk>
diff --git a/textproc/rubygem-github-markup17/distinfo b/textproc/rubygem-github-markup17/distinfo
deleted file mode 100644
index 1b6504fc4123..000000000000
--- a/textproc/rubygem-github-markup17/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1517316563
-SHA256 (rubygem/github-markup-1.7.0.gem) = 97eb27c70662d9cc1d5997cd6c99832026fae5d4913b5dce1ce6c9f65078e69d
-SIZE (rubygem/github-markup-1.7.0.gem) = 30720
diff --git a/textproc/rubygem-github-markup17/pkg-descr b/textproc/rubygem-github-markup17/pkg-descr
deleted file mode 100644
index dfe8e9291259..000000000000
--- a/textproc/rubygem-github-markup17/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-This gem is used by GitHub to render any fancy markup such as Markdown,
-Textile, Org-Mode, etc. Fork it and add your own!