Update to 2013/12/29.
Changes include: * Preserve compose action during HTML address book activity * Make $xtra in displayHtmlHeader() global so plugins can modify it; Add some generic JavaScript libraries with mechanism that allows any page or plugin to ask for them or others to be loaded; Add two new mechanisms for the folder pane refresh that use JavaScript to ensure the server is responding before initiating the refresh * Add full date and time as "title" (mouseover) text for dates shown on the message list screen
This commit is contained in:
parent
53fd24dade
commit
d79595a5df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338015
3 changed files with 10 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= squirrelmail
|
||||
PORTVERSION= 20131026
|
||||
PORTVERSION= 20131229
|
||||
CATEGORIES= mail www
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= adamw/squirrelmail
|
||||
|
@ -46,13 +46,10 @@ SUB_LIST= SQUIRRELDIR=${SQUIRRELDIR} SMUSER=${SMUSER} SMGROUP=${SMGROUP}
|
|||
CONFLICTS= squirreloutlook-[0-9]*
|
||||
|
||||
DATABASE_RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB
|
||||
LDAP_USE= PHP=ldap
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MLDAP}
|
||||
USE_PHP+= ldap
|
||||
.endif
|
||||
|
||||
pre-everything::
|
||||
.if ${PORT_OPTIONS:MDATABASE}
|
||||
@${ECHO_CMD} "Note that the PEAR database framework still requires you to install a"
|
||||
|
@ -100,7 +97,7 @@ do-install:
|
|||
${INSTALL_DATA} ${WRKSRC}/index.php ${STAGEDIR}${SQUIRRELDIR}
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/configure ${STAGEDIR}${SQUIRRELDIR}
|
||||
cd ${WRKSRC} && \
|
||||
${FIND} attach class config data functions help images include locale plugins po src themes \
|
||||
${FIND} attach class config data functions help images include locale plugins po scripts src themes \
|
||||
| ${CPIO} -pdmu --quiet ${STAGEDIR}${SQUIRRELDIR}
|
||||
${CHOWN} ${SMUSER}:${SMGROUP} ${STAGEDIR}${SQUIRRELDIR}/data ${STAGEDIR}${SQUIRRELDIR}/attach
|
||||
${CHMOD} 730 ${STAGEDIR}${SQUIRRELDIR}/attach
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (squirrelmail/squirrelmail-20131026_0200-SVN.stable.tar.bz2) = 2f4da122cb6ac133464c8b14d55944ae05a3adcfa1aff8fe914dac22dbf58a27
|
||||
SIZE (squirrelmail/squirrelmail-20131026_0200-SVN.stable.tar.bz2) = 544703
|
||||
SHA256 (squirrelmail/squirrelmail-20131229_0200-SVN.stable.tar.bz2) = 0839e01d857081b91a8049eb5faee4120f267fe5babcbb08a59312348c0c48b0
|
||||
SIZE (squirrelmail/squirrelmail-20131229_0200-SVN.stable.tar.bz2) = 550388
|
||||
|
|
|
@ -272,6 +272,10 @@ etc/periodic/daily/111.clean-squirrelmail
|
|||
%%SQUIRRELDIR%%/po/mergepo
|
||||
%%SQUIRRELDIR%%/po/squirrelmail.pot
|
||||
%%SQUIRRELDIR%%/po/xgetpo
|
||||
%%SQUIRRELDIR%%/scripts/common.js
|
||||
%%SQUIRRELDIR%%/scripts/index.php
|
||||
%%SQUIRRELDIR%%/scripts/reload_page.js
|
||||
%%SQUIRRELDIR%%/scripts/remote_request.js
|
||||
%%SQUIRRELDIR%%/src/addrbook_popup.php
|
||||
%%SQUIRRELDIR%%/src/addrbook_search.php
|
||||
%%SQUIRRELDIR%%/src/addrbook_search_html.php
|
||||
|
@ -464,6 +468,7 @@ etc/periodic/daily/111.clean-squirrelmail
|
|||
@dirrm %%SQUIRRELDIR%%/themes/css
|
||||
@dirrm %%SQUIRRELDIR%%/themes
|
||||
@dirrm %%SQUIRRELDIR%%/src
|
||||
@dirrm %%SQUIRRELDIR%%/scripts
|
||||
@dirrm %%SQUIRRELDIR%%/po
|
||||
@dirrm %%SQUIRRELDIR%%/plugins/translate
|
||||
@dirrm %%SQUIRRELDIR%%/plugins/test
|
||||
|
|
Loading…
Reference in a new issue