pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-SVN-Notify



Module Name:    pkgsrc
Committed By:   wen
Date:           Thu Jul 28 06:26:38 UTC 2016

Modified Files:
        pkgsrc/devel/p5-SVN-Notify: Makefile distinfo

Log Message:
Update to 2.86

Upstream changes:
2.86
      - Add version to SVN::Notify::SMTP to make PAUSE happy.

2.85  2016-03-29T23:29:11Z
      - Fixed a typo, thanks to gregor herrmann of the Debian project.
      - Eliminated "Unescaped left brace in regex is deprecated" warnings on
        Perl 5.21.
      - Fixed test failures triggered by an improvement to the encoding of
        headers by the Encode module. Thanks to Pali for the fix!
      - Improved the encoding of the "From", "To", and "Reply-To" headers so
        that only the phrase part is encoded, not the address itself. Thanks
        to Pali for the corrections.
      - Now require Email::Address to handle the proper parsing of addresses
        for encoding into headers.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/p5-SVN-Notify/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/p5-SVN-Notify/distinfo

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

Modified files:

Index: pkgsrc/devel/p5-SVN-Notify/Makefile
diff -u pkgsrc/devel/p5-SVN-Notify/Makefile:1.22 pkgsrc/devel/p5-SVN-Notify/Makefile:1.23
--- pkgsrc/devel/p5-SVN-Notify/Makefile:1.22    Wed Jun  8 19:23:28 2016
+++ pkgsrc/devel/p5-SVN-Notify/Makefile Thu Jul 28 06:26:38 2016
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2016/06/08 19:23:28 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2016/07/28 06:26:38 wen Exp $
 
-DISTNAME=      SVN-Notify-2.84
+DISTNAME=      SVN-Notify-2.86
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    devel perl5 scm
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=SVN/}
 
@@ -18,6 +17,7 @@ PERL5_MODULE_TYPE=    Module::Build
 DEPENDS+=      p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
 DEPENDS+=      p5-Net-SMTP_auth-[0-9]*:../../mail/p5-Net-SMTP_auth
 DEPENDS+=      p5-Text-Trac-[0-9]*:../../textproc/p5-Text-Trac
+DEPENDS+=      p5-Email-Address>=1.897:../../mail/p5-Email-Address
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/p5-SVN-Notify/distinfo
diff -u pkgsrc/devel/p5-SVN-Notify/distinfo:1.12 pkgsrc/devel/p5-SVN-Notify/distinfo:1.13
--- pkgsrc/devel/p5-SVN-Notify/distinfo:1.12    Tue Nov  3 03:28:43 2015
+++ pkgsrc/devel/p5-SVN-Notify/distinfo Thu Jul 28 06:26:38 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2015/11/03 03:28:43 agc Exp $
+$NetBSD: distinfo,v 1.13 2016/07/28 06:26:38 wen Exp $
 
-SHA1 (SVN-Notify-2.84.tar.gz) = 1d9a947aac2fbf1d8af95b151609733ff843a2dc
-RMD160 (SVN-Notify-2.84.tar.gz) = 7c6cdda694904ac6cde80e34f6c820a18460725e
-SHA512 (SVN-Notify-2.84.tar.gz) = 907a83a281a83c8f5716de879c9ddc44b2c377fc91b1b7ce4e8f0c5a10c8401dec057cdebe06b69fe43d01076e66e9efe42a26f179b8dc5d003d854334432d89
-Size (SVN-Notify-2.84.tar.gz) = 98737 bytes
+SHA1 (SVN-Notify-2.86.tar.gz) = 104d8cecaca56a99ba82398b0c7ea0413b2ec8a6
+RMD160 (SVN-Notify-2.86.tar.gz) = 01bf37b24f202abc8acdc85e3aba440cc7af53af
+SHA512 (SVN-Notify-2.86.tar.gz) = e66872dfe7fe8cb5a83429ee5018b19917c380f554259a21e80cfb02b1ebd5dff0c825df36b74e0cb2617ade412453b4ba885c39fcfa77ab1e698f4c1f1424ae
+Size (SVN-Notify-2.86.tar.gz) = 99031 bytes



Home | Main Index | Thread Index | Old Index