pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/im Updated mail/im to 153



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2f2bf94941da
branches:  trunk
changeset: 358984:2f2bf94941da
user:      mef <mef%pkgsrc.org@localhost>
date:      Fri Feb 24 23:55:36 2017 +0000

description:
Updated mail/im to 153
----------------------
153 (2016/10/10)

* Fix redeclaring my in my for Perl 5.24
* Update config.guess and config.sub with autotools-dev 20160430.1
* Support SMTP Authentication (experimental)
  - To specify a submission server, add "/587" to Smtpservers
  - To use AUTH LOGIN, set SmtpAccount=/PLAIN:user@host (PLAIN only)
  - With a bug fix for "SIZE="
        Murata Takashi <tmurata>
* Update gitlog2imchanges to fix version tags

diffstat:

 mail/im/Makefile |   7 +++----
 mail/im/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 9 deletions(-)

diffs (37 lines):

diff -r 19e067da024e -r 2f2bf94941da mail/im/Makefile
--- a/mail/im/Makefile  Fri Feb 24 23:31:36 2017 +0000
+++ b/mail/im/Makefile  Fri Feb 24 23:55:36 2017 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2016/06/08 19:23:55 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2017/02/24 23:55:36 mef Exp $
 
-DISTNAME=      im-152
-PKGREVISION=   1
+DISTNAME=      im-153
 CATEGORIES=    mail
 MASTER_SITES=  http://tats.haun.org/im/
 
@@ -43,7 +42,7 @@
 .for file in ${MAN_JA}
        ${INSTALL_DATA} ${WRKSRC}/man/${file} ${DESTDIR}${DOCDIR}/man/ja
 .endfor
-       cp -r ${WRKSRC}/dot.im/* ${DESTDIR}${EXAMPLESDIR}
+       ${INSTALL_DATA} ${WRKSRC}/dot.im/* ${DESTDIR}${EXAMPLESDIR}
 
 .include "../../lang/perl5/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 19e067da024e -r 2f2bf94941da mail/im/distinfo
--- a/mail/im/distinfo  Fri Feb 24 23:31:36 2017 +0000
+++ b/mail/im/distinfo  Fri Feb 24 23:55:36 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2015/12/26 14:28:13 taca Exp $
+$NetBSD: distinfo,v 1.7 2017/02/24 23:55:36 mef Exp $
 
-SHA1 (im-152.tar.gz) = 1d53427ce9bcd56f7d996629250152e8c5190a0b
-RMD160 (im-152.tar.gz) = fe33be309d32a6d3a2fdecc6076b6281ae180ba1
-SHA512 (im-152.tar.gz) = c3f4bb16f41774db247c66f7c23aad6be52cc837b4a70839a72e18869f0ea662fe3d29bbd9a23bfb44fa84f2d927996b0c249542502c78514d1c057b4860799c
-Size (im-152.tar.gz) = 270987 bytes
+SHA1 (im-153.tar.gz) = 6353cbdc960d454290ea4e9e6f895b97ea96e199
+RMD160 (im-153.tar.gz) = 83d39a98e9e098bde830c7af7b9be3f47ce71c94
+SHA512 (im-153.tar.gz) = d51ca005793768ec185879df841ad6bbff627cf485d965f68d76fdfcc0a278e172261d84eff3515b7aa1ce039bcb1d425ed040f0a847da1b8adc672b069a671a
+Size (im-153.tar.gz) = 271538 bytes



Home | Main Index | Thread Index | Old Index