forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pkgsrc change: * set LICENSE to modified-bsd. * standarlized order in Makefile. 1.4.1 2017-04-11 13:33 UTC Changelog: * Loosen recognition of "queued as" server response (PR #10) * Bug #20463: domain-literal parsing error * Bug #20513: Mail_smtp::send() doesn't close socket for smtp connection 1.4.0 2017-04-07 13:09 UTC Changelog: Clarified licensing to "New BSD" (3-Clause BSD) * Bug #21082: Inconsistent licensing
- Loading branch information
taca
committed
May 28, 2017
1 parent
c0a263b
commit e527bbe
Showing
2 changed files
with
12 additions
and
11 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,15 +1,16 @@ | ||
# $NetBSD: Makefile,v 1.13 2016/09/05 03:04:40 wen Exp $ | ||
# $NetBSD: Makefile,v 1.14 2017/05/28 11:33:17 taca Exp $ | ||
|
||
DISTNAME= Mail-1.3.0 | ||
DISTNAME= Mail-1.4.1 | ||
CATEGORIES= mail | ||
|
||
CONFLICTS= php-pear-Mail-[0-9]* | ||
|
||
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_SMTP>=1.4.1:../../net/pear-Net_SMTP | ||
|
||
MAINTAINER= wenheping@gmail.com | ||
HOMEPAGE= http://pear.php.net/package/Mail | ||
COMMENT= PHP Class that provides multiple interfaces for sending emails | ||
LICENSE= modified-bsd | ||
|
||
CONFLICTS= php-pear-Mail-[0-9]* | ||
|
||
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_SMTP>=1.4.1:../../net/pear-Net_SMTP | ||
|
||
.include "../../lang/php/pear.mk" | ||
.include "../../mk/bsd.pkg.mk" |
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,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.7 2016/09/05 03:04:40 wen Exp $ | ||
$NetBSD: distinfo,v 1.8 2017/05/28 11:33:17 taca Exp $ | ||
|
||
SHA1 (pear/Mail-1.3.0.tgz) = 25f7fd124d35c666c24fd2e352071be523a41cf8 | ||
RMD160 (pear/Mail-1.3.0.tgz) = f4173d819ffc447ece10d61d19d5d29563434c24 | ||
SHA512 (pear/Mail-1.3.0.tgz) = 701dd663f73e71fa09bd5a1d42813170fd72b4e5d2804cbd9613476ea64c4fa70e2c99355ff39f1be0fcf6bac719ee543a90ea0160f11f9efb7e18b0584e9f94 | ||
Size (pear/Mail-1.3.0.tgz) = 23110 bytes | ||
SHA1 (pear/Mail-1.4.1.tgz) = 5c5214215e98ce17b91fb8d38c0af308a0803e10 | ||
RMD160 (pear/Mail-1.4.1.tgz) = 513a46e8c7ed2d6a1ce986d0760434781798ddd1 | ||
SHA512 (pear/Mail-1.4.1.tgz) = 851fa64bcf042fba58a70833c12ec5d7af6382e14e6157eeeb5be51b22cdfa5677c5d1eeba8c1f9eef6d55c2d732a4d5d6ea28c726aef232b233c170f7b82307 | ||
Size (pear/Mail-1.4.1.tgz) = 21756 bytes |