diff --git a/MOVED b/MOVED index 4329d0603330f..2bda55b964e87 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 e6de4e081a2d0..f20a7191200d5 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 db09090647c88..0000000000000 --- 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 diff --git a/textproc/rubygem-github-markup17/distinfo b/textproc/rubygem-github-markup17/distinfo deleted file mode 100644 index 1b6504fc4123b..0000000000000 --- 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 dfe8e92912595..0000000000000 --- 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!