Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jun 2019 22:31:16 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r503264 - in head/www: . rubygem-platform-api
Message-ID:  <201906012231.x51MVGpA074785@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Jun  1 22:31:15 2019
New Revision: 503264
URL: https://svnweb.freebsd.org/changeset/ports/503264

Log:
  Add rubygem-platform-api 2.2.0
  
  Ruby HTTP client for the Heroku API.
  
  WWW: https://github.com/heroku/platform-api

Added:
  head/www/rubygem-platform-api/
  head/www/rubygem-platform-api/Makefile   (contents, props changed)
  head/www/rubygem-platform-api/distinfo   (contents, props changed)
  head/www/rubygem-platform-api/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sat Jun  1 22:30:29 2019	(r503263)
+++ head/www/Makefile	Sat Jun  1 22:31:15 2019	(r503264)
@@ -2080,6 +2080,7 @@
     SUBDIR += rubygem-ostatus2
     SUBDIR += rubygem-pagerduty
     SUBDIR += rubygem-passenger
+    SUBDIR += rubygem-platform-api
     SUBDIR += rubygem-puma
     SUBDIR += rubygem-puma_worker_killer
     SUBDIR += rubygem-pusher-client

Added: head/www/rubygem-platform-api/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-platform-api/Makefile	Sat Jun  1 22:31:15 2019	(r503264)
@@ -0,0 +1,23 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	platform-api
+PORTVERSION=	2.2.0
+CATEGORIES=	www rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Ruby HTTP client for the Heroku API
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.md
+
+RUN_DEPENDS=	rubygem-heroics>=0.0.25:www/rubygem-heroics \
+		rubygem-moneta>=1.0.0:devel/rubygem-moneta
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/www/rubygem-platform-api/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-platform-api/distinfo	Sat Jun  1 22:31:15 2019	(r503264)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1559381107
+SHA256 (rubygem/platform-api-2.2.0.gem) = 613b0b12895e4756e73aa29add1af739ef03f55c023f7d1639509b1de5ea2fa2
+SIZE (rubygem/platform-api-2.2.0.gem) = 156672

Added: head/www/rubygem-platform-api/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-platform-api/pkg-descr	Sat Jun  1 22:31:15 2019	(r503264)
@@ -0,0 +1,3 @@
+Ruby HTTP client for the Heroku API.
+
+WWW: https://github.com/heroku/platform-api



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906012231.x51MVGpA074785>