Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F105776739
D15945.id44219.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
5 KB
Referenced Files
None
Subscribers
None
D15945.id44219.diff
View Options
Index: graphics/Makefile
===================================================================
--- graphics/Makefile
+++ graphics/Makefile
@@ -1004,6 +1004,7 @@
SUBDIR += rubygem-gd2
SUBDIR += rubygem-gdk_pixbuf2
SUBDIR += rubygem-gemojione
+ SUBDIR += rubygem-gemojione32
SUBDIR += rubygem-geokit
SUBDIR += rubygem-gitlab_emoji
SUBDIR += rubygem-goocanvas
Index: graphics/rubygem-gemojione32/Makefile
===================================================================
--- graphics/rubygem-gemojione32/Makefile
+++ graphics/rubygem-gemojione32/Makefile
@@ -4,8 +4,9 @@
PORTVERSION= 3.2.0
CATEGORIES= graphics rubygems
MASTER_SITES= RG
+PKGNAMESUFFIX= 32
-MAINTAINER= ruby@FreeBSD.org
+MAINTAINER= mfechner@FreeBSD.org
COMMENT= Gem containing EmojiOne unicode/image assets
LICENSE= MIT
@@ -13,8 +14,11 @@
RUN_DEPENDS= rubygem-json>=0:devel/rubygem-json
-NO_ARCH= yes
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^3\.2\.
.include <bsd.port.mk>
Index: textproc/Makefile
===================================================================
--- textproc/Makefile
+++ textproc/Makefile
@@ -1522,6 +1522,7 @@
SUBDIR += rubygem-github-linguist
SUBDIR += rubygem-github-linguist53
SUBDIR += rubygem-github-markup
+ SUBDIR += rubygem-github-markup16
SUBDIR += rubygem-gitlab-grit
SUBDIR += rubygem-gitlab-linguist
SUBDIR += rubygem-gitlab-markup
Index: textproc/rubygem-github-markup16/Makefile
===================================================================
--- textproc/rubygem-github-markup16/Makefile
+++ textproc/rubygem-github-markup16/Makefile
@@ -4,16 +4,21 @@
PORTVERSION= 1.6.2
CATEGORIES= textproc rubygems
MASTER_SITES= RG
+PKGNAMESUFFIX= 16
-MAINTAINER= ruby@FreeBSD.org
+MAINTAINER= mfechner@FreeBSD.org
COMMENT= Render any fancy markup
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-NO_ARCH= yes
-USE_RUBY= yes
+CONFLICTS_INSTALL= textproc/rubygem-github-markup
+
USES= gem shebangfix
+USE_RUBY= yes
+
+NO_ARCH= yes
+
REINPLACE_ARGS= -i ''
PLIST_FILES= bin/github-markup
@@ -21,6 +26,8 @@
SHEBANG_FILES= script/bootstrap \
script/cibuild
+PORTSCOUT= limit:^1\.6\.
+
post-patch:
@${REINPLACE_CMD} -e '1d' ${WRKSRC}/lib/github/commands/rest2html
Index: www/Makefile
===================================================================
--- www/Makefile
+++ www/Makefile
@@ -2013,11 +2013,13 @@
SUBDIR += rubygem-geminabox
SUBDIR += rubygem-gitlab-flowdock-git-hook
SUBDIR += rubygem-gitlab-gollum-lib
+ SUBDIR += rubygem-gitlab-gollum-rugged_adapter
SUBDIR += rubygem-gitlab-grack
SUBDIR += rubygem-gitlab-turbolinks-classic
SUBDIR += rubygem-goldfinger
SUBDIR += rubygem-gollum
SUBDIR += rubygem-gollum-grit_adapter
+ SUBDIR += rubygem-gollum-grit_adapter10
SUBDIR += rubygem-gollum-lib
SUBDIR += rubygem-gollum-lib-gitlab
SUBDIR += rubygem-gollum-rugged_adapter
Index: www/rubygem-gitlab-gollum-rugged_adapter/Makefile
===================================================================
--- www/rubygem-gitlab-gollum-rugged_adapter/Makefile
+++ www/rubygem-gitlab-gollum-rugged_adapter/Makefile
@@ -1,12 +1,11 @@
-# Created by: Torsten Zuehlsdorff <ports@toco-domains.de>
# $FreeBSD$
-PORTNAME= gollum-rugged_adapter
-PORTVERSION= 0.4.4
+PORTNAME= gitlab-gollum-rugged_adapter
+PORTVERSION= 0.4.4.1
CATEGORIES= www rubygems
MASTER_SITES= RG
-MAINTAINER= ruby@FreeBSD.org
+MAINTAINER= mfechner@FreeBSD.org
COMMENT= Adapter for Gollum to use Rugged (libgit2) at the backend
LICENSE= MIT
@@ -15,8 +14,9 @@
RUN_DEPENDS= rubygem-mime-types>=1.15:misc/rubygem-mime-types \
rubygem-rugged>=0.25:devel/rubygem-rugged
-NO_ARCH= yes
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
.include <bsd.port.mk>
Index: www/rubygem-gitlab-gollum-rugged_adapter/distinfo
===================================================================
--- www/rubygem-gitlab-gollum-rugged_adapter/distinfo
+++ www/rubygem-gitlab-gollum-rugged_adapter/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1495034465
-SHA256 (rubygem/gollum-rugged_adapter-0.4.4.gem) = 644388dd8838beb382d3779af413f32776f2308c464b75a4a2d91573a7aa0e4e
-SIZE (rubygem/gollum-rugged_adapter-0.4.4.gem) = 13312
+TIMESTAMP = 1529480887
+SHA256 (rubygem/gitlab-gollum-rugged_adapter-0.4.4.1.gem) = 71f1e1129b6231e58c8896efdcdd6b008595e2cebed000c3848fb439a6005124
+SIZE (rubygem/gitlab-gollum-rugged_adapter-0.4.4.1.gem) = 13312
Index: www/rubygem-gitlab-gollum-rugged_adapter/pkg-descr
===================================================================
--- www/rubygem-gitlab-gollum-rugged_adapter/pkg-descr
+++ www/rubygem-gitlab-gollum-rugged_adapter/pkg-descr
@@ -1,3 +1,3 @@
Adapter for Gollum to use Rugged (libgit2) at the backend.
-WWW: https://github.com/gollum/rugged_adapter
+WWW: https://gitlab.com/gitlab-org/gitlab-gollum-rugged_adapter
Index: www/rubygem-gollum-grit_adapter10/Makefile
===================================================================
--- www/rubygem-gollum-grit_adapter10/Makefile
+++ www/rubygem-gollum-grit_adapter10/Makefile
@@ -1,20 +1,23 @@
-# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= gollum-grit_adapter
PORTVERSION= 1.0.1
CATEGORIES= www rubygems
MASTER_SITES= RG
+PKGNAMESUFFIX= 10
-MAINTAINER= sunpoet@FreeBSD.org
+MAINTAINER= mfechner@FreeBSD.org
COMMENT= Adapter for Gollum to use Grit at the backend
LICENSE= MIT
RUN_DEPENDS= rubygem-gitlab-grit>=2.7.1:textproc/rubygem-gitlab-grit
-NO_ARCH= yes
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+PORTSCOUNT= limit:^1\.0\.
.include <bsd.port.mk>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 21, 1:11 PM (18 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15541647
Default Alt Text
D15945.id44219.diff (5 KB)
Attached To
Mode
D15945: New ports required for gitlab 10.8
Attached
Detach File
Event Timeline
Log In to Comment