1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Update to 1.1.0

- Fix dependency on p5-BDB-LDAP

PR:		134642
Submitted by:	Chifeng Qu <chifeng@gmail.com> (maintainer)
This commit is contained in:
Dmitry Marakasov 2009-05-18 16:11:07 +00:00
parent a9bbbe725c
commit ad63e201d3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234147
2 changed files with 7 additions and 6 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= extmail
PORTVERSION= 1.0.9
PORTVERSION= 1.1.0
CATEGORIES= mail
MASTER_SITES= http://www.chifeng.name/dist/extmail/ \
http://mirror3.extmail.net/dist/
@ -31,11 +31,12 @@ SUB_FILES= pkg-message
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql
.endif
.if defined(WITH_LDAP)
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/LDAP.pm:${PORTSDIR}/databases/p5-DBD-LDAP
RUN_DEPENDS+= ${SITE_PERL}/DBD/LDAP.pm:${PORTSDIR}/databases/p5-DBD-LDAP
.endif
do-install:
@cd ${WRKSRC} && ${COPYTREE_BIN} . ${WWWDIR}
@${MKDIR} ${WWWDIR}
@cd ${WRKSRC} && ${CP} -Rfp * ${WWWDIR}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
MD5 (extmail-1.0.9.tar.gz) = 827a32785166dc73c9f03972122746b1
SHA256 (extmail-1.0.9.tar.gz) = 42c1fcf1aa8ec8adb82570b38d1c87469ae193778b551d7d810ba0ee2fed8dd1
SIZE (extmail-1.0.9.tar.gz) = 692142
MD5 (extmail-1.1.0.tar.gz) = ec2e2ad054ed6019476bcf077e6aad23
SHA256 (extmail-1.1.0.tar.gz) = 1d5761e7874ebcb7ed6ce50b50b24e7bc210ec5f5ec927b9fd491050b0860ce1
SIZE (extmail-1.1.0.tar.gz) = 692304