aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2015-04-10 17:59:22 +0800
committerdanfe <danfe@FreeBSD.org>2015-04-10 17:59:22 +0800
commit8c7b5a1938f997f9e7cc33d45062709ddf4ceec6 (patch)
treeb59f1e85566e6ba7ecc1d1af8e484cd9fd30874a /mail
parentef2ca7bff4eab46438d4d350b482a21f2e8abf63 (diff)
downloadfreebsd-ports-gnome-8c7b5a1938f997f9e7cc33d45062709ddf4ceec6.tar.gz
freebsd-ports-gnome-8c7b5a1938f997f9e7cc33d45062709ddf4ceec6.tar.zst
freebsd-ports-gnome-8c7b5a1938f997f9e7cc33d45062709ddf4ceec6.zip
- Update to version 1.23
- Canonicalize Makefile header - Move OPTIONS_DEFINE knob where it belongs - Remove double space after comma in pkg-descr PR: 199242
Diffstat (limited to 'mail')
-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.