From owner-svn-ports-all@freebsd.org Sat Mar 10 23:00:58 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C39AF3CB96; Sat, 10 Mar 2018 23:00:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 04C6668B5D; Sat, 10 Mar 2018 23:00:58 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F3D1D1439C; Sat, 10 Mar 2018 23:00:57 +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 w2AN0vsK023721; Sat, 10 Mar 2018 23:00:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2AN0vca023719; Sat, 10 Mar 2018 23:00:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803102300.w2AN0vca023719@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 10 Mar 2018 23:00:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464108 - in head/devel/rubygem-paperclip-rails5: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel/rubygem-paperclip-rails5: . files X-SVN-Commit-Revision: 464108 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.25 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: Sat, 10 Mar 2018 23:00:59 -0000 Author: sunpoet Date: Sat Mar 10 23:00:57 2018 New Revision: 464108 URL: https://svnweb.freebsd.org/changeset/ports/464108 Log: Update to 6.0.0 - Fix version requirement of RUN_DEPENDS Changes: https://github.com/thoughtbot/paperclip/releases Deleted: head/devel/rubygem-paperclip-rails5/files/ Modified: head/devel/rubygem-paperclip-rails5/Makefile head/devel/rubygem-paperclip-rails5/distinfo Modified: head/devel/rubygem-paperclip-rails5/Makefile ============================================================================== --- head/devel/rubygem-paperclip-rails5/Makefile Sat Mar 10 23:00:52 2018 (r464107) +++ head/devel/rubygem-paperclip-rails5/Makefile Sat Mar 10 23:00:57 2018 (r464108) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= paperclip -DISTVERSION= 5.2.1 -PORTREVISION= 1 +DISTVERSION= 6.0.0 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= -rails5 @@ -14,11 +13,11 @@ COMMENT= Easy upload management for ActiveRecord LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-activemodel5>0:databases/rubygem-activemodel5 \ - rubygem-activesupport5>=0:devel/rubygem-activesupport5 \ - rubygem-cocaine>=0.5.5:devel/rubygem-cocaine \ +RUN_DEPENDS= rubygem-activemodel5>=4.2.0:databases/rubygem-activemodel5 \ + rubygem-activesupport5>=4.2.0:devel/rubygem-activesupport5 \ rubygem-mimemagic>=0.3.0:misc/rubygem-mimemagic \ - rubygem-mime-types>=0:misc/rubygem-mime-types + rubygem-mime-types>=0:misc/rubygem-mime-types \ + rubygem-terrapin>=0.6.0:devel/rubygem-terrapin USES= gem USE_RUBY= yes Modified: head/devel/rubygem-paperclip-rails5/distinfo ============================================================================== --- head/devel/rubygem-paperclip-rails5/distinfo Sat Mar 10 23:00:52 2018 (r464107) +++ head/devel/rubygem-paperclip-rails5/distinfo Sat Mar 10 23:00:57 2018 (r464108) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516969859 -SHA256 (rubygem/paperclip-5.2.1.gem) = 4ab4c306bb8568afc48daa13772dabfb3561e83c1f4aa3fb3d94ddc1d5024d95 -SIZE (rubygem/paperclip-5.2.1.gem) = 301056 +TIMESTAMP = 1520704238 +SHA256 (rubygem/paperclip-6.0.0.gem) = e73d2e18a4b892ff1df7301fe73eebc5c3945eb7fd89e41df0190889d5e1b412 +SIZE (rubygem/paperclip-6.0.0.gem) = 301568