1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

- add SQLPW "Change *SQL passwords plugin" (mail/squirrelmail-change_sqlpass-plugin)

- add BUTTONS "Custom (spam/ham/etc.) buttons" (mail/squirrelmail-spam-buttons-plugin)
- fix OPTION name for mail/squirrelmail-change_ldappass-plugin: LDAPPWD -> LDAPPW
- pet portlint
- bump PORTREVISION

Approved by:	miwi (with maintainer's implicit approval)
This commit is contained in:
Ion-Mihai Tetcu 2008-02-17 00:48:49 +00:00
parent d841085f41
commit cf6f839277
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207437

View File

@ -6,6 +6,7 @@
PORTNAME= squirrelmail-plugins
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= mail www
MASTER_SITES= # none
DISTFILES= # none
@ -30,10 +31,10 @@ SUB_LIST+= "SQUIRRELDIR=squirrelmail"
.endif
.endif
OPTIONS= SIEVE "Sieve Mail Filters plugin" off \
CALENDR "Shared Calendars plugin" off \
LDAPPWD "Change LDAP passwords plugin" off \
LDAPPW "Change LDAP passwords plugin" off \
SQLPW "Change *SQL passwords plugin" off \
MAILFT "E-mail footer plugin" off \
LGAUTH "HTTP-auth based login plugin" off \
LGNOTES "Notes on login screen plugin" off \
@ -45,13 +46,14 @@ OPTIONS= SIEVE "Sieve Mail Filters plugin" off \
QMADMIN "Qmailadmin login plugin" off \
QUOTA "Quota usage plugin" off \
SASQL "SpamAssassin SQL plugin" off \
BUTTONS "Custom (spam/ham/etc.) buttons" off \
SLOGIN "SSL login plugin" off \
TIMEOUT "User session timeout plugin" off \
TMDA "TMDA plugin" off \
VLOGIN "Multi-site-hosting capabilities plugin" off \
WEBSRCH "Web search engines plugin" off \
WETTER "Weather in Germany plugin" off
# NEWUSER "New user wizard plugin" off
# NEWUSER "New user wizard plugin" off
.include <bsd.port.pre.mk>
@ -67,6 +69,10 @@ RUN_DEPENDS+= ${SQUIRRELDIR}/plugins/calendar:${PORTSDIR}/mail/squirrelmail-sha
RUN_DEPENDS+= ${SQUIRRELDIR}/plugins/change_ldappass:${PORTSDIR}/mail/squirrelmail-change_ldappass-plugin
.endif
.if !defined(WITHOUT_SQLPW) || defined(WITH_SQLPW)
RUN_DEPENDS+= ${SQUIRRELDIR}/plugins/change_sqlpass:${PORTSDIR}/mail/squirrelmail-change_sqlpass-plugin
.endif
.if !defined(WITHOUT_MAILFT) || defined(WITH_MAILFT)
RUN_DEPENDS+= ${SQUIRRELDIR}/plugins/email_footer:${PORTSDIR}/mail/squirrelmail-email_footer-plugin
.endif
@ -115,6 +121,10 @@ RUN_DEPENDS+= ${SQUIRRELDIR}/plugins/quota_usage:${PORTSDIR}/mail/squirrelmail-
RUN_DEPENDS+= ${SQUIRRELDIR}/plugins/sasql:${PORTSDIR}/mail/squirrelmail-sasql-plugin
.endif
.if !defined(WITHOUT_BUTTONS) || defined(WITH_BUTTONS)
RUN_DEPENDS+= ${SQUIRRELDIR}/plugins/spam_buttons:${PORTSDIR}/mail/squirrelmail-spam-buttons-plugin
.endif
.if !defined(WITHOUT_SLOGIN) || defined(WITH_SLOGIN)
RUN_DEPENDS+= ${SQUIRRELDIR}/plugins/secure_login:${PORTSDIR}/mail/squirrelmail-secure_login-plugin
.endif