mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
- Add patch to fix build [1]
- Trim Makefile header - Transfer maintainership to ruby@ Reported by: pointyhat via miwi [1]
This commit is contained in:
parent
443ff31f1f
commit
29cbd347db
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323414
@ -1,16 +1,13 @@
|
||||
# New ports collection makefile for: rubygem-twitter-stream
|
||||
# Date created: 2010-11-03
|
||||
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
|
||||
#
|
||||
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= twitter-stream
|
||||
PORTVERSION= 0.1.16
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= tota@FreeBSD.org
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Twitter realtime API client
|
||||
|
||||
RUN_DEPENDS= rubygem-eventmachine>=0.12.8:${PORTSDIR}/devel/rubygem-eventmachine \
|
||||
|
15
net/rubygem-twitter-stream/files/patch-versions
Normal file
15
net/rubygem-twitter-stream/files/patch-versions
Normal file
@ -0,0 +1,15 @@
|
||||
--- twitter-stream-0.1.16.gemspec.orig 2013-07-15 23:54:24.000000000 +0900
|
||||
+++ twitter-stream-0.1.16.gemspec 2013-07-15 23:57:27.000000000 +0900
|
||||
@@ -40,9 +40,9 @@
|
||||
- !ruby/object:Gem::Version
|
||||
segments:
|
||||
- 0
|
||||
- - 1
|
||||
- - 4
|
||||
- version: 0.1.4
|
||||
+ - 2
|
||||
+ - 0
|
||||
+ version: 0.2.0
|
||||
type: :runtime
|
||||
version_requirements: *id002
|
||||
- !ruby/object:Gem::Dependency
|
Loading…
Reference in New Issue
Block a user