Date: Sat, 23 May 2015 15:30:12 +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: r387144 - head/www/rubygem-http_router Message-ID: <201505231530.t4NFUCSP018666@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat May 23 15:30:11 2015 New Revision: 387144 URL: https://svnweb.freebsd.org/changeset/ports/387144 Log: - Add LICENSE - Update WWW Modified: head/www/rubygem-http_router/Makefile head/www/rubygem-http_router/pkg-descr Modified: head/www/rubygem-http_router/Makefile ============================================================================== --- head/www/rubygem-http_router/Makefile Sat May 23 15:30:06 2015 (r387143) +++ head/www/rubygem-http_router/Makefile Sat May 23 15:30:11 2015 (r387144) @@ -9,11 +9,13 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= HTTP router for use in Rack +LICENSE= MIT + RUN_DEPENDS= rubygem-rack>=1.0.0:${PORTSDIR}/www/rubygem-rack \ rubygem-url_mount>=0.2.1:${PORTSDIR}/www/rubygem-url-mount USE_RUBY= yes USE_RUBYGEMS= yes -RUBYGEM_AUTOPLIST=yes +RUBYGEM_AUTOPLIST= yes .include <bsd.port.mk> Modified: head/www/rubygem-http_router/pkg-descr ============================================================================== --- head/www/rubygem-http_router/pkg-descr Sat May 23 15:30:06 2015 (r387143) +++ head/www/rubygem-http_router/pkg-descr Sat May 23 15:30:11 2015 (r387144) @@ -1,3 +1,3 @@ This library allows you to recognize and build URLs in a Rack application. -WWW: http://github.com/joshbuddy/http_router +WWW: https://github.com/joshbuddy/http_router
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505231530.t4NFUCSP018666>