Sat Sep 9 14:03:07 2023 UTC ()
net/ruby-net-smtp: fix text in comment

This is not ruby-net-pop but ruby-net-smtp package.


(taca)
diff -r1.5 -r1.6 pkgsrc/net/ruby-net-smtp/Makefile

cvs diff -r1.5 -r1.6 pkgsrc/net/ruby-net-smtp/Makefile (expand / switch to context diff)
--- pkgsrc/net/ruby-net-smtp/Makefile 2023/05/30 15:10:17 1.5
+++ pkgsrc/net/ruby-net-smtp/Makefile 2023/09/09 14:03:07 1.6
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2023/05/30 15:10:17 taca Exp $
+# $NetBSD: Makefile,v 1.6 2023/09/09 14:03:07 taca Exp $
 
 DISTNAME=	net-smtp-0.3.3
 CATEGORIES=	net mail
@@ -11,7 +11,7 @@
 USE_LANGUAGES=	# none
 
 # This package is mainly for redmine50 on Ruby and 3.0.
-# (Ruby 3.1 and later have required net-pop gem as standard gem.)
+# (Ruby 3.1 and later have required net-smtp gem as standard gem.)
 RUBY_VERSIONS_ACCEPTED=	30
 
 .include "../../lang/ruby/rubyversion.mk"