Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jul 2005 22:03:09 +0400
From:      Andrej Zverev <az@inec.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/84086: [update] mail/nmzmail to 0.1.3
Message-ID:  <E1Dx7ID-0007HL-Oa@az.inec.ru>
Resent-Message-ID: <200507251810.j6PIACts024673@freefall.freebsd.org>

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

>Number:         84086
>Category:       ports
>Synopsis:       [update] mail/nmzmail to 0.1.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 25 18:10:12 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Andrej Zverev
>Release:        FreeBSD 5.4-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD az.inec.ru 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #2: Wed Jul 6 12:10:32 MSD 2005 root@az.inec.ru:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	Changelog:
	- Fix getopt on PPC platform (patch by Sebastien Cevey).
	- Change commandline syntax for indexing (the -m option is deprecated now),
	  simply use "nmzmail -i <maildir1> <maildir2> ..." (noticed by Tom Martin
	  on zsh mailing list).
	- Use automake/autoconf.

	
>How-To-Repeat:
	
>Fix:

	

--- nmzmail.diff begins here ---
diff -Nru nmzmail.orig/Makefile nmzmail/Makefile
--- nmzmail.orig/Makefile	Tue Apr 12 00:28:44 2005
+++ nmzmail/Makefile	Mon Jul 25 21:56:34 2005
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	nmzmail
-PORTVERSION=	0.1.2
+PORTVERSION=	0.1.3
 CATEGORIES=	mail
 MASTER_SITES=	http://www.ecademix.com/JohannesHofmann/
 
@@ -17,10 +17,12 @@
 RUN_DEPENDS=	namazu:${PORTSDIR}/databases/namazu2 \
 		mutt:${PORTSDIR}/mail/mutt
 
+GNU_CONFIGURE=	yes
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 USE_GMAKE=	yes
-ALL_TARGET=	# empty
+
 PLIST_FILES=	bin/nmzmail
-PORTDOCS=	README
+PORTDOCS=	README	NEWS
 
 .include <bsd.port.pre.mk>
 
@@ -28,13 +30,12 @@
 LIB_DEPENDS+=	readline.5:${PORTSDIR}/devel/readline
 .endif
 
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/nmzmail ${PREFIX}/bin
-
 post-install:
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
+	for f in ${PORTDOCS}; do \
+	${INSTALL_DATA} ${WRKSRC}/$$f ${DOCSDIR}; \
+	done
 .endif
 
 .include <bsd.port.post.mk>
diff -Nru nmzmail.orig/distinfo nmzmail/distinfo
--- nmzmail.orig/distinfo	Tue Apr 12 00:28:44 2005
+++ nmzmail/distinfo	Mon Jul 25 21:34:55 2005
@@ -1,2 +1,2 @@
-MD5 (nmzmail-0.1.2.tar.gz) = 18f5b4e9cc44c5ae9611d4130fc47fa6
-SIZE (nmzmail-0.1.2.tar.gz) = 3930
+MD5 (nmzmail-0.1.3.tar.gz) = ab4b853fd939012f6d0025ef3cf9a81d
+SIZE (nmzmail-0.1.3.tar.gz) = 83308
--- nmzmail.diff ends here ---



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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1Dx7ID-0007HL-Oa>