pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/p5-Mail-Sender



Module Name:    pkgsrc
Committed By:   wen
Date:           Fri Jul 15 03:03:29 UTC 2016

Modified Files:
        pkgsrc/mail/p5-Mail-Sender: Makefile distinfo

Log Message:
Update to 0.902

Upstream changes:
0.902     2016-07-11
    ** PLEASE CONSIDER USING EMAIL-SENDER INSTEAD **

    - Fixed multiple $VERSION variables, GH #2.  Thanks, Pavel.
    - Addressed some testing issues with bad SMTP host.
    - Turned off uninitialized warnings until they can all be resolved.
    - Let DZil version the CType:: classes
    - Removed unused EXPORT_OK option

0.901     2016-06-29
    ** PLEASE CONSIDER USING EMAIL-SENDER INSTEAD **

    - Fixed a bug introduced in 0.900 where the auth method call pointed to the
    wrong scope.

0.900003  2016-06-10
    ** PLEASE CONSIDER USING EMAIL-SENDER INSTEAD **

    - Fixed conditional dependencies
    - Fixed locale specific testing
    - Fixed the Changes file
    - Added some git helper files for the repo
    - Reorganized the PM files into the lib directory
    - Auto-generate MANIFEST using MANIFEST.SKIP from here on
    - Ensure all files EOL with \n rather than any combination of \n and \r\n
    - Renamed many undocumented/private functions to names beginning with _
    - Added many, many tests for coverage and to prevent regressions
    - Updated Config.PL to modernize.
    - Lazily load Win32API::Registry for ::CType::Win32


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/mail/p5-Mail-Sender/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/mail/p5-Mail-Sender/distinfo

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

Modified files:

Index: pkgsrc/mail/p5-Mail-Sender/Makefile
diff -u pkgsrc/mail/p5-Mail-Sender/Makefile:1.15 pkgsrc/mail/p5-Mail-Sender/Makefile:1.16
--- pkgsrc/mail/p5-Mail-Sender/Makefile:1.15    Wed Jun  8 19:23:59 2016
+++ pkgsrc/mail/p5-Mail-Sender/Makefile Fri Jul 15 03:03:29 2016
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2016/06/08 19:23:59 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2016/07/15 03:03:29 wen Exp $
 #
 
-DISTNAME=      Mail-Sender-0.8.23
+DISTNAME=      Mail-Sender-0.902
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    mail perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Mail/}
 

Index: pkgsrc/mail/p5-Mail-Sender/distinfo
diff -u pkgsrc/mail/p5-Mail-Sender/distinfo:1.4 pkgsrc/mail/p5-Mail-Sender/distinfo:1.5
--- pkgsrc/mail/p5-Mail-Sender/distinfo:1.4     Tue Nov  3 23:27:15 2015
+++ pkgsrc/mail/p5-Mail-Sender/distinfo Fri Jul 15 03:03:29 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2015/11/03 23:27:15 agc Exp $
+$NetBSD: distinfo,v 1.5 2016/07/15 03:03:29 wen Exp $
 
-SHA1 (Mail-Sender-0.8.23.tar.gz) = 07f340d577a9583d9d51f668ac5b878c94da9869
-RMD160 (Mail-Sender-0.8.23.tar.gz) = 375e77c602d699e8fdc88479a77ad54fe97b9344
-SHA512 (Mail-Sender-0.8.23.tar.gz) = e9c2e2806976aaea568885f41ff774b9cb460707123c0926ed20428b00a9e9db796d67dca938dc16463eeb8e1c92f8e82ba60c92bc053c20d5570d5604df651c
-Size (Mail-Sender-0.8.23.tar.gz) = 38361 bytes
+SHA1 (Mail-Sender-0.902.tar.gz) = e013a045eccd296ec9d8a59c3ff45970dd127fc0
+RMD160 (Mail-Sender-0.902.tar.gz) = b0e915cb2bd2a4917ef45e1567f6c8ca1ab7f6ef
+SHA512 (Mail-Sender-0.902.tar.gz) = d1f4aeff0ce4cc78399380fffd4d32d530ef283085146ba47d23e3f0f679cc4eecf99bddd4484a68c23696398b463cfd6d23fcc7e1bd48291b3921ed3898e1d3
+Size (Mail-Sender-0.902.tar.gz) = 61135 bytes



Home | Main Index | Thread Index | Old Index