svn commit: r474946 - branches/2018Q3/devel/rubygem-sdoc

Matthias Fechner mfechner at FreeBSD.org
Thu Jul 19 09:50:33 UTC 2018


Author: mfechner
Date: Thu Jul 19 09:50:32 2018
New Revision: 474946
URL: https://svnweb.freebsd.org/changeset/ports/474946

Log:
  MFH: r473902
  
  Update to 1.0.0 which is required for gitlab 11.0.2.
  
  Reviewed by:	swills (mentor)
  Approved by:	swills (mentor)
  Differential Revision:	https://reviews.freebsd.org/D16127
  
  Approved by:	ports-secteam (miwi)

Modified:
  branches/2018Q3/devel/rubygem-sdoc/Makefile
  branches/2018Q3/devel/rubygem-sdoc/distinfo
Directory Properties:
  branches/2018Q3/   (props changed)

Modified: branches/2018Q3/devel/rubygem-sdoc/Makefile
==============================================================================
--- branches/2018Q3/devel/rubygem-sdoc/Makefile	Thu Jul 19 09:49:41 2018	(r474945)
+++ branches/2018Q3/devel/rubygem-sdoc/Makefile	Thu Jul 19 09:50:32 2018	(r474946)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	sdoc
-PORTVERSION=	0.4.2
-PORTREVISION=	2
+PORTVERSION=	1.0.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -12,12 +11,12 @@ COMMENT=	Create rdoc html with javascript search index
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	rubygem-json1>=1.7.7:devel/rubygem-json1 \
-		rubygem-rdoc>=4.0:devel/rubygem-rdoc
+RUN_DEPENDS=	rubygem-rdoc>=5.0:devel/rubygem-rdoc
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 PLIST_FILES=	bin/sdoc bin/sdoc-merge
 

Modified: branches/2018Q3/devel/rubygem-sdoc/distinfo
==============================================================================
--- branches/2018Q3/devel/rubygem-sdoc/distinfo	Thu Jul 19 09:49:41 2018	(r474945)
+++ branches/2018Q3/devel/rubygem-sdoc/distinfo	Thu Jul 19 09:50:32 2018	(r474946)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1481553577
-SHA256 (rubygem/sdoc-0.4.2.gem) = 361d33a927490089b6560efecff460e9a9d2e608952482e0633857bb41f01b62
-SIZE (rubygem/sdoc-0.4.2.gem) = 282112
+TIMESTAMP = 1530433051
+SHA256 (rubygem/sdoc-1.0.0.gem) = 706950dd117b9445ab7f85004e9183ec0e3fa75e82f151519f019fc95154846b
+SIZE (rubygem/sdoc-1.0.0.gem) = 268800


More information about the svn-ports-all mailing list