From owner-freebsd-ports Sun Mar 31 10: 2:27 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 828D137B428 for ; Sun, 31 Mar 2002 10:00:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VI05p53114; Sun, 31 Mar 2002 10:00:05 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 613A737B41B for ; Sun, 31 Mar 2002 09:55:51 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VHtpf52237; Sun, 31 Mar 2002 09:55:51 -0800 (PST) (envelope-from nobody) Message-Id: <200203311755.g2VHtpf52237@freefall.freebsd.org> Date: Sun, 31 Mar 2002 09:55:51 -0800 (PST) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/36583: Update port: mail_smtpfeed to 1.18 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36583 >Category: ports >Synopsis: Update port: mail_smtpfeed to 1.18 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Mar 31 10:00:04 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.4-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.18 Remove file: files/patch-aa >How-To-Repeat: >Fix: diff -urN /usr/ports/mail/smtpfeed/Makefile mail/smtpfeed/Makefile --- /usr/ports/mail/smtpfeed/Makefile Wed Apr 18 00:51:01 2001 +++ mail/smtpfeed/Makefile Sat Mar 30 09:45:15 2002 @@ -6,57 +6,33 @@ # PORTNAME= smtpfeed -PORTVERSION= 1.13 -CATEGORIES= mail -MASTER_SITES= ftp://ftp.kyoto.wide.ad.jp/pub/mail/smtpfeed/ \ - ftp://ftp.kyoto.wide.ad.jp/pub/mail/sendmail/ \ - ftp://ftp.sendmail.org/ucb/src/sendmail/ \ - http://freefall.freebsd.org/~itojun/distfiles/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${SENDMAIL}${EXTRACT_SUFX} \ - ${SENDMAILPATCH}.patch.gz +PORTVERSION= 1.18 +CATEGORIES= mail ipv6 +MASTER_SITES= ftp://ftp.kyoto.wide.ad.jp/pub/mail/smtpfeed/ -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} ${SENDMAIL}${EXTRACT_SUFX} -PATCH_SENDMAIL_ARGS= -d ${WRKSRC_SENDMAIL} -E ${PATCH_DIST_STRIP} -NO_PACKAGE= "complex configuration for sendmail.cf needed" +RUN_DEPENDS= ${LOCALBASE}/sbin/sendmail:${PORTSDIR}/mail/sendmail -SENDMAILVER= 8.9.3 -SENDMAIL= sendmail.${SENDMAILVER} -SENDMAILDIR= sendmail-${SENDMAILVER} -SENDMAILPATCH= sendmail893+3.2W -WRKSRC_SMTPFEED= ${WRKSRC} -WRKSRC_SENDMAIL= ${WRKDIR}/${SENDMAILDIR}/src +NO_PACKAGE= "complex configuration for sendmail.cf needed" GNU_CONFIGURE= yes -CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec -# use bind8? -#CONFIGURE_ARGS+= --with-bind8 - -DOCS= COPYRIGHT FEATURES FEATURES.j FYI FYI.j INSTALL INSTALL.j \ - OPTIONS OPTIONS.j README README.j RELEASE.NOTE SIGNAL SIGNAL.j TODO -DOCDIR= ${PREFIX}/share/doc/smtpfeed - -post-patch: - @${ECHO_MSG} "===> Applying smtpfeed patch ${SENDMAILPATCH} to ${SENDMAIL}" - @(cd ${_DISTDIR}; for i in ${SENDMAILPATCH}.patch.gz; do \ - ${GZCAT} $$i | ${PATCH} ${PATCH_SENDMAIL_ARGS}; \ - done) - -post-build: - @${ECHO_MSG} "===> Building patched ${SENDMAIL}" - @(cd ${WRKSRC_SENDMAIL}; sh makesendmail) -post-install: +MAN8= smtpfeed.8 + +PORTDOCS= COPYRIGHT FEATURES FEATURES.j FYI FYI.j INSTALL INSTALL.j \ + OPTIONS OPTIONS.j README README.j RELEASE.NOTE SIGNAL \ + SIGNAL.j TODO smtpfeed.html + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/smtpfeed ${PREFIX}/libexec + ${INSTALL_MAN} ${WRKSRC}/smtpfeed.8 ${MANPREFIX}/man/man8 .if !defined(NOPORTDOCS) - ${MKDIR} ${DOCDIR} - for i in ${DOCS}; do \ - ${INSTALL_DATA} ${WRKSRC}/$$i ${DOCDIR}; \ - done + ${MKDIR} ${DOCSDIR} +.for file in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} +.endfor .endif @${SED} -e 's#/usr/local#${PREFIX}#' ${PKGMESSAGE} - -install-sendmail: - (cd ${WRKSRC_SENDMAIL}; sh makesendmail install) .include diff -urN /usr/ports/mail/smtpfeed/distinfo mail/smtpfeed/distinfo --- /usr/ports/mail/smtpfeed/distinfo Wed Apr 18 00:51:01 2001 +++ mail/smtpfeed/distinfo Sat Mar 30 07:53:26 2002 @@ -1,3 +1 @@ -MD5 (smtpfeed-1.13.tar.gz) = 5240031fa84f26f8cdd4c6a79ebdeb0b -MD5 (sendmail.8.9.3.tar.gz) = efedacfbce84a71d1cfb0e617b84596e -MD5 (sendmail893+3.2W.patch.gz) = 77e2183c40e304a2b1410a5bb041cd46 +MD5 (smtpfeed-1.18.tar.gz) = 0e2fba84682992c1aa6bd6ed3f872141 diff -urN /usr/ports/mail/smtpfeed/files/patch-aa mail/smtpfeed/files/patch-aa --- /usr/ports/mail/smtpfeed/files/patch-aa Fri Jan 30 13:53:55 1998 +++ mail/smtpfeed/files/patch-aa Thu Jan 1 09:00:00 1970 @@ -1,10 +0,0 @@ ---- Makefile.in.orig Sun Jan 18 23:02:21 1998 -+++ Makefile.in Sun Jan 18 23:02:34 1998 -@@ -70,7 +70,6 @@ - ${RM} -f ${OBJS} ${OBJADDS} ${TARGET} res_send.c - - install: -- -mv -f ${DEST}/${TARGET} ${DEST}/${TARGET}.old - ${INSTALL} ${TARGET} ${DEST} - - gcc2-lint: diff -urN /usr/ports/mail/smtpfeed/pkg-descr mail/smtpfeed/pkg-descr --- /usr/ports/mail/smtpfeed/pkg-descr Fri Jan 30 13:53:54 1998 +++ mail/smtpfeed/pkg-descr Sat Mar 30 08:03:39 2002 @@ -15,3 +15,5 @@ SMTP delivery par destination should be processed in parallel. Smtpfeed is the SMTP delivery agent for sendmail implemented with this idea. + +WWW: http://www.kyoto.wide.ad.jp/smtpfeed/ diff -urN /usr/ports/mail/smtpfeed/pkg-message mail/smtpfeed/pkg-message --- /usr/ports/mail/smtpfeed/pkg-message Fri Jan 30 13:53:54 1998 +++ mail/smtpfeed/pkg-message Sat Mar 30 10:32:10 2002 @@ -1,18 +1,13 @@ ************************************************************** smtpfeed is installed into /usr/local/libexec/smtpfeed. -You'll need to perform 3 steps, (a) to (c), to make smtpfeed +You'll need to perform 2 steps, (a) to (b), to make smtpfeed work: (a) replace /etc/sendmail.cf - (b) replace sendmail with the patched sendmail - (c) setting up /etc/syslog.conf + (b) setting up /etc/syslog.conf (a) depends on what kind of configuration tool you are using with sendmail.cf. Read through documentation in /usr/local/share/doc/smtpfeed for details. -(b) can be done by performing "make install-sendmail" in the -port directory. -WARNING: Existing sendmail will be overwritten right away! -Backup by yourself for safety. -(c) is the easiest of the three items; see file named INSTALL -in /usr/local/share/doc/smtpfeed. +(b) see file named INSTALL in +/usr/local/share/doc/smtpfeed for details. ************************************************************** diff -urN /usr/ports/mail/smtpfeed/pkg-plist mail/smtpfeed/pkg-plist --- /usr/ports/mail/smtpfeed/pkg-plist Fri Dec 28 16:34:25 2001 +++ mail/smtpfeed/pkg-plist Sat Mar 30 09:23:47 2002 @@ -14,4 +14,5 @@ %%PORTDOCS%%share/doc/smtpfeed/SIGNAL %%PORTDOCS%%share/doc/smtpfeed/SIGNAL.j %%PORTDOCS%%share/doc/smtpfeed/TODO +%%PORTDOCS%%share/doc/smtpfeed/smtpfeed.html %%PORTDOCS%%@dirrm share/doc/smtpfeed >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message