Skip to content

Commit

Permalink
sysutils/rubygem-fluent-plugin-graylog: update to version 1.0.2
Browse files Browse the repository at this point in the history
Make the port build with a modern version of rubygem-fluentd. fluentd
claims to be backwards compatible, so the dependency on 0.12.36 seems
too narrow. Allow building with any version > 0.12.36.

This software is orphaned upstreams, so expire the port in two months.
  • Loading branch information
Palle Girgensohn authored and Palle Girgensohn committed May 20, 2021
1 parent 37ddd7e commit 3056735
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
6 changes: 5 additions & 1 deletion sysutils/rubygem-fluent-plugin-graylog/Makefile
@@ -1,7 +1,7 @@
# Created by: Palle Girgensohn <girgen@FreeBSD.org>

PORTNAME= fluent-plugin-graylog
PORTVERSION= 1.0.1
PORTVERSION= 1.0.2
PORTREVISION= 1
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
Expand All @@ -16,5 +16,9 @@ RUN_DEPENDS= rubygem-fluentd>0:sysutils/rubygem-fluentd
USE_RUBY= yes
USES= gem shebangfix
SHEBANG_FILES= bin/setup
NO_ARCH= yes

DEPRECATED= Project is abandoned upstreams
EXPIRATION_DATE= 2021-07-20

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions sysutils/rubygem-fluent-plugin-graylog/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1489013140
SHA256 (rubygem/fluent-plugin-graylog-1.0.1.gem) = ae15760d566990d8285bda19ef36be86faa27fb6a9d642cdf3dff23a3a9c3224
SIZE (rubygem/fluent-plugin-graylog-1.0.1.gem) = 7680
TIMESTAMP = 1621290118
SHA256 (rubygem/fluent-plugin-graylog-1.0.2.gem) = 5856cbe4bc30e4c92212cb06ce4841e5ebcd51e321a753155404b9bef83f8a93
SIZE (rubygem/fluent-plugin-graylog-1.0.2.gem) = 7680
@@ -0,0 +1,12 @@
--- fluent-plugin-graylog.gemspec.orig 2021-05-20 20:05:36.608489000 +0000
+++ fluent-plugin-graylog.gemspec 2021-05-20 20:06:00.869370000 +0000
@@ -22,7 +22,7 @@
s.specification_version = 4

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
- s.add_runtime_dependency(%q<fluentd>.freeze, ["~> 0.12.36"])
+ s.add_runtime_dependency(%q<fluentd>.freeze, [">= 0.12.36"])
s.add_development_dependency(%q<rake>.freeze, ["~> 10.0"])
s.add_development_dependency(%q<rspec>.freeze, ["~> 3.3"])
s.add_development_dependency(%q<test-unit>.freeze, ["~> 3.1"])

0 comments on commit 3056735

Please sign in to comment.