aboutsummaryrefslogtreecommitdiffstats
path: root/mail/heirloom-mailx
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2008-08-15 08:27:48 +0800
committeredwin <edwin@FreeBSD.org>2008-08-15 08:27:48 +0800
commite3bf62f73e747a6edd63318c221471c0a7935953 (patch)
treea3ff66f235c7c753f5fa97610b54bce45d8c1e3b /mail/heirloom-mailx
parentd5033b07a92202d26855ba12cbc26af5c4184dd6 (diff)
downloadfreebsd-ports-gnome-e3bf62f73e747a6edd63318c221471c0a7935953.tar.gz
freebsd-ports-gnome-e3bf62f73e747a6edd63318c221471c0a7935953.tar.zst
freebsd-ports-gnome-e3bf62f73e747a6edd63318c221471c0a7935953.zip
[maintainer update] mail/heirloom-mailx: update to 12.4
Update to 12.4 See http://heirloom.sourceforge.net/mailx/ChangeLog Add option for IPv6 Support PR: ports/126293 Submitted by: Alexander Logvinov <ports@logvinov.com>
Diffstat (limited to 'mail/heirloom-mailx')
-rw-r--r--mail/heirloom-mailx/Makefile19
-rw-r--r--mail/heirloom-mailx/distinfo6
2 files changed, 16 insertions, 9 deletions
diff --git a/mail/heirloom-mailx/Makefile b/mail/heirloom-mailx/Makefile
index d62eda01f2f8..292f506ef942 100644
--- a/mail/heirloom-mailx/Makefile
+++ b/mail/heirloom-mailx/Makefile
@@ -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" On
USE_BZIP2= yes
USE_ICONV= yes
@@ -22,8 +24,7 @@ MAKE_ARGS= PREFIX="${PREFIX}" \
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 @@ PLIST_FILES= bin/${PORTNAME} \
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 @@ do-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/mail/heirloom-mailx/distinfo b/mail/heirloom-mailx/distinfo
index f7ccf8c6dd13..755dc0870fbc 100644
--- a/mail/heirloom-mailx/distinfo
+++ b/mail/heirloom-mailx/distinfo
@@ -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