From owner-svn-ports-all@freebsd.org Fri Jul 28 02:41:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B55C6DB71AC; Fri, 28 Jul 2017 02:41:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 829066EFAD; Fri, 28 Jul 2017 02:41:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6S2f3Ml017136; Fri, 28 Jul 2017 02:41:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6S2f3P8017133; Fri, 28 Jul 2017 02:41:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201707280241.v6S2f3P8017133@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 28 Jul 2017 02:41:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446797 - head/devel/rubygem-deface X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-deface X-SVN-Commit-Revision: 446797 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jul 2017 02:41:04 -0000 Author: sunpoet Date: Fri Jul 28 02:41:03 2017 New Revision: 446797 URL: https://svnweb.freebsd.org/changeset/ports/446797 Log: Update to 1.2.0 - Update WWW Changes: https://github.com/spree/deface/commits/master PR: 220652 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 16 days) Modified: head/devel/rubygem-deface/Makefile head/devel/rubygem-deface/distinfo head/devel/rubygem-deface/pkg-descr Modified: head/devel/rubygem-deface/Makefile ============================================================================== --- head/devel/rubygem-deface/Makefile Fri Jul 28 02:02:11 2017 (r446796) +++ head/devel/rubygem-deface/Makefile Fri Jul 28 02:41:03 2017 (r446797) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= deface -PORTVERSION= 1.0.2 +PORTVERSION= 1.2.0 CATEGORIES= devel rubygems www MASTER_SITES= RG @@ -11,10 +11,10 @@ COMMENT= Customize ERB, Haml and Slim views in a Rails 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 Modified: head/devel/rubygem-deface/distinfo ============================================================================== --- head/devel/rubygem-deface/distinfo Fri Jul 28 02:02:11 2017 (r446796) +++ head/devel/rubygem-deface/distinfo Fri Jul 28 02:41:03 2017 (r446797) @@ -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 Modified: head/devel/rubygem-deface/pkg-descr ============================================================================== --- head/devel/rubygem-deface/pkg-descr Fri Jul 28 02:02:11 2017 (r446796) +++ head/devel/rubygem-deface/pkg-descr Fri Jul 28 02:41:03 2017 (r446797) @@ -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