mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Move {mail,japanese}/p5-Mail-SpamAssassin to &/spamassassin, in the name of
improving accessibility. I think people who want to just find the port/package and install it are more likely to look for "spamassassin the program" than "spamassassin the perl module collection."
This commit is contained in:
parent
9cf06649a7
commit
531cd7932f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347936
2
MOVED
2
MOVED
@ -5703,3 +5703,5 @@ security/amavis-stats||2014-03-10|Has expired: No more public distfiles
|
|||||||
multimedia/smile||2014-03-10|Has expired: No more public distfiles
|
multimedia/smile||2014-03-10|Has expired: No more public distfiles
|
||||||
x11-fm/dfm||2014-03-10|Has expired: No more public distfiles
|
x11-fm/dfm||2014-03-10|Has expired: No more public distfiles
|
||||||
security/xyssl|security/polarssl|2014-03-10|Has expired: No more public distfiles
|
security/xyssl|security/polarssl|2014-03-10|Has expired: No more public distfiles
|
||||||
|
japanese/p5-Mail-SpamAssassin|japanese/spamassassin|2014-03-10|Moved to japanese/spamassassin
|
||||||
|
mail/p5-Mail-SpamAssassin|mail/spamassassin|2014-03-10|Moved to mail/spamassassin
|
||||||
|
@ -220,7 +220,6 @@
|
|||||||
SUBDIR += p5-Lingua-JA-Numbers
|
SUBDIR += p5-Lingua-JA-Numbers
|
||||||
SUBDIR += p5-Lingua-JA-Regular-Unicode
|
SUBDIR += p5-Lingua-JA-Regular-Unicode
|
||||||
SUBDIR += p5-Lingua-JA-Summarize-Extract
|
SUBDIR += p5-Lingua-JA-Summarize-Extract
|
||||||
SUBDIR += p5-Mail-SpamAssassin
|
|
||||||
SUBDIR += p5-MeCab
|
SUBDIR += p5-MeCab
|
||||||
SUBDIR += p5-Number-Phone-JP
|
SUBDIR += p5-Number-Phone-JP
|
||||||
SUBDIR += p5-PDFJ
|
SUBDIR += p5-PDFJ
|
||||||
@ -293,6 +292,7 @@
|
|||||||
SUBDIR += skkserv
|
SUBDIR += skkserv
|
||||||
SUBDIR += slimeforest
|
SUBDIR += slimeforest
|
||||||
SUBDIR += slrn
|
SUBDIR += slrn
|
||||||
|
SUBDIR += spamassassin
|
||||||
SUBDIR += srd-fpw
|
SUBDIR += srd-fpw
|
||||||
SUBDIR += srd-fpw-package
|
SUBDIR += srd-fpw-package
|
||||||
SUBDIR += suicavalue
|
SUBDIR += suicavalue
|
||||||
|
@ -1,20 +1,20 @@
|
|||||||
# Created by: TAOKA Fumiyoshi
|
# Created by: TAOKA Fumiyoshi
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= japanese mail perl5
|
CATEGORIES= japanese mail perl5
|
||||||
PKGNAMEPREFIX= ja-p5-
|
PKGNAMEPREFIX= ja-
|
||||||
|
|
||||||
MAINTAINER= masaki@club.kyutech.ac.jp
|
MAINTAINER= masaki@club.kyutech.ac.jp
|
||||||
COMMENT= SpamAssassin with patches to handle multibyte character
|
COMMENT= SpamAssassin with patches to handle multibyte character
|
||||||
|
|
||||||
LICENSE= APACHE20
|
LICENSE= APACHE20
|
||||||
|
|
||||||
MASTERDIR= ${.CURDIR}/../../mail/p5-Mail-SpamAssassin
|
MASTERDIR= ${.CURDIR}/../../mail/spamassassin
|
||||||
|
|
||||||
BUILD_DEPENDS= ja-p5-MeCab>=0.98:${PORTSDIR}/japanese/p5-MeCab
|
BUILD_DEPENDS= ja-p5-MeCab>=0.98:${PORTSDIR}/japanese/p5-MeCab
|
||||||
|
|
||||||
CONFLICTS= p5-Mail-SpamAssassin-[0-9]*
|
CONFLICTS= spamassassin-[0-9]*
|
||||||
|
|
||||||
EXTRA_PATCHES= ${.CURDIR}/files/spamassassin-ja.patch
|
EXTRA_PATCHES= ${.CURDIR}/files/spamassassin-ja.patch
|
||||||
|
|
@ -415,7 +415,6 @@
|
|||||||
SUBDIR += p5-Mail-SendEasy
|
SUBDIR += p5-Mail-SendEasy
|
||||||
SUBDIR += p5-Mail-Sender
|
SUBDIR += p5-Mail-Sender
|
||||||
SUBDIR += p5-Mail-Sendmail
|
SUBDIR += p5-Mail-Sendmail
|
||||||
SUBDIR += p5-Mail-SpamAssassin
|
|
||||||
SUBDIR += p5-Mail-Spool
|
SUBDIR += p5-Mail-Spool
|
||||||
SUBDIR += p5-Mail-Tools
|
SUBDIR += p5-Mail-Tools
|
||||||
SUBDIR += p5-Mail-Transport-Dbx
|
SUBDIR += p5-Mail-Transport-Dbx
|
||||||
@ -648,6 +647,7 @@
|
|||||||
SUBDIR += spamass-ixhash
|
SUBDIR += spamass-ixhash
|
||||||
SUBDIR += spamass-milter
|
SUBDIR += spamass-milter
|
||||||
SUBDIR += spamass-rules
|
SUBDIR += spamass-rules
|
||||||
|
SUBDIR += spamassassin
|
||||||
SUBDIR += spambnc
|
SUBDIR += spambnc
|
||||||
SUBDIR += spamcup
|
SUBDIR += spamcup
|
||||||
SUBDIR += spamd
|
SUBDIR += spamd
|
||||||
|
@ -6,7 +6,7 @@ PORTREVISION= 0
|
|||||||
|
|
||||||
COMMENT= SpamAssassin plugin for Claws Mail
|
COMMENT= SpamAssassin plugin for Claws Mail
|
||||||
|
|
||||||
RUN_DEPENDS= spamd:${PORTSDIR}/mail/p5-Mail-SpamAssassin
|
RUN_DEPENDS= spamd:${PORTSDIR}/mail/spamassassin
|
||||||
|
|
||||||
CLAWS_PLUGINS_BUILD= spamassassin
|
CLAWS_PLUGINS_BUILD= spamassassin
|
||||||
|
|
||||||
|
@ -66,7 +66,7 @@ CONFIGURE_ARGS+=--with-openldap=no
|
|||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MSPAMASSASSIN}
|
.if ${PORT_OPTIONS:MSPAMASSASSIN}
|
||||||
RUN_DEPENDS+= spamassassin:${PORTSDIR}/mail/p5-Mail-SpamAssassin
|
RUN_DEPENDS+= spamassassin:${PORTSDIR}/mail/spamassassin
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if defined(HEIMDAL_HOME) || defined(WITH_HEIMDAL) || defined(NO_KERBEROS)
|
.if defined(HEIMDAL_HOME) || defined(WITH_HEIMDAL) || defined(NO_KERBEROS)
|
||||||
|
@ -449,7 +449,7 @@ SEDLIST+= -e 's,XX_SRS_FLAGS_XX,,' \
|
|||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MSA_EXIM}
|
.if ${PORT_OPTIONS:MSA_EXIM}
|
||||||
RUN_DEPENDS+= ${LOCALBASE}/bin/spamc:${PORTSDIR}/mail/p5-Mail-SpamAssassin
|
RUN_DEPENDS+= ${LOCALBASE}/bin/spamc:${PORTSDIR}/mail/spamassassin
|
||||||
PLIST_SUB+= SA_EXIM=""
|
PLIST_SUB+= SA_EXIM=""
|
||||||
.else
|
.else
|
||||||
PLIST_SUB+= SA_EXIM="@comment "
|
PLIST_SUB+= SA_EXIM="@comment "
|
||||||
|
@ -13,7 +13,7 @@ EXTRACT_SUFX= .tgz
|
|||||||
MAINTAINER= decke@FreeBSD.org
|
MAINTAINER= decke@FreeBSD.org
|
||||||
COMMENT= Scan an IMAP inbox for spam using SpamAssassin
|
COMMENT= Scan an IMAP inbox for spam using SpamAssassin
|
||||||
|
|
||||||
RUN_DEPENDS+= spamassassin:${PORTSDIR}/mail/p5-Mail-SpamAssassin
|
RUN_DEPENDS+= spamassassin:${PORTSDIR}/mail/spamassassin
|
||||||
|
|
||||||
DISTDATE= 20100303
|
DISTDATE= 20100303
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
|
@ -65,7 +65,7 @@ OPTIONS_DEFAULT= SPAMASSASSIN CLAMAV
|
|||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MSPAMASSASSIN}
|
.if ${PORT_OPTIONS:MSPAMASSASSIN}
|
||||||
RUN_DEPENDS+= spamassassin:${PORTSDIR}/mail/p5-Mail-SpamAssassin
|
RUN_DEPENDS+= spamassassin:${PORTSDIR}/mail/spamassassin
|
||||||
PLIST_SUB+= SPAMASSASSIN=""
|
PLIST_SUB+= SPAMASSASSIN=""
|
||||||
.else
|
.else
|
||||||
PLIST_SUB+= SPAMASSASSIN="@comment "
|
PLIST_SUB+= SPAMASSASSIN="@comment "
|
||||||
|
@ -16,7 +16,7 @@ BUILD_DEPENDS= \
|
|||||||
p5-MIME-Tools>=5.417:${PORTSDIR}/mail/p5-MIME-Tools \
|
p5-MIME-Tools>=5.417:${PORTSDIR}/mail/p5-MIME-Tools \
|
||||||
p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \
|
p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \
|
||||||
p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
|
p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
|
||||||
p5-Mail-SpamAssassin>=3.0:${PORTSDIR}/mail/p5-Mail-SpamAssassin
|
spamassassin>=3.0:${PORTSDIR}/mail/spamassassin
|
||||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
OPTIONS_DEFINE= CLAMAV EXAMPLES DOCS
|
OPTIONS_DEFINE= CLAMAV EXAMPLES DOCS
|
||||||
|
@ -101,7 +101,7 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/tnef:${PORTSDIR}/converters/tnef
|
|||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MSPAMCHECK}
|
.if ${PORT_OPTIONS:MSPAMCHECK}
|
||||||
RUN_DEPENDS+= p5-Mail-SpamAssassin>=0:${PORTSDIR}/mail/p5-Mail-SpamAssassin
|
RUN_DEPENDS+= spamassassin>=0:${PORTSDIR}/mail/spamassassin
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MSPEEDYCGI}
|
.if ${PORT_OPTIONS:MSPEEDYCGI}
|
||||||
|
@ -18,7 +18,7 @@ RUN_DEPENDS= giftopnm:${PORTSDIR}/graphics/netpbm \
|
|||||||
gocr:${PORTSDIR}/graphics/gocr \
|
gocr:${PORTSDIR}/graphics/gocr \
|
||||||
ocrad:${PORTSDIR}/graphics/ocrad \
|
ocrad:${PORTSDIR}/graphics/ocrad \
|
||||||
gifasm:${PORTSDIR}/graphics/giflib \
|
gifasm:${PORTSDIR}/graphics/giflib \
|
||||||
spamassassin:${PORTSDIR}/mail/p5-Mail-SpamAssassin \
|
spamassassin:${PORTSDIR}/mail/spamassassin \
|
||||||
p5-MLDBM>=0:${PORTSDIR}/databases/p5-MLDBM \
|
p5-MLDBM>=0:${PORTSDIR}/databases/p5-MLDBM \
|
||||||
p5-MLDBM-Sync>=0:${PORTSDIR}/databases/p5-MLDBM-Sync \
|
p5-MLDBM-Sync>=0:${PORTSDIR}/databases/p5-MLDBM-Sync \
|
||||||
p5-String-Approx>=0:${PORTSDIR}/devel/p5-String-Approx
|
p5-String-Approx>=0:${PORTSDIR}/devel/p5-String-Approx
|
||||||
|
@ -17,7 +17,7 @@ RUN_DEPENDS= giftopnm:${PORTSDIR}/graphics/netpbm \
|
|||||||
import:${PORTSDIR}/graphics/ImageMagick \
|
import:${PORTSDIR}/graphics/ImageMagick \
|
||||||
gocr:${PORTSDIR}/graphics/gocr \
|
gocr:${PORTSDIR}/graphics/gocr \
|
||||||
gifasm:${PORTSDIR}/graphics/giflib \
|
gifasm:${PORTSDIR}/graphics/giflib \
|
||||||
spamassassin:${PORTSDIR}/mail/p5-Mail-SpamAssassin \
|
spamassassin:${PORTSDIR}/mail/spamassassin \
|
||||||
p5-String-Approx>=0:${PORTSDIR}/devel/p5-String-Approx
|
p5-String-Approx>=0:${PORTSDIR}/devel/p5-String-Approx
|
||||||
|
|
||||||
CONFLICTS= p5-FuzzyOcr-devel-[0-9]*
|
CONFLICTS= p5-FuzzyOcr-devel-[0-9]*
|
||||||
|
@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5-
|
|||||||
MAINTAINER= perl@FreeBSD.org
|
MAINTAINER= perl@FreeBSD.org
|
||||||
COMMENT= Flexible SMTP daemon written in Perl and featuring a plugin API
|
COMMENT= Flexible SMTP daemon written in Perl and featuring a plugin API
|
||||||
|
|
||||||
BUILD_DEPENDS= spamd:${PORTSDIR}/mail/p5-Mail-SpamAssassin \
|
BUILD_DEPENDS= spamd:${PORTSDIR}/mail/spamassassin \
|
||||||
p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper \
|
p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper \
|
||||||
p5-File-Temp>=0:${PORTSDIR}/devel/p5-File-Temp \
|
p5-File-Temp>=0:${PORTSDIR}/devel/p5-File-Temp \
|
||||||
p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \
|
p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \
|
||||||
|
@ -11,7 +11,7 @@ DISTFILES= # none
|
|||||||
MAINTAINER= matthew@FreeBSD.org
|
MAINTAINER= matthew@FreeBSD.org
|
||||||
COMMENT= SpamAssassin nightly periodic maintenance
|
COMMENT= SpamAssassin nightly periodic maintenance
|
||||||
|
|
||||||
RUN_DEPENDS= sa-update:${PORTSDIR}/mail/p5-Mail-SpamAssassin
|
RUN_DEPENDS= sa-update:${PORTSDIR}/mail/spamassassin
|
||||||
|
|
||||||
OPTIONS_DEFINE= SACOMPILE
|
OPTIONS_DEFINE= SACOMPILE
|
||||||
SACOMPILE_DESC= Enable sa-compile support
|
SACOMPILE_DESC= Enable sa-compile support
|
||||||
|
@ -63,7 +63,7 @@ BUILD_DEPENDS+= ripmime:${PORTSDIR}/mail/ripmime
|
|||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MSPAMD}
|
.if ${PORT_OPTIONS:MSPAMD}
|
||||||
BUILD_DEPENDS+= spamassassin:${PORTSDIR}/mail/p5-Mail-SpamAssassin
|
BUILD_DEPENDS+= spamassassin:${PORTSDIR}/mail/spamassassin
|
||||||
CONFIGURE_ARGS+=--enable-spam=y
|
CONFIGURE_ARGS+=--enable-spam=y
|
||||||
CONFIGURE_ARGS+=--enable-spamassassin-path=${LOCALBASE}/bin/spamassassin
|
CONFIGURE_ARGS+=--enable-spamassassin-path=${LOCALBASE}/bin/spamassassin
|
||||||
.endif
|
.endif
|
||||||
|
@ -12,7 +12,7 @@ EXTRACT_SUFX= .tgz
|
|||||||
MAINTAINER= michael@ranner.eu
|
MAINTAINER= michael@ranner.eu
|
||||||
COMMENT= The iXhash plugin for SpamAssassin
|
COMMENT= The iXhash plugin for SpamAssassin
|
||||||
|
|
||||||
RUN_DEPENDS= spamc:${PORTSDIR}/mail/p5-Mail-SpamAssassin \
|
RUN_DEPENDS= spamc:${PORTSDIR}/mail/spamassassin \
|
||||||
p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 \
|
p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 \
|
||||||
p5-Net-DNS>=0.63:${PORTSDIR}/dns/p5-Net-DNS
|
p5-Net-DNS>=0.63:${PORTSDIR}/dns/p5-Net-DNS
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ MASTER_SITE_SUBDIR= spamass-milt
|
|||||||
MAINTAINER= m.tsatsenko@gmail.com
|
MAINTAINER= m.tsatsenko@gmail.com
|
||||||
COMMENT= Sendmail Milter (mail filter) plugin for SpamAssassin
|
COMMENT= Sendmail Milter (mail filter) plugin for SpamAssassin
|
||||||
|
|
||||||
BUILD_DEPENDS= spamc:${PORTSDIR}/mail/p5-Mail-SpamAssassin
|
BUILD_DEPENDS= spamc:${PORTSDIR}/mail/spamassassin
|
||||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
@ -8,7 +8,7 @@ MASTER_SITES= http://www.ranner.eu/stuff/
|
|||||||
MAINTAINER= michael@ranner.eu
|
MAINTAINER= michael@ranner.eu
|
||||||
COMMENT= Custom rulesets for SpamAssassin
|
COMMENT= Custom rulesets for SpamAssassin
|
||||||
|
|
||||||
RUN_DEPENDS= spamc:${PORTSDIR}/mail/p5-Mail-SpamAssassin
|
RUN_DEPENDS= spamc:${PORTSDIR}/mail/spamassassin
|
||||||
|
|
||||||
NO_OPTIONS_SORT= yes
|
NO_OPTIONS_SORT= yes
|
||||||
OPTIONS_DEFINE= \
|
OPTIONS_DEFINE= \
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
# Created by: Anthony Kim
|
# Created by: Anthony Kim
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= Mail-SpamAssassin
|
PORTNAME= spamassassin
|
||||||
PORTVERSION= 3.4.0
|
PORTVERSION= 3.4.0
|
||||||
PORTREVISION?= 2 # committer: please bump PORTREVISION on Slaves
|
PORTREVISION?= 3 # also bump japanese/spamassassin
|
||||||
CATEGORIES?= mail perl5
|
CATEGORIES?= mail perl5
|
||||||
MASTER_SITES= ${MASTER_SITE_APACHE:S/$/:apache/} ${MASTER_SITE_PERL_CPAN:S/$/:cpan/}
|
MASTER_SITES= ${MASTER_SITE_APACHE:S/$/:apache/} ${MASTER_SITE_PERL_CPAN:S/$/:cpan/}
|
||||||
MASTER_SITE_SUBDIR= spamassassin/source/:apache Mail/:cpan
|
MASTER_SITE_SUBDIR= spamassassin/source/:apache Mail/:cpan
|
||||||
PKGNAMEPREFIX?= p5-
|
DISTNAME= Mail-SpamAssassin-${PORTVERSION}
|
||||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:apache,cpan
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:apache,cpan
|
||||||
|
|
||||||
MAINTAINER?= adamw@FreeBSD.org
|
MAINTAINER?= adamw@FreeBSD.org
|
||||||
@ -24,7 +24,7 @@ BUILD_DEPENDS= p5-NetAddr-IP>=4.00.7:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \
|
|||||||
RUN_DEPENDS= ${BUILD_DEPENDS} \
|
RUN_DEPENDS= ${BUILD_DEPENDS} \
|
||||||
re2c>=.12.0:${PORTSDIR}/devel/re2c
|
re2c>=.12.0:${PORTSDIR}/devel/re2c
|
||||||
|
|
||||||
CONFLICTS?= ja-p5-Mail-SpamAssassin-[0-9]*
|
CONFLICTS?= ja-spamassassin-[0-9]*
|
||||||
|
|
||||||
USES= perl5
|
USES= perl5
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
@ -10,7 +10,7 @@ MASTER_SITES= http://www.worlddesign.com/Content/rd/mta/spampd/
|
|||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Spamassassin SMTP Proxy
|
COMMENT= Spamassassin SMTP Proxy
|
||||||
|
|
||||||
RUN_DEPENDS= spamc:${PORTSDIR}/mail/p5-Mail-SpamAssassin \
|
RUN_DEPENDS= spamc:${PORTSDIR}/mail/spamassassin \
|
||||||
p5-Net-Server>=0:${PORTSDIR}/net/p5-Net-Server
|
p5-Net-Server>=0:${PORTSDIR}/net/p5-Net-Server
|
||||||
|
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
|
@ -173,8 +173,8 @@ MAILDROP_BUILD_DEPENDS= maildrop:${PORTSDIR}/${MAILDROP_PORT}
|
|||||||
SPAMASSASSIN_CONFIGURE_ON= --enable-spamassassin \
|
SPAMASSASSIN_CONFIGURE_ON= --enable-spamassassin \
|
||||||
--enable-spamc-prog=${LOCALBASE}/bin/spamc \
|
--enable-spamc-prog=${LOCALBASE}/bin/spamc \
|
||||||
--enable-spam-threshold=${SPAM_THRESHOLD}
|
--enable-spam-threshold=${SPAM_THRESHOLD}
|
||||||
SPAMASSASSIN_BUILD_DEPENDS= spamc:${PORTSDIR}/mail/p5-Mail-SpamAssassin
|
SPAMASSASSIN_BUILD_DEPENDS= spamc:${PORTSDIR}/mail/spamassassin
|
||||||
SPAMASSASSIN_RUN_DEPENDS= spamc:${PORTSDIR}/mail/p5-Mail-SpamAssassin
|
SPAMASSASSIN_RUN_DEPENDS= spamc:${PORTSDIR}/mail/spamassassin
|
||||||
SPAMFOLDER_CONFIGURE_ON= --enable-spam-junkfolder
|
SPAMFOLDER_CONFIGURE_ON= --enable-spam-junkfolder
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
@ -49,7 +49,7 @@ MYSQL_DESC= Use MySQL for lookups/logging/quarantine
|
|||||||
PGSQL_DESC= Use PgSQL for lookups/logging/quarantine
|
PGSQL_DESC= Use PgSQL for lookups/logging/quarantine
|
||||||
LDAP_DESC= Use LDAP for lookups
|
LDAP_DESC= Use LDAP for lookups
|
||||||
SASL_DESC= Use SASL authentication
|
SASL_DESC= Use SASL authentication
|
||||||
SPAMASSASSIN_DESC= Use mail/p5-Mail-SpamAssassin
|
SPAMASSASSIN_DESC= Use mail/spamassassin
|
||||||
P0F_DESC= Passive operating system fingerprinting
|
P0F_DESC= Passive operating system fingerprinting
|
||||||
ALTERMIME_DESC= Use AlterMime for defanging/disclaimers
|
ALTERMIME_DESC= Use AlterMime for defanging/disclaimers
|
||||||
FILE_DESC= Use newer file(1) utility from ports
|
FILE_DESC= Use newer file(1) utility from ports
|
||||||
@ -120,7 +120,7 @@ RUN_DEPENDS+= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL
|
|||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MSPAMASSASSIN}
|
.if ${PORT_OPTIONS:MSPAMASSASSIN}
|
||||||
RUN_DEPENDS+= p5-Mail-SpamAssassin>=0:${PORTSDIR}/mail/p5-Mail-SpamAssassin
|
RUN_DEPENDS+= spamassassin>=0:${PORTSDIR}/mail/spamassassin
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MP0F}
|
.if ${PORT_OPTIONS:MP0F}
|
||||||
|
@ -170,7 +170,7 @@ RUN_DEPENDS+= clamd:${PORTSDIR}/security/clamav
|
|||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MSPAMASSASSIN}
|
.if ${PORT_OPTIONS:MSPAMASSASSIN}
|
||||||
RUN_DEPENDS+= p5-Mail-SpamAssassin>=0:${PORTSDIR}/mail/p5-Mail-SpamAssassin
|
RUN_DEPENDS+= spamassassin>=0:${PORTSDIR}/mail/spamassassin
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MGRAPHICS}
|
.if ${PORT_OPTIONS:MGRAPHICS}
|
||||||
|
@ -98,7 +98,7 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/sasl2/libcrammd5.so:${PORTSDIR}/security/cyrus-sa
|
|||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if defined(WITH_SPAMASSASSIN)
|
.if defined(WITH_SPAMASSASSIN)
|
||||||
RUN_DEPENDS+= ${LOCALBASE}/bin/spamd:${PORTSDIR}/mail/p5-Mail-SpamAssassin
|
RUN_DEPENDS+= ${LOCALBASE}/bin/spamd:${PORTSDIR}/mail/spamassassin
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if defined(WITH_CLAMAV)
|
.if defined(WITH_CLAMAV)
|
||||||
|
@ -295,7 +295,7 @@ BUILD_DEPENDS+= p5-YAML-Syck>=0:${PORTSDIR}/textproc/p5-YAML-Syck
|
|||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MFILSPAMASSN}
|
.if ${PORT_OPTIONS:MFILSPAMASSN}
|
||||||
BUILD_DEPENDS+= p5-Mail-SpamAssassin>=0:${PORTSDIR}/mail/p5-Mail-SpamAssassin
|
BUILD_DEPENDS+= spamassassin>=0:${PORTSDIR}/mail/spamassassin
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MPROFANITY}
|
.if ${PORT_OPTIONS:MPROFANITY}
|
||||||
|
Loading…
Reference in New Issue
Block a user