pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/ruby-net-smtp



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Sep  9 14:03:07 UTC 2023

Modified Files:
        pkgsrc/net/ruby-net-smtp: Makefile

Log Message:
net/ruby-net-smtp: fix text in comment

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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/ruby-net-smtp/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/ruby-net-smtp/Makefile
diff -u pkgsrc/net/ruby-net-smtp/Makefile:1.5 pkgsrc/net/ruby-net-smtp/Makefile:1.6
--- pkgsrc/net/ruby-net-smtp/Makefile:1.5       Tue May 30 15:10:17 2023
+++ pkgsrc/net/ruby-net-smtp/Makefile   Sat Sep  9 14:03:07 2023
@@ -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 @@ LICENSE=      2-clause-bsd OR ruby-license
 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"



Home | Main Index | Thread Index | Old Index