mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Fix build on 4-STABLE with system perl only (not port); fix error in
pkg-plist causing spurious errors on deinstall. PR: 43156
This commit is contained in:
parent
b6f523b05b
commit
46b24ad817
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67005
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= Mail-SpamAssassin
|
||||
PORTVERSION= 2.41
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail perl5
|
||||
MASTER_SITES= http://spamassassin.org/released/ \
|
||||
${MASTER_SITE_PERL_CPAN}
|
||||
@ -17,15 +17,15 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= ports@geeksrus.net
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/mach/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS} \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
|
||||
razor-client:${PORTSDIR}/mail/razor-agents
|
||||
|
||||
.if !defined(PERL_VERSION) || ${PERL_VERSION} != "5.8.0"
|
||||
RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser
|
||||
.endif
|
||||
PODPARSER= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser
|
||||
RUN_DEPENDS+= ${PODPARSER}
|
||||
BUILD_DEPENDS+= ${PODPARSER}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
@ -26,10 +26,6 @@ lib/perl5/site_perl/%%PERL_VER%%/Mail/SpamAssassin/Message.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Mail/SpamAssassin/EncappedMessage.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Mail/SpamAssassin/EvalTests.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Mail/SpamAssassin/Locales.pm
|
||||
lib/perl5/%%PERL_VER%%/man/man3/Mail::SpamAssassin::Conf.3.gz
|
||||
lib/perl5/%%PERL_VER%%/man/man3/Mail::SpamAssassin.3.gz
|
||||
lib/perl5/%%PERL_VER%%/man/man3/Mail::SpamAssassin::PerMsgStatus.3.gz
|
||||
lib/perl5/%%PERL_VER%%/man/man3/Mail::SpamAssassin::PersistentAddrList.3.gz
|
||||
%%PORTDOCS%%share/doc/p5-Mail-SpamAssassin/README.sql
|
||||
%%PORTDOCS%%share/doc/p5-Mail-SpamAssassin/Changes
|
||||
%%PORTDOCS%%share/doc/p5-Mail-SpamAssassin/README
|
||||
|
Loading…
Reference in New Issue
Block a user