[149763] trunk/dports/perl/p5-mail-sender/Portfile

devans at macports.org devans at macports.org
Wed Jun 29 13:40:15 PDT 2016


Revision: 149763
          https://trac.macports.org/changeset/149763
Author:   devans at macports.org
Date:     2016-06-29 13:40:15 -0700 (Wed, 29 Jun 2016)
Log Message:
-----------
p5-mail-sender: update to version 0.900003, dependencies, out-of-favor, use Email::Sender instead if possible.

Modified Paths:
--------------
    trunk/dports/perl/p5-mail-sender/Portfile

Modified: trunk/dports/perl/p5-mail-sender/Portfile
===================================================================
--- trunk/dports/perl/p5-mail-sender/Portfile	2016-06-29 20:37:25 UTC (rev 149762)
+++ trunk/dports/perl/p5-mail-sender/Portfile	2016-06-29 20:40:15 UTC (rev 149763)
@@ -5,9 +5,8 @@
 PortGroup           perl5 1.0
 
 perl5.branches      5.22 5.24
-perl5.setup         Mail-Sender 0.8.23
-# may not be used for spamming
-license             Restrictive/Distributable
+perl5.setup         Mail-Sender 0.900003
+license             {Artistic-1 GPL}
 maintainers         nomaintainer
 
 description         Module for sending mails with attachments through an SMTP \
@@ -16,10 +15,22 @@
 long_description    Mail-Sender provides an object oriented interface to \
                     sending mails. It doesn't need any outer program. It \
                     connects to a mail server directly from Perl, using \
-                    Socket.
+                    Socket. This module is officially considered \"out-of-favor\". \
+                    PLEASE CONSIDER USING EMAIL-SENDER INSTEAD.
 
-checksums           rmd160  375e77c602d699e8fdc88479a77ad54fe97b9344 \
-                    sha256  32f0c3ac96957a6df5301727804bcefb42f2d78a24b7dcb15e526f77d22d30c2
+checksums           rmd160  805a0d75bc083ac47cad8a822aa26a5815ebb92d \
+                    sha256  60a33da3b49fab7994e8a39e649b664c3e9383da29434e9ea256782c2ea1ef80
 
 platforms           darwin
-supported_archs     noarch
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-digest-hmac \
+                    port:p${perl5.major}-io-socket-ssl \
+                    port:p${perl5.major}-mozilla-ca \
+                    port:p${perl5.major}-net-ssleay \
+                    port:p${perl5.major}-ntlm \
+                    port:p${perl5.major}-try-tiny
+
+    supported_archs noarch
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160629/f8023443/attachment.html>


More information about the macports-changes mailing list