Index: head/www/rubygem-rack-protection/Makefile =================================================================== --- head/www/rubygem-rack-protection/Makefile (revision 387078) +++ head/www/rubygem-rack-protection/Makefile (revision 387079) @@ -1,18 +1,20 @@ # Created by: Steve Wills # $FreeBSD$ PORTNAME= rack-protection PORTVERSION= 1.5.3 CATEGORIES= www rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Collection of Rack middleware to protect against opportunistic attack +LICENSE= MIT + RUN_DEPENDS= rubygem-rack>=0:${PORTSDIR}/www/rubygem-rack USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include Index: head/www/rubygem-rack-protection/pkg-descr =================================================================== --- head/www/rubygem-rack-protection/pkg-descr (revision 387078) +++ head/www/rubygem-rack-protection/pkg-descr (revision 387079) @@ -1,3 +1,3 @@ Collection of Rack middleware to protect you against common, opportunistic attack. -WWW: https://github.com/rkh/rack-protection +WWW: https://github.com/sinatra/rack-protection