diff --git a/security/rubygem-openssl-ccm/Makefile b/security/rubygem-openssl-ccm/Makefile index 1d63eb4147dc..af2c68142493 100644 --- a/security/rubygem-openssl-ccm/Makefile +++ b/security/rubygem-openssl-ccm/Makefile @@ -1,17 +1,17 @@ PORTNAME= openssl-ccm -PORTVERSION= 1.2.2 +PORTVERSION= 1.2.3 CATEGORIES= security rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Implementation of RFC 3610 - Counter with CBC-MAC (CCM) LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes - -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include diff --git a/security/rubygem-openssl-ccm/distinfo b/security/rubygem-openssl-ccm/distinfo index 6ea47b31ed09..184061a19ae6 100644 --- a/security/rubygem-openssl-ccm/distinfo +++ b/security/rubygem-openssl-ccm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1549793792 -SHA256 (rubygem/openssl-ccm-1.2.2.gem) = e0f2571e0d8e8b0701db1d5df721e8f8d4e2df9eec32548b16cacb53ccecbc3f -SIZE (rubygem/openssl-ccm-1.2.2.gem) = 24576 +TIMESTAMP = 1659209976 +SHA256 (rubygem/openssl-ccm-1.2.3.gem) = 23e69de01aabd80192c7619ed9870b7c06a4c1bf82e98e130e4c3ac6d12819d7 +SIZE (rubygem/openssl-ccm-1.2.3.gem) = 24576 diff --git a/security/rubygem-openssl-ccm/pkg-descr b/security/rubygem-openssl-ccm/pkg-descr index c5aa55a21f66..ad5318c27d6b 100644 --- a/security/rubygem-openssl-ccm/pkg-descr +++ b/security/rubygem-openssl-ccm/pkg-descr @@ -1,4 +1,4 @@ rubygem-openssl-ccm is an implementation of RFC 3610 - Counter with CBC-MAC (CCM). -WWW: https://github.com/smalllars/openssl-ccm +WWW: https://github.com/SmallLars/openssl-ccm