Date: 4 Nov 2008 09:33:31 -0200 From: Renato Botelho <garga@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: scheidell@secnap.net Subject: ports/128578: [PATCH] mail/p5-Mail-SpamAssassin: Add missing dependency Message-ID: <20081104113331.15118.qmail@botelhor.bluepex.com> Resent-Message-ID: <200811041140.mA4Be0L1050438@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 128578 >Category: ports >Synopsis: [PATCH] mail/p5-Mail-SpamAssassin: Add missing dependency >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Nov 04 11:40:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Renato Botelho >Release: FreeBSD 8.0-CURRENT i386 >Organization: BluePex Security Solutions >Environment: System: FreeBSD botelhor.bplab.local 8.0-CURRENT FreeBSD 8.0-CURRENT #20 r184332: Mon Oct 27 11:56:42 BRST >Description: - sa-update depends of Package/Constants.pm to run, add this missing dependency to the port and bump PORTREVISION Port maintainer (scheidell@secnap.net) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Mail-SpamAssassin-3.2.5_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/mail/p5-Mail-SpamAssassin/Makefile,v retrieving revision 1.121 diff -u -u -r1.121 Makefile --- Makefile 21 Aug 2008 14:39:58 -0000 1.121 +++ Makefile 4 Nov 2008 11:32:07 -0000 @@ -7,6 +7,7 @@ PORTNAME= Mail-SpamAssassin PORTVERSION= 3.2.5 +PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_APACHE:S/$/:apache/} ${MASTER_SITE_PERL_CPAN:S/$/:cpan/} MASTER_SITE_SUBDIR= spamassassin/source/:apache Mail/:cpan @@ -22,7 +23,8 @@ p5-IO-Compress-Zlib>=2.04:${PORTSDIR}/archivers/p5-IO-Compress-Zlib \ p5-Compress-Zlib>=2.04:${PORTSDIR}/archivers/p5-Compress-Zlib \ ${SITE_PERL}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools \ - p5-Digest-SHA1>=2.11:${PORTSDIR}/security/p5-Digest-SHA1 + p5-Digest-SHA1>=2.11:${PORTSDIR}/security/p5-Digest-SHA1 \ + ${SITE_PERL}/Package/Constants.pm:${PORTSDIR}/devel/p5-Package-Constants RUN_DEPENDS= ${BUILD_DEPENDS} \ ${SITE_PERL}/Bundle/LWP.pm:${PORTSDIR}/www/p5-libwww \ --- p5-Mail-SpamAssassin-3.2.5_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081104113331.15118.qmail>