git: 53a81efe66a6 - main - security/rubygem-webpush: Update to 1.1.0

Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jul 18 22:08:21 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=53a81efe66a68807ccda7bbcdec55457ca2c362e

commit 53a81efe66a68807ccda7bbcdec55457ca2c362e
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-18 21:46:13 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-18 22:07:18 +0000

    security/rubygem-webpush: Update to 1.1.0
    
    - Change RUN_DEPENDS from rubygem-hkdf to rubygem-hkdf0
    - Update version requirement of RUN_DEPENDS
    
    Changes:        https://github.com/zaru/webpush/blob/master/CHANGELOG.md
---
 security/rubygem-webpush/Makefile | 7 ++++---
 security/rubygem-webpush/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/security/rubygem-webpush/Makefile b/security/rubygem-webpush/Makefile
index 3bc4b493eb5b..ee1016742a8e 100644
--- a/security/rubygem-webpush/Makefile
+++ b/security/rubygem-webpush/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	webpush
-PORTVERSION=	0.3.4
+PORTVERSION=	1.1.0
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
 
@@ -9,11 +9,12 @@ COMMENT=	Encryption utilities for Web Push payload
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-hkdf>=0.2:security/rubygem-hkdf \
-		rubygem-jwt>=2.0:www/rubygem-jwt
+RUN_DEPENDS=	rubygem-hkdf0>=0.2<1:security/rubygem-hkdf0 \
+		rubygem-jwt>=2.0<3:www/rubygem-jwt
 
 USES=		gem
 USE_RUBY=	yes
+
 NO_ARCH=	yes
 
 .include <bsd.port.mk>
diff --git a/security/rubygem-webpush/distinfo b/security/rubygem-webpush/distinfo
index 9903188f3d1c..669095082113 100644
--- a/security/rubygem-webpush/distinfo
+++ b/security/rubygem-webpush/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1527275508
-SHA256 (rubygem/webpush-0.3.4.gem) = bb83e97114f3996ab0c8a1d435450a938668735b829da3b503daf6f897ae0a62
-SIZE (rubygem/webpush-0.3.4.gem) = 14336
+TIMESTAMP = 1626542100
+SHA256 (rubygem/webpush-1.1.0.gem) = 63773d1e5cd06c45e34bf1641fd530b9f328b2de2bc46708ff0c200c505135fd
+SIZE (rubygem/webpush-1.1.0.gem) = 16896


More information about the dev-commits-ports-main mailing list