From owner-cvs-ports@FreeBSD.ORG Thu May 5 20:03:11 2005 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DC9C16A4CE; Thu, 5 May 2005 20:03:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DA1643D96; Thu, 5 May 2005 20:03:11 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j45K3AkW079010; Thu, 5 May 2005 20:03:10 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j45K3A5t079009; Thu, 5 May 2005 20:03:10 GMT (envelope-from sem) Message-Id: <200505052003.j45K3A5t079009@repoman.freebsd.org> From: Sergey Matveychuk Date: Thu, 5 May 2005 20:03:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/qmail Makefile distinfo pkg-install pkg-message pkg-plist ports/mail/qmail/files bootfiles.sed.in enable-qmail.in ports/mail/qmail-ldap Makefile pkg-message pkg-plist ports/mail/qmail-mysql Makefile pkg-message ... X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2005 20:03:11 -0000 sem 2005-05-05 20:03:10 UTC FreeBSD ports repository Modified files: mail/qmail Makefile distinfo pkg-install pkg-message pkg-plist mail/qmail-ldap Makefile pkg-message pkg-plist mail/qmail-mysql Makefile pkg-message mail/qmail-smtp_auth+tls Makefile pkg-plist mail/qmail-spamcontrol Makefile pkg-plist mail/qmail-spamcontrol/files patch-qmail-smtpd.c.patch mail/qmail-tls Makefile pkg-plist Added files: mail/qmail/files bootfiles.sed.in enable-qmail.in Log: o Pacify a lot of portlint WARN and FATAL messages o Change ${PERL} to ${SED} or ${REINPLACE_CMD} o Added patch patch-qmail-1.03-rfc2821.diff to search other MX servers when the first return a code > 500 and < 599 o Install mkaliasdir script on ${PREFIX}/scripts directory o Remove targets to disable-qmail and enable-sendmail and put it on a shell script that is installed on /var/qmail/scripts. Change messages reflect this. o Organize better pkg-plist o Remove thereal-post-patch target and put all on post-post-patch target o Add [0-9] to CONFLICTS on qmail-ldap port o Change LIB_DEPENDS to USE_MYSQL=yes on qmail-mysql port o Change qmail-spamcontrol to don't need more to apply patches mannualy PR: ports/79094 Submitted by: maintainer Revision Changes Path 1.36 +28 -31 ports/mail/qmail-ldap/Makefile 1.5 +2 -7 ports/mail/qmail-ldap/pkg-message 1.6 +89 -151 ports/mail/qmail-ldap/pkg-plist 1.13 +11 -15 ports/mail/qmail-mysql/Makefile 1.2 +2 -7 ports/mail/qmail-mysql/pkg-message 1.17 +12 -13 ports/mail/qmail-smtp_auth+tls/Makefile 1.3 +78 -131 ports/mail/qmail-smtp_auth+tls/pkg-plist 1.7 +10 -15 ports/mail/qmail-spamcontrol/Makefile 1.3 +1 -1 ports/mail/qmail-spamcontrol/files/patch-qmail-smtpd.c.patch 1.2 +19 -29 ports/mail/qmail-spamcontrol/pkg-plist 1.16 +12 -13 ports/mail/qmail-tls/Makefile 1.2 +77 -130 ports/mail/qmail-tls/pkg-plist 1.58 +54 -156 ports/mail/qmail/Makefile 1.24 +2 -0 ports/mail/qmail/distinfo 1.1 +15 -0 ports/mail/qmail/files/bootfiles.sed.in (new) 1.1 +86 -0 ports/mail/qmail/files/enable-qmail.in (new) 1.3 +121 -98 ports/mail/qmail/pkg-install 1.3 +2 -7 ports/mail/qmail/pkg-message 1.5 +76 -129 ports/mail/qmail/pkg-plist