Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Dec 2018 12:44:19 +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: r488211 - head/textproc/rubygem-asciidoctor
Message-ID:  <201812231244.wBNCiJHY095492@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Sun Dec 23 12:44:19 2018
New Revision: 488211
URL: https://svnweb.freebsd.org/changeset/ports/488211

Log:
  Upgrade to 1.5.8 which is required for gitlab-ce 11.6.
  
  Approved by:	mentors (implicit)

Modified:
  head/textproc/rubygem-asciidoctor/Makefile
  head/textproc/rubygem-asciidoctor/distinfo

Modified: head/textproc/rubygem-asciidoctor/Makefile
==============================================================================
--- head/textproc/rubygem-asciidoctor/Makefile	Sun Dec 23 12:43:10 2018	(r488210)
+++ head/textproc/rubygem-asciidoctor/Makefile	Sun Dec 23 12:44:19 2018	(r488211)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	asciidoctor
-PORTVERSION=	1.5.6.2
+PORTVERSION=	1.5.8
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
@@ -11,9 +11,10 @@ COMMENT=	Fast, open source text processor and publishi
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 PLIST_FILES+=	bin/asciidoctor bin/asciidoctor-safe
 

Modified: head/textproc/rubygem-asciidoctor/distinfo
==============================================================================
--- head/textproc/rubygem-asciidoctor/distinfo	Sun Dec 23 12:43:10 2018	(r488210)
+++ head/textproc/rubygem-asciidoctor/distinfo	Sun Dec 23 12:44:19 2018	(r488211)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1521645327
-SHA256 (rubygem/asciidoctor-1.5.6.2.gem) = 6e506191ba4e13c02e72cff819f430e6f0acea5fd6f2f2109bdd9a81c857037f
-SIZE (rubygem/asciidoctor-1.5.6.2.gem) = 348672
+TIMESTAMP = 1545476738
+SHA256 (rubygem/asciidoctor-1.5.8.gem) = 9deaa93eacadda48671e18395b992eafba35d08f25ddbe28d25bb275831a8d62
+SIZE (rubygem/asciidoctor-1.5.8.gem) = 424960



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