Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Mar 2006 01:46:13 -0600 (CST)
From:      Babak Farrokhi <babak@farrokhi.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/95029: update port mail/roundcube to 20060328
Message-ID:  <20060328074613.240E356420@royalway.propagation.net>
Resent-Message-ID: <200603280750.k2S7oDCE060360@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         95029
>Category:       ports
>Synopsis:       update port mail/roundcube to 20060328
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 28 07:50:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Babak Farrokhi
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD royalway.propagation.net 5.4-STABLE FreeBSD 5.4-STABLE #6: Thu Jun 30 05:11:17 CDT 2005 root@royalway.propagation.net:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	
- Auto-detect mail header delimiters
- Regard daylight savings
- Localized quota display
- Started implementing search function
- Avoid error message when saving an unchanged identity (Bug #1429510)
- Fixed hard-coded cols selection for sent folder (Bug #1354586)
- Enable some HTML links for use with "open in new window" or "save target"
- Check meta-key instead of ctrl on Macs
- Ignore double clicks when holding down a modifier key
- Fixed reloading of the login page
- Fixed typo in compose template (Bug #1446852)
- Added compose button to message read step (Request #1433288)
- New config parameter for persistent database connections (Bug #1431817)
>How-To-Repeat:
	
>Fix:

	

--- roundcube.patch begins here ---
diff -ruN roundcube.orig/Makefile roundcube/Makefile
--- roundcube.orig/Makefile	Tue Mar 28 01:19:03 2006
+++ roundcube/Makefile	Tue Mar 28 01:20:15 2006
@@ -15,10 +15,11 @@
 MAINTAINER=	flz@FreeBSD.org
 COMMENT=	Fully skinnable XHTML/CSS webmail written in PHP
 
-SNAPSHOT=	20060315
+SNAPSHOT=	20060328
 
 WRKSRC=		${WRKDIR}/${PORTNAME}mail
 NO_BUILD=	yes
+USE_BZIP2=	yes
 
 WWWOWN?=	www
 WWWGRP?=	www
diff -ruN roundcube.orig/distinfo roundcube/distinfo
--- roundcube.orig/distinfo	Tue Mar 28 01:19:03 2006
+++ roundcube/distinfo	Tue Mar 28 01:20:17 2006
@@ -1,3 +1,3 @@
-MD5 (roundcube-0.1-20060315.tar.gz) = 733e9416164753ae0d8af52ae7e69e05
-SHA256 (roundcube-0.1-20060315.tar.gz) = 42a8e1e67580254c24e04e5ded11f3a622ad55e4ad9f574bc506392b22e6d583
-SIZE (roundcube-0.1-20060315.tar.gz) = 601698
+MD5 (roundcube-0.1-20060328.tar.bz2) = ecbe3bc0fcc830c9e8edc6bb42f77742
+SHA256 (roundcube-0.1-20060328.tar.bz2) = cd4f0080612f78f4ac16a136ce344c0d1ffd5f40d402fcac290412f55389effd
+SIZE (roundcube-0.1-20060328.tar.bz2) = 478740
diff -ruN roundcube.orig/pkg-plist roundcube/pkg-plist
--- roundcube.orig/pkg-plist	Tue Mar 28 01:19:03 2006
+++ roundcube/pkg-plist	Tue Mar 28 01:35:37 2006
@@ -213,6 +213,7 @@
 %%RCUBEDIR%%/program/steps/mail/mark.inc
 %%RCUBEDIR%%/program/steps/mail/move_del.inc
 %%RCUBEDIR%%/program/steps/mail/rss.inc
+%%RCUBEDIR%%/program/steps/mail/search.inc
 %%RCUBEDIR%%/program/steps/mail/sendmail.inc
 %%RCUBEDIR%%/program/steps/mail/show.inc
 %%RCUBEDIR%%/program/steps/mail/upload.inc
@@ -295,6 +296,7 @@
 %%RCUBEDIR%%/skins/default/images/icons/forwarded.png
 %%RCUBEDIR%%/skins/default/images/icons/plus.gif
 %%RCUBEDIR%%/skins/default/images/icons/replied.png
+%%RCUBEDIR%%/skins/default/images/icons/reset.gif
 %%RCUBEDIR%%/skins/default/images/icons/silhouette.png
 %%RCUBEDIR%%/skins/default/images/icons/unread.png
 %%RCUBEDIR%%/skins/default/images/listheader_aqua.gif
--- roundcube.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060328074613.240E356420>