Hi,

attached simple update to ruby-ntlm. Builds with with ruby 2.6, 2.7 and 3.0.
Nothing depends on it, but I would like to port evil-winrm, which would require
this update.
While there, take MAINTAINER.

OK?

cheers,
Sebastian

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/ruby-ntlm/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile    9 Dec 2019 20:50:35 -0000       1.3
+++ Makefile    15 Mar 2021 20:39:11 -0000
@@ -2,10 +2,11 @@

 COMMENT =              creator/parser for the NTLM authentication

-DISTNAME =             rubyntlm-0.6.2
+DISTNAME =             rubyntlm-0.6.3
 PKGNAME =              ${DISTNAME:S/ruby//}

 CATEGORIES =           www security
+MAINTAINER =           Sebastian Reitenbach <[email protected]>

 # MIT
 PERMIT_PACKAGE =       Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/ruby-ntlm/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo    9 Dec 2019 20:50:35 -0000       1.2
+++ distinfo    15 Mar 2021 20:39:11 -0000
@@ -1,2 +1,2 @@
-SHA256 (rubyntlm-0.6.2.gem) = voHXy+cELDpYIpnYnwsH7xQrmFTSYLZItJitSafuy9w=
-SIZE (rubyntlm-0.6.2.gem) = 32768
+SHA256 (rubyntlm-0.6.3.gem) = WzIUVtujEwNR90Ufhmnxr6g6DSb9Y83sKFt7iOZnEC0=
+SIZE (rubyntlm-0.6.3.gem) = 32768

Reply via email to