aboutsummaryrefslogtreecommitdiff
path: root/mail/smtpfeed
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2015-04-10 09:59:22 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2015-04-10 09:59:22 +0000
commit304a4ab7aba5f8c20cf56127eb6efc6e20cb74f2 (patch)
treeb59f1e85566e6ba7ecc1d1af8e484cd9fd30874a /mail/smtpfeed
parentd64e3519bd8a8085c9b5dce0c9612e91f50b9068 (diff)
Notes
Diffstat (limited to 'mail/smtpfeed')
-rw-r--r--mail/smtpfeed/Makefile11
-rw-r--r--mail/smtpfeed/distinfo4
-rw-r--r--mail/smtpfeed/pkg-descr2
3 files changed, 10 insertions, 7 deletions
diff --git a/mail/smtpfeed/Makefile b/mail/smtpfeed/Makefile
index 546d8176c7ae..21e49ad13895 100644
--- a/mail/smtpfeed/Makefile
+++ b/mail/smtpfeed/Makefile
@@ -1,8 +1,8 @@
-# Created by: itojun@itojun.org
+# Created by: Jun-ichiro Hagino <itojun@itojun.org>
# $FreeBSD$
PORTNAME= smtpfeed
-PORTVERSION= 1.21
+PORTVERSION= 1.23
CATEGORIES= mail ipv6
MASTER_SITES= ftp://sh.wide.ad.jp/WIDE/free-ware/smtpfeed/
@@ -12,8 +12,6 @@ COMMENT= SMTP Fast Exploding External Deliverer for Sendmail
LICENSE= BSD4CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
-OPTIONS_DEFINE= DOCS
-
CFLAGS+= -Wno-error=return-type
GNU_CONFIGURE= yes
@@ -24,6 +22,11 @@ PORTDOCS= FEATURES FEATURES.j FYI FYI.j INSTALL INSTALL.j \
RELEASE.NOTE SIGNAL SIGNAL.j TODO smtpfeed.html
PLIST_FILES= libexec/smtpfeed man/man8/smtpfeed.8.gz
+OPTIONS_DEFINE= DOCS
+
+pre-configure:
+ @${RM} ${WRKSRC}/config.cache
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/smtpfeed ${STAGEDIR}${PREFIX}/libexec
${INSTALL_MAN} ${WRKSRC}/smtpfeed.8 ${STAGEDIR}${MANPREFIX}/man/man8
diff --git a/mail/smtpfeed/distinfo b/mail/smtpfeed/distinfo
index 743a1add2d89..bacf53556857 100644
--- a/mail/smtpfeed/distinfo
+++ b/mail/smtpfeed/distinfo
@@ -1,2 +1,2 @@
-SHA256 (smtpfeed-1.21.tar.gz) = d769aa681fde8e9a7a502d2b3cb42d7618a8440f2e61acdc73d19534e19aa7c3
-SIZE (smtpfeed-1.21.tar.gz) = 146056
+SHA256 (smtpfeed-1.23.tar.gz) = 2e5649a055e0529afe00cf8d329ff70361a3dd6baa9e16f88ed2de383cfd11fd
+SIZE (smtpfeed-1.23.tar.gz) = 152178
diff --git a/mail/smtpfeed/pkg-descr b/mail/smtpfeed/pkg-descr
index d2e0af3c32e9..1cef574cea3c 100644
--- a/mail/smtpfeed/pkg-descr
+++ b/mail/smtpfeed/pkg-descr
@@ -6,7 +6,7 @@ recipients of huge number.
This delay of delivery by sendmail causes by the fact that implementation
of SMTP delivery routine in sendmail processes all delivery in a series.
-By this reason, when it takes long time for delivery to one recipient
+For this reason, when it takes long time for delivery to one recipient
which is in a huge list, delivery to following recipients is greatly
influenced.