forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-perl/Net-SMTPS: Bump to version 0.60.0
Upstream: - Fix timeout option to work Package-Manager: Portage-2.3.4, Repoman-2.3.2
- Loading branch information
1 parent
9b561f4
commit 233ba52
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST Net-SMTPS-0.04.tar.gz 4712 SHA256 54b5d8b73e2c4f1eb6ea0ea16a3a230884f83b8439634f3d90b49dc81ea8aea5 SHA512 69fcfb221a139a9d92f56d3917081a21de786095314efaa840e41dcd27bebd29d66f0f9c63cc2eb8adbaa1b701877b4ab9b9fe2790c335a13b256b742319054b WHIRLPOOL 45d29170be521c6468eb8c2bc6025cac08db4339fa68a768f586c0b290620dc508fc44cae21016ec7f5e7bb83fb3d9c1711505e61b2727f31e0c35202bc2d929 | ||
DIST Net-SMTPS-0.05.tar.gz 4601 SHA256 bec9b3f85548dda70ca1f843909d1f869e221babcb821dac1eab26a825023cde SHA512 8c5a49820997eec65566d86a6eb69ba36800772ab1a400a4a005ce771895264de7b38d037c5e5ebcfb18b39e91f71d78aa251f721882a448a565da5038e49273 WHIRLPOOL 9861e1eda1bad938ebb822b0d8f0c06f6b6570fb5bcd4f0f4fad256d3fb3ee5a32f2d9ae6e411dfdbe4bbe102f7326107ae8110557662d65448ea5a3d7973f37 | ||
DIST Net-SMTPS-0.06.tar.gz 4701 SHA256 ffe84c26d5a0589f1c55af98d1223b9472855ca73a1ae95e6c2f87c5c0ded95a SHA512 c27a60860c8d4ffaf7ba1382664255fd24417efbffec79ad4c219d9caf7ca5c36e2697185e9b4c513466657bf7f70476f0f565c4a9570845b14c37f87c11394b WHIRLPOOL 5560c537449652989c3cdaa45250294b323fe38eef49a9dc00e6cc6d9f68186bfe0b4b2a3f7d7d0c8be9e2d9b8353324c916e3495755852901c9906e3e532002 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
DIST_AUTHOR=TOMO | ||
DIST_VERSION=0.06 | ||
DIST_SECTION=src | ||
inherit perl-module | ||
|
||
DESCRIPTION="SSL/STARTTLS support for Net::SMTP" | ||
IUSE="" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86" | ||
|
||
RDEPEND=" | ||
>=dev-perl/Authen-SASL-2.150.0 | ||
>=dev-perl/IO-Socket-SSL-1 | ||
>=virtual/perl-libnet-2" | ||
DEPEND="${RDEPEND} | ||
virtual/perl-ExtUtils-MakeMaker" |