Index: head/www/rubygem-rack-cache/Makefile =================================================================== --- head/www/rubygem-rack-cache/Makefile (revision 398941) +++ head/www/rubygem-rack-cache/Makefile (revision 398942) @@ -1,22 +1,22 @@ # Created by: Eric Freeman # $FreeBSD$ PORTNAME= rack-cache -PORTVERSION= 1.2 -PORTREVISION= 1 +PORTVERSION= 1.5.0 CATEGORIES= www rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Rack middleware to enable HTTP caching LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-rack16>=0.4:${PORTSDIR}/www/rubygem-rack16 NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include Index: head/www/rubygem-rack-cache/distinfo =================================================================== --- head/www/rubygem-rack-cache/distinfo (revision 398941) +++ head/www/rubygem-rack-cache/distinfo (revision 398942) @@ -1,2 +1,2 @@ -SHA256 (rubygem/rack-cache-1.2.gem) = 02bfed05f8b3266db804f2fa445801636ca2c6d211a3137ec796f88af5756e1c -SIZE (rubygem/rack-cache-1.2.gem) = 261632 +SHA256 (rubygem/rack-cache-1.5.0.gem) = 17478e9923d0524dc8a6084ec81a3a7b3502a788dab4c9bbeb996abd20b57e71 +SIZE (rubygem/rack-cache-1.5.0.gem) = 27136 Index: head/www/rubygem-rack-cache/pkg-descr =================================================================== --- head/www/rubygem-rack-cache/pkg-descr (revision 398941) +++ head/www/rubygem-rack-cache/pkg-descr (revision 398942) @@ -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: https://github.comrtomayko/rack-cache +WWW: https://github.com/rtomayko/rack-cache