diff options
author | schmonz <schmonz@pkgsrc.org> | 2014-09-02 00:33:45 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2014-09-02 00:33:45 +0000 |
commit | 24c675ae4c09bd680156758b35c05fe9ac27b161 (patch) | |
tree | f4f9b5d52e7bd6b0269f71d0338996972301764a | |
parent | 2751c18c5f0e5b7dee10572f800e987374692412 (diff) | |
download | pkgsrc-24c675ae4c09bd680156758b35c05fe9ac27b161.tar.gz |
Update to 3.9. From the changelog:
* Catch and error out if a user adds a feed with a duplicate name.
* Split sender into both sendmail's -F and -f.
* Fix an error with SMTPConnectionError inhertence order ("does not
take keyword arguments").
* Add a new `smtp-ssl-protocol` setting, to select acceptable
protocols for SMTP connections.
* Fix non-compliant User-Agent header for HTTP/1.1.
* Fix an error in the NoToEmailAddress invocation.
* Add a new `trust-link` setting, to prefer the `link` attribute
over the `id` attribute for identifying entries.
-rw-r--r-- | mail/rss2email/Makefile | 9 | ||||
-rw-r--r-- | mail/rss2email/distinfo | 8 |
2 files changed, 8 insertions, 9 deletions
diff --git a/mail/rss2email/Makefile b/mail/rss2email/Makefile index 39a1f8ff11d..4339dc2e52e 100644 --- a/mail/rss2email/Makefile +++ b/mail/rss2email/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.38 2014/05/17 16:10:46 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2014/09/02 00:33:45 schmonz Exp $ -DISTNAME= v3.8 -PKGNAME= rss2email-3.8 -PKGREVISION= 2 +DISTNAME= v3.9 +PKGNAME= rss2email-3.9 CATEGORIES= mail MASTER_SITES= ${HOMEPAGE}archive/ DIST_SUBDIR= rss2email @@ -18,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-html2text>=2014.4.5:../../textproc/py-html2text WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} -PYTHON_VERSIONS_INCOMPATIBLE= 26 27 +PYTHON_VERSIONS_INCOMPATIBLE= 26 27 34 PYDISTUTILSPKG= yes PY_PATCHPLIST= yes diff --git a/mail/rss2email/distinfo b/mail/rss2email/distinfo index 296670097ef..c49ce098e34 100644 --- a/mail/rss2email/distinfo +++ b/mail/rss2email/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.25 2014/04/20 01:45:18 schmonz Exp $ +$NetBSD: distinfo,v 1.26 2014/09/02 00:33:45 schmonz Exp $ -SHA1 (rss2email/v3.8.tar.gz) = d06a7736f9e612663921222c892a2dbc89416bf5 -RMD160 (rss2email/v3.8.tar.gz) = 7efc4e420ef38df02e71111ef3a80ce7e501eb8f -Size (rss2email/v3.8.tar.gz) = 159606 bytes +SHA1 (rss2email/v3.9.tar.gz) = 3d82fa1da8a59942c22b74f2f290d7f2ebe33ecc +RMD160 (rss2email/v3.9.tar.gz) = d6410a0303a2a24245300d2946852ff2f660dfe5 +Size (rss2email/v3.9.tar.gz) = 160904 bytes |