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 unified 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,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile,v 1.5 2023/05/30 15:10:17 taca Exp $ 1# $NetBSD: Makefile,v 1.6 2023/09/09 14:03:07 taca Exp $
2 2
3DISTNAME= net-smtp-0.3.3 3DISTNAME= net-smtp-0.3.3
4CATEGORIES= net mail 4CATEGORIES= net mail
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://github.com/ruby/net-smtp 7HOMEPAGE= https://github.com/ruby/net-smtp
8COMMENT= Simple Mail Transfer Protocol client library for Ruby 8COMMENT= Simple Mail Transfer Protocol client library for Ruby
9LICENSE= 2-clause-bsd OR ruby-license 9LICENSE= 2-clause-bsd OR ruby-license
10 10
11USE_LANGUAGES= # none 11USE_LANGUAGES= # none
12 12
13# This package is mainly for redmine50 on Ruby and 3.0. 13# This package is mainly for redmine50 on Ruby and 3.0.
14# (Ruby 3.1 and later have required net-pop gem as standard gem.) 14# (Ruby 3.1 and later have required net-smtp gem as standard gem.)
15RUBY_VERSIONS_ACCEPTED= 30 15RUBY_VERSIONS_ACCEPTED= 30
16 16
17.include "../../lang/ruby/rubyversion.mk" 17.include "../../lang/ruby/rubyversion.mk"
18 18
19.include "../../lang/ruby/gem.mk" 19.include "../../lang/ruby/gem.mk"
20.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"