svn commit: r450194 - head/textproc/rubygem-ox

Joseph Mingrone jrm at FreeBSD.org
Wed Sep 20 11:34:17 UTC 2017


Author: jrm
Date: Wed Sep 20 11:34:16 2017
New Revision: 450194
URL: https://svnweb.freebsd.org/changeset/ports/450194

Log:
  textproc/rubygem-ox: Update to version 2.7.0
  
  Upstream changes: https://github.com/ohler55/ox/blob/master/CHANGELOG.md

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

Modified: head/textproc/rubygem-ox/Makefile
==============================================================================
--- head/textproc/rubygem-ox/Makefile	Wed Sep 20 11:08:40 2017	(r450193)
+++ head/textproc/rubygem-ox/Makefile	Wed Sep 20 11:34:16 2017	(r450194)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ox
-PORTVERSION=	2.6.0
+PORTVERSION=	2.7.0
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
@@ -9,6 +9,8 @@ MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Speed-optimized XML parser and object serializer for Ruby
 
 LICENSE=	MIT
+
+LIB_DEPENDS=	libunwind.so:devel/libunwind
 
 USES=		gem
 USE_RUBY=	yes

Modified: head/textproc/rubygem-ox/distinfo
==============================================================================
--- head/textproc/rubygem-ox/distinfo	Wed Sep 20 11:08:40 2017	(r450193)
+++ head/textproc/rubygem-ox/distinfo	Wed Sep 20 11:34:16 2017	(r450194)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1502462093
-SHA256 (rubygem/ox-2.6.0.gem) = 03d11e927a96fb84083d81390e6dd939b48891ab1c49f95d4b270a189630b33a
-SIZE (rubygem/ox-2.6.0.gem) = 78336
+TIMESTAMP = 1505906766
+SHA256 (rubygem/ox-2.7.0.gem) = 7b97bc5dd51d570ad706929f4796d629ddae3157ede7a68f39424c6a874af788
+SIZE (rubygem/ox-2.7.0.gem) = 79872


More information about the svn-ports-all mailing list