ports/84086: [update] mail/nmzmail to 0.1.3
Andrej Zverev
az at inec.ru
Mon Jul 25 18:10:13 UTC 2005
>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 at 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:
More information about the freebsd-ports-bugs
mailing list