Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Oct 2002 02:37:27 -0700 (PDT)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/43701: Update port: mail/nail to 10.0
Message-ID:  <200210050937.g959bRqK058948@www.freebsd.org>

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

>Number:         43701
>Category:       ports
>Synopsis:       Update port: mail/nail to 10.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 05 02:40:05 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.6.2-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 10.0

Remove file:
files/patch-ab

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/mail/nail/Makefile mail/nail/Makefile
--- /usr/ports/mail/nail/Makefile	Tue Sep 10 20:17:57 2002
+++ mail/nail/Makefile	Wed Oct  2 06:48:15 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	nail
-PORTVERSION=	9.31
+PORTVERSION=	10.0
 CATEGORIES=	mail
 MASTER_SITES=	http://omnibus.ruf.uni-freiburg.de/~gritter/archive/nail/
 
@@ -15,9 +15,9 @@
 LIB_DEPENDS=	iconv.3:${PORTSDIR}/converters/libiconv
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--with-rcfile="${PREFIX}/etc/nail.rc"
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib" LIBS="-liconv"
+		LDFLAGS="-L${LOCALBASE}/lib -liconv"
+CONFIGURE_ARGS=	--with-rcfile="${PREFIX}/etc/nail.rc"
 
 MAN1=		nail.1
 
diff -urN /usr/ports/mail/nail/distinfo mail/nail/distinfo
--- /usr/ports/mail/nail/distinfo	Tue Sep 10 20:17:57 2002
+++ mail/nail/distinfo	Wed Oct  2 06:44:41 2002
@@ -1 +1 @@
-MD5 (nail-9.31.tar.gz) = d274d7bcd408d10fb0e31345e071bc6d
+MD5 (nail-10.0.tar.gz) = 425efc0936385f6e9639a1bddc3a67d2
diff -urN /usr/ports/mail/nail/files/patch-ab mail/nail/files/patch-ab
--- /usr/ports/mail/nail/files/patch-ab	Wed Jan 30 06:42:10 2002
+++ mail/nail/files/patch-ab	Thu Jan  1 09:00:00 1970
@@ -1,18 +0,0 @@
-
-$FreeBSD: ports/mail/nail/files/patch-ab,v 1.3 2002/01/29 21:42:10 naddy Exp $
-
---- Makefile.in.orig	Wed Sep 19 06:25:36 2001
-+++ Makefile.in	Tue Jan 29 22:17:15 2002
-@@ -392,9 +392,9 @@
- 
- 
- install-data-local:
--	-test -f $(DESTDIR)/etc/nail.rc || \
--		{ $(mkinstalldirs) $(DESTDIR)/etc; \
--		$(INSTALL_DATA) $(srcdir)/nail.rc $(DESTDIR)/etc/nail.rc; }
-+	-test -f $(DESTDIR)$(sysconfdir)/nail.rc || \
-+	{ $(mkinstalldirs) $(DESTDIR)$(sysconfdir); \
-+	$(INSTALL_DATA) $(srcdir)/nail.rc $(DESTDIR)$(sysconfdir)/nail.rc; }
- 
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210050937.g959bRqK058948>