svn commit: r370788 - in head/www: . rubygem-hashicorp-checkpoint
Bartek Rutkowski
robak at FreeBSD.org
Mon Oct 13 15:35:49 UTC 2014
Author: robak
Date: Mon Oct 13 15:35:47 2014
New Revision: 370788
URL: https://svnweb.freebsd.org/changeset/ports/370788
QAT: https://qat.redports.org/buildarchive/r370788/
Log:
rubygem-hashicorp-checkpoint: NEW PORT - Internal HashiCorp client library to check version information
PR: 194221
Submitted by: Joseph Benden <joe at thrallingpenguin.com>
Approved by: mentors (implicit)
Added:
head/www/rubygem-hashicorp-checkpoint/
head/www/rubygem-hashicorp-checkpoint/Makefile (contents, props changed)
head/www/rubygem-hashicorp-checkpoint/distinfo (contents, props changed)
head/www/rubygem-hashicorp-checkpoint/pkg-descr (contents, props changed)
Modified:
head/www/Makefile
Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile Mon Oct 13 14:30:48 2014 (r370787)
+++ head/www/Makefile Mon Oct 13 15:35:47 2014 (r370788)
@@ -1786,6 +1786,7 @@
SUBDIR += rubygem-haml-contrib
SUBDIR += rubygem-haml-rails
SUBDIR += rubygem-haml-rails-rails4
+ SUBDIR += rubygem-hashicorp-checkpoint
SUBDIR += rubygem-heroku
SUBDIR += rubygem-heroku-api
SUBDIR += rubygem-heroku-nav
Added: head/www/rubygem-hashicorp-checkpoint/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/rubygem-hashicorp-checkpoint/Makefile Mon Oct 13 15:35:47 2014 (r370788)
@@ -0,0 +1,18 @@
+# Created by: Joseph Benden <joe at thrallingpenguin.com>
+# $FreeBSD$
+
+PORTNAME= hashicorp-checkpoint
+PORTVERSION= 0.1.4
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+
+MAINTAINER= joe at thrallingpenguin.com
+COMMENT= Internal HashiCorp service to check version information
+
+LICENSE= MPL
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
Added: head/www/rubygem-hashicorp-checkpoint/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/rubygem-hashicorp-checkpoint/distinfo Mon Oct 13 15:35:47 2014 (r370788)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/hashicorp-checkpoint-0.1.4.gem) = f5b0c3c303de1e2a5e7b49a8cd70dbc55ad64257c49b9f6cf817772b277b5097
+SIZE (rubygem/hashicorp-checkpoint-0.1.4.gem) = 12800
Added: head/www/rubygem-hashicorp-checkpoint/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/rubygem-hashicorp-checkpoint/pkg-descr Mon Oct 13 15:35:47 2014 (r370788)
@@ -0,0 +1,3 @@
+Internal HashiCorp client library to check version information.
+
+WWW: http://rubygems.org/gems/hashicorp-checkpoint
More information about the svn-ports-all
mailing list