mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 05:00:30 -04:00
Removed textproc/rubygem-github-markup16 as it is obsolete by www/gitlab-ce 11.4.x upgrade.
Use textproc/rubygem-github-markup instead. Approved by: mentors (implicit)
This commit is contained in:
parent
5fc40999ee
commit
98bec0d2bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=483741
5 changed files with 1 additions and 42 deletions
1
MOVED
1
MOVED
|
@ -10612,3 +10612,4 @@ emulators/virtio-kmod||2018-11-01|Has expired: Does not build on FreeBSD 10+
|
|||
games/traindirector||2018-11-01|Has expired: Does not build on FreeBSD 11+
|
||||
devel/rubygem-peek-sidekiq||2018-11-01|Obsolete by www/gitlab-ce 11.4.x upgrade
|
||||
devel/rubygem-sidekiq-limit_fetch||2018-11-01|Obsolete by www/gitlab-ce 11.4.x upgrade
|
||||
textproc/rubygem-github-markup16|textproc/rubygem-github-markup|2018-11-01|Obsolete by www/gitlab-ce 11.4.x upgrade, please use textproc/rubygem-github-markup
|
||||
|
|
|
@ -1566,7 +1566,6 @@
|
|||
SUBDIR += rubygem-github-linguist
|
||||
SUBDIR += rubygem-github-linguist53
|
||||
SUBDIR += rubygem-github-markup
|
||||
SUBDIR += rubygem-github-markup16
|
||||
SUBDIR += rubygem-github-markup17
|
||||
SUBDIR += rubygem-gitlab-grit
|
||||
SUBDIR += rubygem-gitlab-linguist
|
||||
|
|
|
@ -1,34 +0,0 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= github-markup
|
||||
PORTVERSION= 1.6.2
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 16
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Render any fancy markup
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
CONFLICTS_INSTALL= textproc/rubygem-github-markup
|
||||
|
||||
USES= gem shebangfix
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
REINPLACE_ARGS= -i ''
|
||||
|
||||
PLIST_FILES= bin/github-markup
|
||||
|
||||
SHEBANG_FILES= script/bootstrap \
|
||||
script/cibuild
|
||||
|
||||
PORTSCOUT= limit:^1\.6\.
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '1d' ${WRKSRC}/lib/github/commands/rest2html
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,3 +0,0 @@
|
|||
TIMESTAMP = 1512841300
|
||||
SHA256 (rubygem/github-markup-1.6.2.gem) = 86515b18da25a91e1b88e58d79f3bf2a89a2a329f6c0439657ed6235836bec27
|
||||
SIZE (rubygem/github-markup-1.6.2.gem) = 30720
|
|
@ -1,4 +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!
|
||||
|
||||
WWW: https://github.com/github/markup
|
Loading…
Add table
Reference in a new issue