summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-03-11 21:49:40 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-03-11 21:49:40 +0000
commit531cd7932f76c19261d0b70e67037739884cf60a (patch)
tree7c7c408a52b143121035d7bda8f7d6d99104c54e /security
parent- Add patches forgotten in previous commit (diff)
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."
Notes
Notes: svn path=/head/; revision=347936
Diffstat (limited to 'security')
-rw-r--r--security/amavisd-new/Makefile4
-rw-r--r--security/maia/Makefile2
2 files changed, 3 insertions, 3 deletions
diff --git a/security/amavisd-new/Makefile b/security/amavisd-new/Makefile
index f6d2b97e7b74..92b0b227d9f2 100644
--- a/security/amavisd-new/Makefile
+++ b/security/amavisd-new/Makefile
@@ -49,7 +49,7 @@ MYSQL_DESC= Use MySQL for lookups/logging/quarantine
PGSQL_DESC= Use PgSQL for lookups/logging/quarantine
LDAP_DESC= Use LDAP for lookups
SASL_DESC= Use SASL authentication
-SPAMASSASSIN_DESC= Use mail/p5-Mail-SpamAssassin
+SPAMASSASSIN_DESC= Use mail/spamassassin
P0F_DESC= Passive operating system fingerprinting
ALTERMIME_DESC= Use AlterMime for defanging/disclaimers
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
.if ${PORT_OPTIONS:MSPAMASSASSIN}
-RUN_DEPENDS+= p5-Mail-SpamAssassin>=0:${PORTSDIR}/mail/p5-Mail-SpamAssassin
+RUN_DEPENDS+= spamassassin>=0:${PORTSDIR}/mail/spamassassin
.endif
.if ${PORT_OPTIONS:MP0F}
diff --git a/security/maia/Makefile b/security/maia/Makefile
index c870311ab30b..1b7f16769442 100644
--- a/security/maia/Makefile
+++ b/security/maia/Makefile
@@ -170,7 +170,7 @@ RUN_DEPENDS+= clamd:${PORTSDIR}/security/clamav
.endif
.if ${PORT_OPTIONS:MSPAMASSASSIN}
-RUN_DEPENDS+= p5-Mail-SpamAssassin>=0:${PORTSDIR}/mail/p5-Mail-SpamAssassin
+RUN_DEPENDS+= spamassassin>=0:${PORTSDIR}/mail/spamassassin
.endif
.if ${PORT_OPTIONS:MGRAPHICS}