Bug 189433 - [patch] New port of www/rubygem-akami
Summary: [patch] New port of www/rubygem-akami
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-07 18:40 UTC by joe
Modified: 2014-05-24 03:10 UTC (History)
0 users

See Also:


Attachments
file.shar (1.50 KB, text/plain)
2014-05-07 18:40 UTC, joe
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description joe 2014-05-07 18:40:00 UTC
New port of the gem akami.

Depends on the following PRs:

http://www.freebsd.org/cgi/query-pr.cgi?pr=189426

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-07 18:40:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-24 03:02:20 UTC
Author: swills
Date: Sat May 24 02:02:15 2014
New Revision: 354971
URL: http://svnweb.freebsd.org/changeset/ports/354971
QAT: https://qat.redports.org/buildarchive/r354971/

Log:
  A library for building web service security.
  
  WWW: https://rubygems.org/gems/akami
  
  PR:		ports/189433
  Submitted by:	Joseph Benden <joe@thrallingpenguin.com>

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

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sat May 24 01:59:10 2014	(r354970)
+++ head/www/Makefile	Sat May 24 02:02:15 2014	(r354971)
@@ -1759,6 +1759,7 @@
     SUBDIR += rubygem-activeresource
     SUBDIR += rubygem-acts-as-taggable-on
     SUBDIR += rubygem-addressable
+    SUBDIR += rubygem-akami
     SUBDIR += rubygem-amazon-ecs
     SUBDIR += rubygem-anemone
     SUBDIR += rubygem-async_sinatra

Added: head/www/rubygem-akami/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-akami/Makefile	Sat May 24 02:02:15 2014	(r354971)
@@ -0,0 +1,20 @@
+# Created by: Joseph Benden <joe@thrallingpenguin.com>
+# $FreeBSD$
+
+PORTNAME=	akami
+PORTVERSION=	1.0.0
+CATEGORIES=	www rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	joe@thrallingpenguin.com
+COMMENT=	Library for building web service security
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	rubygem-gyoku>=0.4.6:${PORTSDIR}/devel/rubygem-gyoku
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/www/rubygem-akami/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-akami/distinfo	Sat May 24 02:02:15 2014	(r354971)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/akami-1.0.0.gem) = 41701e7c925fdd0534d302f79596e56bd380627768b4fd62c25a85285b06602d
+SIZE (rubygem/akami-1.0.0.gem) = 8192

Added: head/www/rubygem-akami/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-akami/pkg-descr	Sat May 24 02:02:15 2014	(r354971)
@@ -0,0 +1,3 @@
+A library for building web service security.
+
+WWW: https://rubygems.org/gems/akami
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Steve Wills freebsd_committer freebsd_triage 2014-05-24 03:02:38 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!