Index: head/www/rubygem-rack-cache/Makefile =================================================================== --- head/www/rubygem-rack-cache/Makefile (revision 387075) +++ head/www/rubygem-rack-cache/Makefile (revision 387076) @@ -1,18 +1,20 @@ # Created by: Eric Freeman # $FreeBSD$ PORTNAME= rack-cache PORTVERSION= 1.2 CATEGORIES= www rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Rack middleware to enable HTTP caching +LICENSE= MIT + RUN_DEPENDS= rubygem-rack>=0.4:${PORTSDIR}/www/rubygem-rack -USE_RUBY= yes -USE_RUBYGEMS= yes +USE_RUBY= yes +USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include Index: head/www/rubygem-rack-cache/pkg-descr =================================================================== --- head/www/rubygem-rack-cache/pkg-descr (revision 387075) +++ head/www/rubygem-rack-cache/pkg-descr (revision 387076) @@ -1,13 +1,13 @@ Rack::Cache is suitable as a quick drop-in component to enable HTTP caching for Rack-based applications that produce freshness (Expires, Cache-Control) and/or validation (Last-Modified, ETag) information. * Standards-based (see RFC 2616 / Section 13). * Freshness/expiration based caching * Validation * Vary support * Portable: 100% Ruby / works with any Rack-enabled framework. * Disk, memcached, and heap memory storage backends. -WWW: http://tomayko.com/src/rack-cache/ +WWW: https://github.comrtomayko/rack-cache