svn commit: r338015 - head/mail/squirrelmail
Adam Weinberger
adamw at FreeBSD.org
Sun Dec 29 15:58:56 UTC 2013
Author: adamw
Date: Sun Dec 29 15:58:55 2013
New Revision: 338015
URL: http://svnweb.freebsd.org/changeset/ports/338015
Log:
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
Modified:
head/mail/squirrelmail/Makefile
head/mail/squirrelmail/distinfo
head/mail/squirrelmail/pkg-plist
Modified: head/mail/squirrelmail/Makefile
==============================================================================
--- head/mail/squirrelmail/Makefile Sun Dec 29 15:47:55 2013 (r338014)
+++ head/mail/squirrelmail/Makefile Sun Dec 29 15:58:55 2013 (r338015)
@@ -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} SMU
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
Modified: head/mail/squirrelmail/distinfo
==============================================================================
--- head/mail/squirrelmail/distinfo Sun Dec 29 15:47:55 2013 (r338014)
+++ head/mail/squirrelmail/distinfo Sun Dec 29 15:58:55 2013 (r338015)
@@ -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
Modified: head/mail/squirrelmail/pkg-plist
==============================================================================
--- head/mail/squirrelmail/pkg-plist Sun Dec 29 15:47:55 2013 (r338014)
+++ head/mail/squirrelmail/pkg-plist Sun Dec 29 15:58:55 2013 (r338015)
@@ -272,6 +272,10 @@ etc/periodic/daily/111.clean-squirrelmai
%%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-squirrelmai
@dirrm %%SQUIRRELDIR%%/themes/css
@dirrm %%SQUIRRELDIR%%/themes
@dirrm %%SQUIRRELDIR%%/src
+ at dirrm %%SQUIRRELDIR%%/scripts
@dirrm %%SQUIRRELDIR%%/po
@dirrm %%SQUIRRELDIR%%/plugins/translate
@dirrm %%SQUIRRELDIR%%/plugins/test
More information about the svn-ports-head
mailing list