aboutsummaryrefslogtreecommitdiff
path: root/devel/otrs
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2010-01-29 03:01:29 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2010-01-29 03:01:29 +0000
commit97665e1c08678e06ff0cc5dcb75661ebed7aa99d (patch)
treee25bc810a68b8be932389ee085b218073b30c93f /devel/otrs
parent03174d91effd822a4d92b4f1faa0fa18199f72c5 (diff)
downloadports-97665e1c08678e06ff0cc5dcb75661ebed7aa99d.tar.gz
ports-97665e1c08678e06ff0cc5dcb75661ebed7aa99d.zip
Notes
Diffstat (limited to 'devel/otrs')
-rw-r--r--devel/otrs/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/devel/otrs/Makefile b/devel/otrs/Makefile
index 41e73290e5ed..9154f98cff5d 100644
--- a/devel/otrs/Makefile
+++ b/devel/otrs/Makefile
@@ -7,6 +7,7 @@
PORTNAME= otrs
PORTVERSION= 2.4.6
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://ftp.otrs.org/pub/otrs/ \
ftp://ftp.samurai.com/pub/otrs/ \
@@ -16,15 +17,12 @@ MASTER_SITES= http://ftp.otrs.org/pub/otrs/ \
MAINTAINER= skv@FreeBSD.org
COMMENT= Open Ticket Request System
-BUILD_DEPENDS= p5-CGI.pm>=3.33:${PORTSDIR}/www/p5-CGI.pm \
- ${SITE_PERL}/${PERL_ARCH}/Date/Pcalc.pm:${PORTSDIR}/devel/p5-Date-Pcalc \
+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Date/Pcalc.pm:${PORTSDIR}/devel/p5-Date-Pcalc \
${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate \
${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
- ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
${SITE_PERL}/Crypt/PasswdMD5.pm:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \
${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
${SITE_PERL}/IO/Stringy.pm:${PORTSDIR}/devel/p5-IO-stringy \
- ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
${SITE_PERL}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools \
p5-MIME-Tools>=5.427:${PORTSDIR}/mail/p5-MIME-Tools \
${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
@@ -90,14 +88,12 @@ RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \
.endif
.ifdef WITH_SMTP
-RUN_DEPENDS+= ${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \
- p5-Net-SMTP-SSL>=0:${PORTSDIR}/mail/p5-Net-SMTP-SSL \
+RUN_DEPENDS+= p5-Net-SMTP-SSL>=0:${PORTSDIR}/mail/p5-Net-SMTP-SSL \
${SITE_PERL}/Authen/SASL.pm:${PORTSDIR}/security/p5-Authen-SASL
.endif
.ifdef WITH_POP3
-RUN_DEPENDS+= ${SITE_PERL}/Net/POP3.pm:${PORTSDIR}/net/p5-Net \
- ${SITE_PERL}/Mail/POP3Client.pm:${PORTSDIR}/mail/p5-Mail-POP3Client
+RUN_DEPENDS+= ${SITE_PERL}/Mail/POP3Client.pm:${PORTSDIR}/mail/p5-Mail-POP3Client
.endif
.ifdef WITH_IMAP