Date: Fri, 28 Dec 2007 15:50:02 GMT From: Felippe de Meirelles Motta <lippemail@gmail.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/119081: mail/qmail-scanner port requires daemontools (setuidgid) Message-ID: <200712281550.lBSFo2JH036723@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/119081; it has been noted by GNATS. From: Felippe de Meirelles Motta <lippemail@gmail.com> To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/119081: mail/qmail-scanner port requires daemontools (setuidgid) Date: Fri, 28 Dec 2007 13:17:04 -0200 This is a multi-part message in MIME format. --------------010508050704020809060700 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Edwin Groothuis wrote: > Maintainer of mail/qmail-scanner, > > Please note that PR ports/119081 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/119081 > > Thanks for your report, i sent the patch as attach, with some others minor changes. --------------010508050704020809060700 Content-Type: text/plain; name="qmail-scanner.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="qmail-scanner.txt" Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/qmail-scanner/Makefile,v retrieving revision 1.20 diff -u -r1.20 Makefile --- Makefile 18 Dec 2007 16:31:11 -0000 1.20 +++ Makefile 28 Dec 2007 15:14:46 -0000 @@ -7,7 +7,7 @@ PORTNAME= qmail-scanner PORTVERSION= 2.01 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail security MASTER_SITES= SF EXTRACT_SUFX= .tgz @@ -18,11 +18,13 @@ RUN_DEPENDS+= reformime:${PORTSDIR}/mail/maildrop \ unzip:${PORTSDIR}/archivers/unzip \ ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ - ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 + ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ + setuidgid:${PORTSDIR}/sysutils/daemontools BUILD_DEPENDS+= reformime:${PORTSDIR}/mail/maildrop \ unzip:${PORTSDIR}/archivers/unzip \ ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ - ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 + ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ + setuidgid:${PORTSDIR}/sysutils/daemontools CONFLICTS= qmail-scanner-1.* @@ -227,12 +229,8 @@ do-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR}/contrib -. for i in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/contrib/${i} ${DOCSDIR}/contrib -. endfor -. for j in ${CONTRIB} - ${INSTALL_SCRIPT} ${WRKSRC}/contrib/${j} ${DOCSDIR}/contrib -. endfor + @${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/contrib/,} ${DOCSDIR}/contrib + @${INSTALL_SCRIPT} ${CONTRIB:S,^,${WRKSRC}/contrib/,} ${DOCSDIR}/contrib .endif @${MKDIR} ${SPOOLDIR} @${INSTALL_SCRIPT} ${WRKSRC}/qmail-scanner-queue.pl ${PREFIX}/bin --------------010508050704020809060700--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712281550.lBSFo2JH036723>