pkgsrc-Bugs archive

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

pkg/39337: Update mail/msmtp to 1.4.16



>Number:         39337
>Category:       pkg
>Synopsis:       mail/msmtp isn't the last stable version of msmtp
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sun Aug 10 15:40:00 +0000 2008
>Originator:     Leonardo Taccari
>Release:        NetBSD 4.0
>Organization:
NetBSD Italia
>Environment:
        
        
System: NetBSD bianconiglio 4.0 NetBSD 4.0 (BIANCONIGLIO) #3: Tue Jul 1 
06:54:05 CEST 2008 
leot@bianconiglio:/home/leot/builds/usr/src/sys/arch/i386/compile/BIANCONIGLIO 
i386
Architecture: i386
Machine: i386
>Description:
        Our mail/msmtp package in pkgsrc is outdated because the latest msmtp
        stable release is 1.4.16.

        mail/msmtp doesn't support DESTDIR too.
        
>How-To-Repeat:
        $ cd $PKGSRCDIR/mail/msmtp
        $ make show-var VARNAME=DISTNAME

        and/or

        $ cd $PKGSRCDIR/mail/msmtp
        $ make install
        $ msmtp --version | head -1
        
>Fix:
        Please apply the attached patches. Thank you very much!

        I'm testing these patches right now, so if you are reading this mail...
        ...mail/msmtp 1.4.16 works pretty well! :-)


Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/mail/msmtp/distinfo,v
retrieving revision 1.14
diff -u -p -r1.14 distinfo
--- distinfo    8 Sep 2007 08:05:23 -0000       1.14
+++ distinfo    10 Aug 2008 15:21:13 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.14 2007/09/08 08:05:23 obache Exp $
 
-SHA1 (msmtp-1.4.13.tar.bz2) = c1d0dee2b8e035289a0467d687ec8066dba61e97
-RMD160 (msmtp-1.4.13.tar.bz2) = a9e701fcfbcf38d240c474dbc8860de259dedc4e
-Size (msmtp-1.4.13.tar.bz2) = 704779 bytes
+SHA1 (msmtp-1.4.16.tar.bz2) = 784ee281cee05e4a312629efaa4ea892bb98a51f
+RMD160 (msmtp-1.4.16.tar.bz2) = 1142042235e42457f8244e02f078dbd53f350886
+Size (msmtp-1.4.16.tar.bz2) = 727517 bytes


Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/mail/msmtp/Makefile,v
retrieving revision 1.19
diff -u -p -r1.19 Makefile
--- Makefile    18 Jan 2008 05:08:27 -0000      1.19
+++ Makefile    10 Aug 2008 15:20:43 -0000
@@ -1,7 +1,6 @@
 # $NetBSD: Makefile,v 1.19 2008/01/18 05:08:27 tnn Exp $
 
-DISTNAME=      msmtp-1.4.13
-PKGREVISION=   1
+DISTNAME=      msmtp-1.4.16
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=msmtp/}
 EXTRACT_SUFX=  .tar.bz2
@@ -10,12 +9,16 @@ MAINTAINER=  bcv%hub3.net@localhost
 HOMEPAGE=      http://msmtp.sourceforge.net/
 COMMENT=       SMTP plugin for MUAs
 
+#LICENSE=      gnu-gpl-v3
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 GNU_CONFIGURE=         yes
 USE_PKGLOCALEDIR=      yes
 
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR:Q}
 
-EGDIR=         ${PREFIX}/share/examples/msmtp
+EGDIR=         ${DESTDIR}${PREFIX}/share/examples/msmtp
 CONF_FILES=    ${EGDIR}/msmtprc-user.example \
                ${PKG_SYSCONFDIR}/msmtprc
 

>Unformatted:
        
        


Home | Main Index | Thread Index | Old Index