ae5f3a3713
- Major changes compared to turba 2.1.4 are: - Fix some fatal errors caused by the IMSP driver when deleting certain contacts and while adding contacts to lists in certain cases. - Fix adding contacts to a new contact list in a source other than the source the contacts being added are from. - Fix paging through search results from another than the default address book. - Fix copy/moving contacts to a new contact list. Approved by: sat (mentor, implicit)
26 lines
592 B
Makefile
26 lines
592 B
Makefile
# Ports collection makefile for: turba
|
|
# Date created: Sat Nov 16, 2001
|
|
# Whom: Thierry Thomas (<thierry@thomas.as>)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= turba
|
|
PORTVERSION= 2.1.5
|
|
CATEGORIES= mail www
|
|
|
|
MAINTAINER= beech@FreeBSD.org
|
|
COMMENT= Contact management application
|
|
|
|
USE_HORDE= base
|
|
USE_PHP= ldap
|
|
USE_GETTEXT= yes
|
|
|
|
PORTDOCS= README CHANGES CREDITS INSTALL LDAP RELEASE_NOTES TODO UPGRADING
|
|
|
|
pre-patch:
|
|
@${REINPLACE_CMD} -e "s:/usr/bin/ldapadd:${LOCALBASE}/bin/ldapadd:" \
|
|
${WRKSRC}/scripts/ldap/addou.pl
|
|
|
|
.include "${.CURDIR}/../../www/horde-base/bsd.horde.mk"
|
|
.include <bsd.port.mk>
|