svn commit: r383715 - head/mail/smtpfeed
Alexey Dokuchaev
danfe at FreeBSD.org
Fri Apr 10 09:59:24 UTC 2015
Author: danfe
Date: Fri Apr 10 09:59:22 2015
New Revision: 383715
URL: https://svnweb.freebsd.org/changeset/ports/383715
Log:
- 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
Modified:
head/mail/smtpfeed/Makefile
head/mail/smtpfeed/distinfo
head/mail/smtpfeed/pkg-descr
Modified: head/mail/smtpfeed/Makefile
==============================================================================
--- head/mail/smtpfeed/Makefile Fri Apr 10 09:25:38 2015 (r383714)
+++ head/mail/smtpfeed/Makefile Fri Apr 10 09:59:22 2015 (r383715)
@@ -1,8 +1,8 @@
-# Created by: itojun at itojun.org
+# Created by: Jun-ichiro Hagino <itojun at 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 De
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
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
Modified: head/mail/smtpfeed/distinfo
==============================================================================
--- head/mail/smtpfeed/distinfo Fri Apr 10 09:25:38 2015 (r383714)
+++ head/mail/smtpfeed/distinfo Fri Apr 10 09:59:22 2015 (r383715)
@@ -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
Modified: head/mail/smtpfeed/pkg-descr
==============================================================================
--- head/mail/smtpfeed/pkg-descr Fri Apr 10 09:25:38 2015 (r383714)
+++ head/mail/smtpfeed/pkg-descr Fri Apr 10 09:59:22 2015 (r383715)
@@ -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.
More information about the svn-ports-head
mailing list