diff options
author | jrm <jrm@FreeBSD.org> | 2017-09-20 19:34:16 +0800 |
---|---|---|
committer | jrm <jrm@FreeBSD.org> | 2017-09-20 19:34:16 +0800 |
commit | 56eaaa7fd175b5503cccd7b8b223e68a32e77f95 (patch) | |
tree | c7b07aee66fbb1feefdc688acb1cb2c2ba5c6be4 /textproc | |
parent | b449511b01c9003a4ad96b17cc553a9d42393587 (diff) | |
download | freebsd-ports-gnome-56eaaa7fd175b5503cccd7b8b223e68a32e77f95.tar.gz freebsd-ports-gnome-56eaaa7fd175b5503cccd7b8b223e68a32e77f95.tar.zst freebsd-ports-gnome-56eaaa7fd175b5503cccd7b8b223e68a32e77f95.zip |
textproc/rubygem-ox: Update to version 2.7.0
Upstream changes: https://github.com/ohler55/ox/blob/master/CHANGELOG.md
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rubygem-ox/Makefile | 4 | ||||
-rw-r--r-- | textproc/rubygem-ox/distinfo | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/textproc/rubygem-ox/Makefile b/textproc/rubygem-ox/Makefile index 5a75801cba2c..caa1ea02e876 100644 --- a/textproc/rubygem-ox/Makefile +++ b/textproc/rubygem-ox/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ox -PORTVERSION= 2.6.0 +PORTVERSION= 2.7.0 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -10,6 +10,8 @@ COMMENT= Speed-optimized XML parser and object serializer for Ruby LICENSE= MIT +LIB_DEPENDS= libunwind.so:devel/libunwind + USES= gem USE_RUBY= yes diff --git a/textproc/rubygem-ox/distinfo b/textproc/rubygem-ox/distinfo index d747a227dfb0..cf0e2fdc2115 100644 --- a/textproc/rubygem-ox/distinfo +++ b/textproc/rubygem-ox/distinfo @@ -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 |