Date: Mon, 7 Sep 2009 14:32:15 GMT From: Edmondas Girkantas <eg@fbsd.lt> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/138612: [UPDATE] mail/roundcube to 0.3 Message-ID: <200909071432.n87EWFIO080144@www.freebsd.org> Resent-Message-ID: <200909071440.n87Ee1M7025998@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 138612 >Category: ports >Synopsis: [UPDATE] mail/roundcube to 0.3 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Sep 07 14:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Edmondas Girkantas >Release: 7.2-RELEASE >Organization: >Environment: FreeBSD ic405.fbsd.lt 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May 1 08:49:13 UTC 2009 root@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: - updated to 0.3 version - removed old patch for rcube_message.php file (it is fixed in distribution) >How-To-Repeat: >Fix: apply given patch Patch attached with submission follows: diff -ruN roundcube.orig/Makefile roundcube/Makefile --- roundcube.orig/Makefile 2009-09-07 17:15:57.000000000 +0300 +++ roundcube/Makefile 2009-09-07 17:24:25.000000000 +0300 @@ -6,11 +6,11 @@ # PORTNAME= roundcube -DISTVERSION= 0.2.2 +DISTVERSION= 0.3 PORTEPOCH= 1 CATEGORIES= mail www -MASTER_SITES= SF/${PORTNAME}mail/${PORTNAME}mail/${PORTVERSION} -DISTNAME= ${PORTNAME}mail-${DISTVERSION} +MASTER_SITES= SF/${PORTNAME}mail/${PORTNAME}mail/${PORTVERSION}-stable +DISTNAME= ${PORTNAME}mail-${DISTVERSION}-stable MAINTAINER= ale@FreeBSD.org COMMENT= Fully skinnable XHTML/CSS webmail written in PHP diff -ruN roundcube.orig/distinfo roundcube/distinfo --- roundcube.orig/distinfo 2009-09-07 17:15:57.000000000 +0300 +++ roundcube/distinfo 2009-09-07 11:23:19.000000000 +0300 @@ -1,3 +1,3 @@ -MD5 (roundcubemail-0.2.2.tar.gz) = 992bd125a5f3c91e81f1eebbdef63575 -SHA256 (roundcubemail-0.2.2.tar.gz) = 57df1dfa6b88973f74131adf0262de4fbf5217be3bc6739faeccff77a9dfffa3 -SIZE (roundcubemail-0.2.2.tar.gz) = 1703629 +MD5 (roundcubemail-0.3-stable.tar.gz) = 741bb3dace2e2824c0cbb3e86142be5b +SHA256 (roundcubemail-0.3-stable.tar.gz) = 11b1618692000b82c4fde26527b2cf5c18850eb6f48c6c0004758c39308dfd04 +SIZE (roundcubemail-0.3-stable.tar.gz) = 1888994 diff -ruN roundcube.orig/files/patch-program_include_rcube_message.php roundcube/files/patch-program_include_rcube_message.php --- roundcube.orig/files/patch-program_include_rcube_message.php 2009-09-07 17:15:57.000000000 +0300 +++ roundcube/files/patch-program_include_rcube_message.php 1970-01-01 03:00:00.000000000 +0300 @@ -1,11 +0,0 @@ ---- ./program/include/rcube_message.php.orig 2009-07-30 14:35:17.000000000 +0200 -+++ ./program/include/rcube_message.php 2009-07-30 14:35:35.000000000 +0200 -@@ -373,7 +373,7 @@ - - // part is file/attachment - else if ($mail_part->disposition == 'attachment' || $mail_part->disposition == 'inline' || -- $mail_part->headers['content-id'] || (empty($mail_part->disposition) && $mail_part->filename)) { -+ $mail_part->headers['content-id'] || $mail_part->filename) { - // skip apple resource forks - if ($message_ctype_secondary == 'appledouble' && $secondary_type == 'applefile') - continue; >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909071432.n87EWFIO080144>