svn commit: r465293 - in head/security: . rubygem-devise_pam_authenticatable2 rubygem-rpam2-3

Joseph Mingrone jrm at FreeBSD.org
Thu Mar 22 15:18:37 UTC 2018


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 at 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


More information about the svn-ports-head mailing list