Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Jun 2004 21:33:30 +0400
From:      Roman Bogorodskiy <bogorodskiy@inbox.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        rip@devco.net
Subject:   ports/67494: [ patch ] mail/msmtp: update and some fixes
Message-ID:  <E1BVZcI-000HQS-00.bogorodskiy-inbox-ru@mx2.mail.ru>
Resent-Message-ID: <200406021740.i52HeMSU064661@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         67494
>Category:       ports
>Synopsis:       [ patch ] mail/msmtp: update and some fixes
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 02 10:40:22 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Roman Bogorodskiy
>Release:        FreeBSD 5.2.1-RELEASE-p8 i386
>Organization:
>Environment:
System: FreeBSD lame.novel.ru 5.2.1-RELEASE-p8 FreeBSD 5.2.1-RELEASE-p8 #3: Mon May 31 19:34:11 MSD 2004 root@lame.novel.ru:/usr/obj/usr/src/sys/NOV i386


>Description:
	 - Update to version 1.0.0
	 - List ipv6 in CATEGORIES since this port has IPv6 support
	 - Remove USE_GMAKE since this port doesn't require gmake to build 
		(don't tested on FreeBSD 4.x though)

>How-To-Repeat:
	
>Fix:

diff -u msmtp.orig/Makefile msmtp/Makefile
--- msmtp.orig/Makefile	Wed Jun  2 20:40:33 2004
+++ msmtp/Makefile	Wed Jun  2 21:25:14 2004
@@ -6,8 +6,8 @@
 #
 
 PORTNAME=	msmtp
-PORTVERSION=	0.7.2
-CATEGORIES=	mail
+PORTVERSION=	1.0.0
+CATEGORIES=	mail ipv6
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	msmtp
 
@@ -19,7 +19,6 @@
 LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-USE_GMAKE=	yes
 MAN1=		msmtp.1
 PLIST_FILES=	bin/msmtp
 
diff -u msmtp.orig/distinfo msmtp/distinfo
--- msmtp.orig/distinfo	Wed Jun  2 20:40:33 2004
+++ msmtp/distinfo	Wed Jun  2 20:43:41 2004
@@ -1,2 +1,2 @@
-MD5 (msmtp-0.7.2.tar.gz) = a9a44243211c8b84a220779335a257a5
-SIZE (msmtp-0.7.2.tar.gz) = 139544
+MD5 (msmtp-1.0.0.tar.gz) = c0cbda33411850bec811b0090d28536d
+SIZE (msmtp-1.0.0.tar.gz) = 144444


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1BVZcI-000HQS-00.bogorodskiy-inbox-ru>