Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jun 2018 15:40:23 +0000 (UTC)
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472980 - in head/www/rubygem-gitlab-gollum-lib: . files
Message-ID:  <201806211540.w5LFeNMv079159@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Thu Jun 21 15:40:23 2018
New Revision: 472980
URL: https://svnweb.freebsd.org/changeset/ports/472980

Log:
  Update www/rubygem-gitlab-gollum-lib to 4.2.7.5 required for gitlab 10.8.x.
  
  Reviewed by:	mat, swills (mentor)
  Approved by:	swills (mentor)
  Differential Revision:	https://reviews.freebsd.org/D15951

Added:
  head/www/rubygem-gitlab-gollum-lib/files/patch-gitlab-gollum-lib.gemspec   (contents, props changed)
Deleted:
  head/www/rubygem-gitlab-gollum-lib/files/patch-gemspec
Modified:
  head/www/rubygem-gitlab-gollum-lib/Makefile
  head/www/rubygem-gitlab-gollum-lib/distinfo

Modified: head/www/rubygem-gitlab-gollum-lib/Makefile
==============================================================================
--- head/www/rubygem-gitlab-gollum-lib/Makefile	Thu Jun 21 15:37:06 2018	(r472979)
+++ head/www/rubygem-gitlab-gollum-lib/Makefile	Thu Jun 21 15:40:23 2018	(r472980)
@@ -1,25 +1,27 @@
 # $FreeBSD$
 
 PORTNAME=	gitlab-gollum-lib
-PORTVERSION=	1.1.0
-PORTREVISION=	4
+PORTVERSION=	4.2.7.5
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
-MAINTAINER=	ruby@FreeBSD.org
+MAINTAINER=	mfechner@FreeBSD.org
 COMMENT=	Simple, Git-powered wiki with a sweet API and local frontend
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-github-markup>=0.7.5:textproc/rubygem-github-markup \
-		rubygem-gitlab-grit>=2.6.1:textproc/rubygem-gitlab-grit \
-		rubygem-nokogiri>=1.5.9:textproc/rubygem-nokogiri \
-		rubygem-sanitize>=2.0.3:textproc/rubygem-sanitize \
-		rubygem-stringex>=1.5.1:devel/rubygem-stringex
+RUN_DEPENDS=	rubygem-gemojione32>=3.2:graphics/rubygem-gemojione32 \
+		rubygem-gitlab-markup>=1.6:textproc/rubygem-gitlab-markup \
+		rubygem-gollum-grit_adapter10>=1.0:www/rubygem-gollum-grit_adapter10 \
+		rubygem-nokogiri>=1.6.1:textproc/rubygem-nokogiri \
+		rubygem-rouge>=3.1:textproc/rubygem-rouge \
+		rubygem-sanitize>=4.6.4:textproc/rubygem-sanitize \
+		rubygem-stringex>=2.6:devel/rubygem-stringex
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/www/rubygem-gitlab-gollum-lib/distinfo
==============================================================================
--- head/www/rubygem-gitlab-gollum-lib/distinfo	Thu Jun 21 15:37:06 2018	(r472979)
+++ head/www/rubygem-gitlab-gollum-lib/distinfo	Thu Jun 21 15:40:23 2018	(r472980)
@@ -1,2 +1,3 @@
-SHA256 (rubygem/gitlab-gollum-lib-1.1.0.gem) = 7759898473e48249ed02c0daf1e946607a58102c4a0a56551fa565ae4f0a5ea8
-SIZE (rubygem/gitlab-gollum-lib-1.1.0.gem) = 41472
+TIMESTAMP = 1529480313
+SHA256 (rubygem/gitlab-gollum-lib-4.2.7.5.gem) = 76027e55c980e04eb14858ed3f55a2815a2a2a5b54c256da31a94ea7e9510696
+SIZE (rubygem/gitlab-gollum-lib-4.2.7.5.gem) = 49152

Added: head/www/rubygem-gitlab-gollum-lib/files/patch-gitlab-gollum-lib.gemspec
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-gitlab-gollum-lib/files/patch-gitlab-gollum-lib.gemspec	Thu Jun 21 15:40:23 2018	(r472980)
@@ -0,0 +1,11 @@
+--- gitlab-gollum-lib.gemspec.orig	2018-06-20 08:51:37 UTC
++++ gitlab-gollum-lib.gemspec
+@@ -29,7 +29,7 @@ Gem::Specification.new do |s|
+       s.add_runtime_dependency(%q<nokogiri>.freeze, ["< 2.0", ">= 1.6.1"])
+       s.add_runtime_dependency(%q<stringex>.freeze, ["~> 2.6"])
+       s.add_runtime_dependency(%q<sanitize>.freeze, ["~> 4.6.4"])
+-      s.add_runtime_dependency(%q<github-markup>.freeze, ["~> 1.6"])
++      s.add_runtime_dependency(%q<gitlab-markup>.freeze, ["~> 1.6"])
+       s.add_runtime_dependency(%q<gemojione>.freeze, ["~> 3.2"])
+       s.add_development_dependency(%q<org-ruby>.freeze, ["~> 0.9.9"])
+       s.add_development_dependency(%q<kramdown>.freeze, ["~> 1.6.0"])



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806211540.w5LFeNMv079159>