From vsevolod@highsecure.ru  Tue Jun 28 20:16:45 2005
Return-Path: <vsevolod@highsecure.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2102D16A41C
	for <freebsd-gnats-submit@freebsd.org>; Tue, 28 Jun 2005 20:16:45 +0000 (GMT)
	(envelope-from vsevolod@highsecure.ru)
Received: from waterwall.inec.ru (waterwall.inec.ru [213.148.3.225])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 91F4943D1D
	for <freebsd-gnats-submit@freebsd.org>; Tue, 28 Jun 2005 20:16:44 +0000 (GMT)
	(envelope-from vsevolod@highsecure.ru)
Received: from waterwall.inec.ru (root@localhost)
  by waterwall.inec.ru (8.13.1/8.12.6) with SMTP id j5SKHU86000556
    for <freebsd-gnats-submit@freebsd.org>; Wed, 29 Jun 2005 00:17:30 +0400 (MSD)
Received: from waterwall.inec.ru (localhost.inec.ru [127.0.0.1])
  by localhost (8.13.1/8.12.6) with ESMTP id j5SKHU7r000551
    for <FreeBSD-gnats-submit@freebsd.org>; Wed, 29 Jun 2005 00:17:30 +0400 (MSD)
Received: from localhost (localhost.inec.ru [127.0.0.1])
	by localhost (Postfix) with SMTP id B7C3359F35
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 29 Jun 2005 00:17:30 +0400 (MSD)
Received: from core (postbox.inec.ru [213.148.3.226])
	by waterwall.inec.ru (Postfix) with ESMTP id AAP2042C1B05A18130
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 29 Jun 2005 00:17:30 +0400 (MSD)
Received: from [213.219.249.64] (helo=spray.anyhost.ru ident=mailnull)
	by core with esmtp (Exim 4.51 (FreeBSD))
	id 1DnMVG-000PQ9-Pq
	for FreeBSD-gnats-submit@freebsd.org; Wed, 29 Jun 2005 00:16:18 +0400
Received: from cebka by spray.anyhost.ru with local (Exim 4.51 (FreeBSD))
	id 1DnMVU-0004G9-6V
	for FreeBSD-gnats-submit@freebsd.org; Wed, 29 Jun 2005 00:16:32 +0400
Message-Id: <E1DnMVU-0004G9-6V@spray.anyhost.ru>
Date: Wed, 29 Jun 2005 00:16:32 +0400
From: Vsevolod Stakhov <vsevolod@highsecure.ru>
Sender: Vsevolod Stakhov <vsevolod@highsecure.ru>
Reply-To: Vsevolod Stakhov <vsevolod@highsecure.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update port: mail/nail to 11.23 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         82745
>Category:       ports
>Synopsis:       Update port: mail/nail to 11.23
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jylefort
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 28 20:20:16 GMT 2005
>Closed-Date:    Wed Jun 29 21:58:52 GMT 2005
>Last-Modified:  Wed Jun 29 21:58:52 GMT 2005
>Originator:     Vsevolod Stakhov
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
>Description:
Update to 11.23 that have misclenaous improvements and fixes:
http://nail.sourceforge.net/ChangeLog
More respect to CFLAGS and LDFLAGS.
>How-To-Repeat:
>Fix:

diff -ruPN nail.orig/Makefile nail/Makefile
--- nail.orig/Makefile	Wed Jun 29 00:12:59 2005
+++ nail/Makefile	Wed Jun 29 00:13:13 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	nail
-PORTVERSION=	11.22
+PORTVERSION=	11.23
 CATEGORIES=	mail
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -21,14 +21,15 @@
 		SYSCONFDIR="${PREFIX}/etc" \
 		SENDMAIL="/usr/sbin/sendmail" \
 		CPPFLAGS="${CPPFLAGS}" \
+		CFLAGS="${CFLAGS}" \
 		LDFLAGS="${LDFLAGS}" \
 		IPv6="-DHAVE_IPv6_FUNCS"
 
 MAN1=		nail.1
 PLIST_FILES=	bin/nail etc/nail.rc
 
-CPPFLAGS=	-I${LOCALBASE}/include
-LDFLAGS=	-L${LOCALBASE}/lib
+CPPFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/nail ${PREFIX}/bin
diff -ruPN nail.orig/distinfo nail/distinfo
--- nail.orig/distinfo	Wed Jun 29 00:12:59 2005
+++ nail/distinfo	Wed Jun 29 00:13:13 2005
@@ -1,2 +1,2 @@
-MD5 (nail-11.22.tar.bz2) = caad4c4cd02c7fbf0d9e7fec50ff3b21
-SIZE (nail-11.22.tar.bz2) = 264568
+MD5 (nail-11.23.tar.bz2) = 2665649cd77110493ce465dad7c5103d
+SIZE (nail-11.23.tar.bz2) = 266114

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->jylefort 
Responsible-Changed-By: jylefort 
Responsible-Changed-When: Wed Jun 29 19:58:43 GMT 2005 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=82745 
State-Changed-From-To: open->closed 
State-Changed-By: jylefort 
State-Changed-When: Wed Jun 29 21:58:43 GMT 2005 
State-Changed-Why:  
Committed with a few modifications, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=82745 
>Unformatted:
