Date: Wed, 6 Aug 2008 13:30:01 +1000 (YAKST) From: Alexander Logvinov <ports@logvinov.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Alexander Logvinov <ports@logvinov.com> Subject: ports/126293: [maintainer update] mail/heirloom-mailx: update to 12.4 Message-ID: <200808060330.m763U1Vv090645@blg.akavia.ru> Resent-Message-ID: <200808060340.m763e2lh043635@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 126293 >Category: ports >Synopsis: [maintainer update] mail/heirloom-mailx: update to 12.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Aug 06 03:40:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Alexander Logvinov >Release: FreeBSD 6.3-RELEASE-p1 i386 >Organization: >Environment: >Description: Update to 12.4 See http://heirloom.sourceforge.net/mailx/ChangeLog Add option for IPv6 Support >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/mail/heirloom-mailx/Makefile,v retrieving revision 1.50 diff -u -r1.50 Makefile --- Makefile 16 Jul 2007 07:35:42 -0000 1.50 +++ Makefile 6 Aug 2008 03:17:11 -0000 @@ -6,14 +6,16 @@ # PORTNAME= mailx -PORTVERSION= 12.3 +PORTVERSION= 12.4 CATEGORIES= mail ipv6 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= SF MASTER_SITE_SUBDIR= heirloom PKGNAMEPREFIX= ${MASTER_SITE_SUBDIR}- MAINTAINER= ports@logvinov.com -COMMENT= BSD mail utility with MIME, IMAP, POP3, SMTP, and S/MIME extensions +COMMENT= BSD mail utility with MIME, IMAP, POP3, SMTP and S/MIME extensions + +OPTIONS= IPV6 "Enable IPv6 Support" Off USE_BZIP2= yes USE_ICONV= yes @@ -22,8 +24,7 @@ SYSCONFDIR="${PREFIX}/etc" \ SENDMAIL="/usr/sbin/sendmail" \ CPPFLAGS="${CPPFLAGS}" \ - LDFLAGS="${LDFLAGS}" \ - IPv6="-DHAVE_IPv6_FUNCS" + LDFLAGS="${LDFLAGS}" MAN1= ${PORTNAME}.1 PORTDOCS= AUTHORS COPYING ChangeLog README TODO @@ -36,6 +37,12 @@ CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib +.include <bsd.port.pre.mk> + +.if defined(WITH_IPV6) +MAKE_ARGS+= IPv6="-DHAVE_IPv6_FUNCS" +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1 @@ -50,4 +57,4 @@ .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/pcvs/ports/mail/heirloom-mailx/distinfo,v retrieving revision 1.39 diff -u -r1.39 distinfo --- distinfo 16 Jul 2007 07:35:42 -0000 1.39 +++ distinfo 29 Jul 2008 01:40:23 -0000 @@ -1,3 +1,3 @@ -MD5 (mailx-12.3.tar.bz2) = 54406da3f55ded303c7a58bf9e307033 -SHA256 (mailx-12.3.tar.bz2) = d2a965c0b7181956192f9c3f5ad2f89c4ddf328005f9c6282cf122730efca370 -SIZE (mailx-12.3.tar.bz2) = 270442 +MD5 (mailx-12.4.tar.bz2) = 0c93759e34200eb56a0e7c464680a54a +SHA256 (mailx-12.4.tar.bz2) = 92201e769fe346bc0364c87437a330ef3c97ab3e9d7b2235b93f509e85e5716a +SIZE (mailx-12.4.tar.bz2) = 271482 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808060330.m763U1Vv090645>