Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 May 2015 15:29:56 +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: r387141 - head/www/rubygem-fcgi
Message-ID:  <201505231529.t4NFTufd018130@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat May 23 15:29:56 2015
New Revision: 387141
URL: https://svnweb.freebsd.org/changeset/ports/387141

Log:
  - Add LICENSE
  - Update WWW

Modified:
  head/www/rubygem-fcgi/Makefile
  head/www/rubygem-fcgi/pkg-descr

Modified: head/www/rubygem-fcgi/Makefile
==============================================================================
--- head/www/rubygem-fcgi/Makefile	Sat May 23 15:29:51 2015	(r387140)
+++ head/www/rubygem-fcgi/Makefile	Sat May 23 15:29:56 2015	(r387141)
@@ -8,10 +8,12 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	FastCGI library for Ruby
 
+LICENSE=	MIT
+
 LIB_DEPENDS=	libfcgi.so:${PORTSDIR}/www/fcgi
 
-USE_RUBY=		yes
-USE_RUBYGEMS=		yes
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
 .include <bsd.port.mk>

Modified: head/www/rubygem-fcgi/pkg-descr
==============================================================================
--- head/www/rubygem-fcgi/pkg-descr	Sat May 23 15:29:51 2015	(r387140)
+++ head/www/rubygem-fcgi/pkg-descr	Sat May 23 15:29:56 2015	(r387141)
@@ -1,3 +1,3 @@
 Ruby/fcgi is the FastCGI library for Ruby.
 
-WWW: https://rubygems.org/gems/fcgi
+WWW: https://github.com/alphallc/ruby-fcgi-ng



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