svn commit: r387144 - head/www/rubygem-http_router

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 23 15:30:12 UTC 2015


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 at 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


More information about the svn-ports-head mailing list