mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- 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
This commit is contained in:
parent
d64e3519bd
commit
304a4ab7ab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383715
3 changed files with 10 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue