From owner-svn-ports-all@freebsd.org Thu Mar 22 15:18:37 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 33C70F4D512; Thu, 22 Mar 2018 15:18:37 +0000 (UTC) (envelope-from jrm@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 DC3EB7A223; Thu, 22 Mar 2018 15:18:36 +0000 (UTC) (envelope-from jrm@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 BE29E13004; Thu, 22 Mar 2018 15:18:36 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2MFIaZG037312; Thu, 22 Mar 2018 15:18:36 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2MFIa9f037308; Thu, 22 Mar 2018 15:18:36 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201803221518.w2MFIa9f037308@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Thu, 22 Mar 2018 15:18:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465293 - in head/security: . rubygem-devise_pam_authenticatable2 rubygem-rpam2-3 X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: in head/security: . rubygem-devise_pam_authenticatable2 rubygem-rpam2-3 X-SVN-Commit-Revision: 465293 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: Thu, 22 Mar 2018 15:18:37 -0000 Author: jrm Date: Thu Mar 22 15:18:36 2018 New Revision: 465293 URL: https://svnweb.freebsd.org/changeset/ports/465293 Log: Copy security/rubygem-rpam2 to security/rubygem-rpam2-3 to fix security/rubygem-devise_pam_authenticatable2 build breakage The only port requiring security/rubygem-rpam2, security/rubygem-devise_pam_authenticatable2, requires rpam2 ~> 3.0 [1]. The prematre update of security/rubygem-rpam2 to version 4.0.0 broke the build of security/rubygem-devise_pam_authenticatable2 [2]. [1] https://rubygems.org/gems/devise_pam_authenticatable2/versions/9.0.0 [2] http://pkg.awarnach.mathstat.dal.ca/data/11amd64-default/2018-03-22_12h03m21s/logs/errors/rubygem-devise_pam_authenticatable2-9.0.0.log Pointy-hat: sunpoet Added: head/security/rubygem-rpam2-3/ - copied from r465291, head/security/rubygem-rpam2/ Modified: head/security/Makefile head/security/rubygem-devise_pam_authenticatable2/Makefile head/security/rubygem-rpam2-3/Makefile head/security/rubygem-rpam2-3/distinfo Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Thu Mar 22 15:13:19 2018 (r465292) +++ head/security/Makefile Thu Mar 22 15:18:36 2018 (r465293) @@ -1150,6 +1150,7 @@ SUBDIR += rubygem-rex-zip SUBDIR += rubygem-roauth SUBDIR += rubygem-rpam2 + SUBDIR += rubygem-rpam2-3 SUBDIR += rubygem-ruby-hmac SUBDIR += rubygem-ruby-rc4 SUBDIR += rubygem-ruby-saml Modified: head/security/rubygem-devise_pam_authenticatable2/Makefile ============================================================================== --- head/security/rubygem-devise_pam_authenticatable2/Makefile Thu Mar 22 15:13:19 2018 (r465292) +++ head/security/rubygem-devise_pam_authenticatable2/Makefile Thu Mar 22 15:18:36 2018 (r465293) @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-devise-rails5>=4.0.0:devel/rubygem-devise-rails5 \ - rubygem-rpam2>=3.0:security/rubygem-rpam2 + rubygem-rpam2-3>=3.0:security/rubygem-rpam2-3 USES= gem USE_RUBY= yes Modified: head/security/rubygem-rpam2-3/Makefile ============================================================================== --- head/security/rubygem-rpam2/Makefile Thu Mar 22 14:48:31 2018 (r465291) +++ head/security/rubygem-rpam2-3/Makefile Thu Mar 22 15:18:36 2018 (r465293) @@ -1,9 +1,10 @@ # $FreeBSD$ PORTNAME= rpam2 -PORTVERSION= 4.0.0 +PORTVERSION= 3.1.0 CATEGORIES= security rubygems MASTER_SITES= RG +PKGNAMESUFFIX= -3 MAINTAINER= ruby@FreeBSD.org COMMENT= PAM integration with ruby Modified: head/security/rubygem-rpam2-3/distinfo ============================================================================== --- head/security/rubygem-rpam2/distinfo Thu Mar 22 14:48:31 2018 (r465291) +++ head/security/rubygem-rpam2-3/distinfo Thu Mar 22 15:18:36 2018 (r465293) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521645317 -SHA256 (rubygem/rpam2-4.0.0.gem) = 22328e0bd5b1b01b1d508bf03a6288d097538486385061a468a379376773e99f -SIZE (rubygem/rpam2-4.0.0.gem) = 9216 +TIMESTAMP = 1521730889 +SHA256 (rubygem/rpam2-3.1.0.gem) = 1a28e4af0f744f92bcefc19a9e6b0c1e48e56b2f85160cd0f5abfcff6076d8e6 +SIZE (rubygem/rpam2-3.1.0.gem) = 8192