aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2008-12-25 22:55:17 +0800
committerpgollucci <pgollucci@FreeBSD.org>2008-12-25 22:55:17 +0800
commitfc503b95d084442899c64877d82d15b6954d0fe0 (patch)
tree2707edd1b006cf1cd6c16fd0e8640c8f7bff65b8 /mail
parentb8320a20635952950561089ec4842af42ff72eb1 (diff)
downloadfreebsd-ports-gnome-fc503b95d084442899c64877d82d15b6954d0fe0.tar.gz
freebsd-ports-gnome-fc503b95d084442899c64877d82d15b6954d0fe0.tar.zst
freebsd-ports-gnome-fc503b95d084442899c64877d82d15b6954d0fe0.zip
- Depend on mail/p5-Clamd which required security/clamav
- Rename files/qpsmtpd.sh.in -> files/qpsmtpd.in Approved by: araujo (mentor, implicit)
Diffstat (limited to 'mail')
-rw-r--r--mail/p5-qpsmtpd/Makefile6
-rw-r--r--mail/p5-qpsmtpd/files/qpsmtpd.in (renamed from mail/p5-qpsmtpd/files/qpsmtpd.sh.in)0
2 files changed, 3 insertions, 3 deletions
diff --git a/mail/p5-qpsmtpd/Makefile b/mail/p5-qpsmtpd/Makefile
index 00322b1a52ad..991da176ba06 100644
--- a/mail/p5-qpsmtpd/Makefile
+++ b/mail/p5-qpsmtpd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= qpsmtpd
PORTVERSION= 0.40
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= mail perl5
MASTER_SITES= http://smtpd.develooper.com/files/
PKGNAMEPREFIX= p5-
@@ -27,7 +27,7 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
${SITE_PERL}/${PERL_ARCH}/Geo/IP.pm:${PORTSDIR}/net/p5-Geo-IP \
${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap \
${SITE_PERL}/Digest/HMAC_MD5.pm:${PORTSDIR}/security/p5-Digest-HMAC \
- clamd:${PORTSDIR}/security/clamav
+ ${SITE_PERL}/Clamd.pm:${PORTSDIR}/mail/p5-Clamd
WRKSRC= ${WRKDIR}/${DISTNAME}
PERL_CONFIGURE= yes
@@ -43,7 +43,7 @@ MAN3= Qpsmtpd::Command.3 \
Qpsmtpd::Postfix.3 \
Apache::Qpsmtpd.3
-USE_RC_SUBR= qpsmtpd.sh
+USE_RC_SUBR= qpsmtpd
pre-configure:
@${RM} ${WRKSRC}/plugins/milter
diff --git a/mail/p5-qpsmtpd/files/qpsmtpd.sh.in b/mail/p5-qpsmtpd/files/qpsmtpd.in
index 7ec7533403b6..7ec7533403b6 100644
--- a/mail/p5-qpsmtpd/files/qpsmtpd.sh.in
+++ b/mail/p5-qpsmtpd/files/qpsmtpd.in