diff options
author | adamw <adamw@FreeBSD.org> | 2013-12-29 23:58:55 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2013-12-29 23:58:55 +0800 |
commit | c83d7c08f6b90e642e37ca19f881ff3e7627a50c (patch) | |
tree | a1b4a21f4fcf9cf3c7e2fc0aa113cbeb4d7fa06a /mail/squirrelmail | |
parent | b6e0668545bd03e371216b94931ec19361133576 (diff) | |
download | freebsd-ports-gnome-c83d7c08f6b90e642e37ca19f881ff3e7627a50c.tar.gz freebsd-ports-gnome-c83d7c08f6b90e642e37ca19f881ff3e7627a50c.tar.zst freebsd-ports-gnome-c83d7c08f6b90e642e37ca19f881ff3e7627a50c.zip |
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
Diffstat (limited to 'mail/squirrelmail')
-rw-r--r-- | mail/squirrelmail/Makefile | 9 | ||||
-rw-r--r-- | mail/squirrelmail/distinfo | 4 | ||||
-rw-r--r-- | mail/squirrelmail/pkg-plist | 5 |
3 files changed, 10 insertions, 8 deletions
diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile index f72267aa1fae..7b0a36e38b15 100644 --- a/mail/squirrelmail/Makefile +++ b/mail/squirrelmail/Makefile @@ -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 diff --git a/mail/squirrelmail/distinfo b/mail/squirrelmail/distinfo index 04d6cb26dab5..5ec1a8767e6a 100644 --- a/mail/squirrelmail/distinfo +++ b/mail/squirrelmail/distinfo @@ -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 diff --git a/mail/squirrelmail/pkg-plist b/mail/squirrelmail/pkg-plist index bbcb922eacb1..24d950db4f66 100644 --- a/mail/squirrelmail/pkg-plist +++ b/mail/squirrelmail/pkg-plist @@ -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 |