Index: head/devel/rubygem-deface/Makefile =================================================================== --- head/devel/rubygem-deface/Makefile (revision 446796) +++ head/devel/rubygem-deface/Makefile (revision 446797) @@ -1,23 +1,23 @@ # $FreeBSD$ PORTNAME= deface -PORTVERSION= 1.0.2 +PORTVERSION= 1.2.0 CATEGORIES= devel rubygems www MASTER_SITES= RG MAINTAINER= mi@aldan.algebra.com COMMENT= Customize ERB, Haml and Slim views in a Rails application LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-colorize>=0.5.8:devel/rubygem-colorize \ - rubygem-nokogiri>=1.6.0:textproc/rubygem-nokogiri \ - rubygem-polyglot>=0.3:devel/rubygem-polyglot \ - rubygem-rails4>=3.1:www/rubygem-rails4 +RUN_DEPENDS= rubygem-nokogiri>=1.6:textproc/rubygem-nokogiri \ + rubygem-polyglot>=0:devel/rubygem-polyglot \ + rubygem-rails4>=4.1:www/rubygem-rails4 \ + rubygem-rainbow>=2.1.0:devel/rubygem-rainbow NO_ARCH= yes USE_RUBY= yes USES= gem .include Index: head/devel/rubygem-deface/distinfo =================================================================== --- head/devel/rubygem-deface/distinfo (revision 446796) +++ head/devel/rubygem-deface/distinfo (revision 446797) @@ -1,2 +1,3 @@ -SHA256 (rubygem/deface-1.0.2.gem) = 2bd1a35ae178544871582524b0c771842fb0172120935e1d6513e532a7ff2065 -SIZE (rubygem/deface-1.0.2.gem) = 44544 +TIMESTAMP = 1499776174 +SHA256 (rubygem/deface-1.2.0.gem) = dab16b507f3bf90f6779b7c34010f4e1be759c262669dea8a55a74b2a11e8531 +SIZE (rubygem/deface-1.2.0.gem) = 45568 Index: head/devel/rubygem-deface/pkg-descr =================================================================== --- head/devel/rubygem-deface/pkg-descr (revision 446796) +++ head/devel/rubygem-deface/pkg-descr (revision 446797) @@ -1,4 +1,4 @@ Deface is a library that allows you to customize ERB, Haml and Slim views in a Rails application without editing the underlying view. -WWW: https://github.com/DefaceCommunity/deface +WWW: https://github.com/spree/deface