svn commit: r541817 - head/www/rubygem-json-jwt
Matthias Fechner
mfechner at FreeBSD.org
Thu Jul 9 20:13:30 UTC 2020
Author: mfechner
Date: Thu Jul 9 20:13:30 2020
New Revision: 541817
URL: https://svnweb.freebsd.org/changeset/ports/541817
Log:
Switch to rails60.
Approved by: sunpoet (maintainer)
Modified:
head/www/rubygem-json-jwt/Makefile
Modified: head/www/rubygem-json-jwt/Makefile
==============================================================================
--- head/www/rubygem-json-jwt/Makefile Thu Jul 9 20:12:31 2020 (r541816)
+++ head/www/rubygem-json-jwt/Makefile Thu Jul 9 20:13:30 2020 (r541817)
@@ -2,6 +2,7 @@
PORTNAME= json-jwt
PORTVERSION= 1.13.0
+PORTREVISION= 1
CATEGORIES= www devel rubygems
MASTER_SITES= RG
@@ -11,7 +12,7 @@ COMMENT= JSON Web Token implementation in Ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= rubygem-activesupport52>=4.2:devel/rubygem-activesupport52 \
+RUN_DEPENDS= rubygem-activesupport60>=4.2:devel/rubygem-activesupport60 \
rubygem-aes_key_wrap>=0:security/rubygem-aes_key_wrap \
rubygem-bindata>=0:devel/rubygem-bindata
More information about the svn-ports-head
mailing list