From owner-svn-ports-all@FreeBSD.ORG Sun Dec 29 15:58:56 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 29CE792F; Sun, 29 Dec 2013 15:58:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 145471E53; Sun, 29 Dec 2013 15:58:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBTFwtsh000530; Sun, 29 Dec 2013 15:58:55 GMT (envelope-from adamw@svn.freebsd.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBTFwtRL000527; Sun, 29 Dec 2013 15:58:55 GMT (envelope-from adamw@svn.freebsd.org) Message-Id: <201312291558.rBTFwtRL000527@svn.freebsd.org> From: Adam Weinberger Date: Sun, 29 Dec 2013 15:58:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338015 - head/mail/squirrelmail X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Dec 2013 15:58:56 -0000 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 -.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 +@dirrm %%SQUIRRELDIR%%/scripts @dirrm %%SQUIRRELDIR%%/po @dirrm %%SQUIRRELDIR%%/plugins/translate @dirrm %%SQUIRRELDIR%%/plugins/test