View | Details | Raw Unified | Return to bug 138612
Collapse All | Expand All

(-)roundcube/Makefile (-3 / +3 lines)
Lines 6-16 Link Here
6
#
6
#
7
7
8
PORTNAME=	roundcube
8
PORTNAME=	roundcube
9
DISTVERSION=	0.2.2
9
DISTVERSION=	0.3
10
PORTEPOCH=	1
10
PORTEPOCH=	1
11
CATEGORIES=	mail www
11
CATEGORIES=	mail www
12
MASTER_SITES=	SF/${PORTNAME}mail/${PORTNAME}mail/${PORTVERSION}
12
MASTER_SITES=	SF/${PORTNAME}mail/${PORTNAME}mail/${PORTVERSION}-stable
13
DISTNAME=	${PORTNAME}mail-${DISTVERSION}
13
DISTNAME=	${PORTNAME}mail-${DISTVERSION}-stable
14
14
15
MAINTAINER=	ale@FreeBSD.org
15
MAINTAINER=	ale@FreeBSD.org
16
COMMENT=	Fully skinnable XHTML/CSS webmail written in PHP
16
COMMENT=	Fully skinnable XHTML/CSS webmail written in PHP
(-)roundcube/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (roundcubemail-0.2.2.tar.gz) = 992bd125a5f3c91e81f1eebbdef63575
1
MD5 (roundcubemail-0.3-stable.tar.gz) = 741bb3dace2e2824c0cbb3e86142be5b
2
SHA256 (roundcubemail-0.2.2.tar.gz) = 57df1dfa6b88973f74131adf0262de4fbf5217be3bc6739faeccff77a9dfffa3
2
SHA256 (roundcubemail-0.3-stable.tar.gz) = 11b1618692000b82c4fde26527b2cf5c18850eb6f48c6c0004758c39308dfd04
3
SIZE (roundcubemail-0.2.2.tar.gz) = 1703629
3
SIZE (roundcubemail-0.3-stable.tar.gz) = 1888994
(-)roundcube/files/patch-program_include_rcube_message.php (-11 lines)
Lines 1-11 Link Here
1
--- ./program/include/rcube_message.php.orig	2009-07-30 14:35:17.000000000 +0200
2
+++ ./program/include/rcube_message.php	2009-07-30 14:35:35.000000000 +0200
3
@@ -373,7 +373,7 @@
4
 
5
         // part is file/attachment
6
         else if ($mail_part->disposition == 'attachment' || $mail_part->disposition == 'inline' ||
7
-                 $mail_part->headers['content-id'] || (empty($mail_part->disposition) && $mail_part->filename)) {
8
+                 $mail_part->headers['content-id'] || $mail_part->filename) {
9
           // skip apple resource forks
10
           if ($message_ctype_secondary == 'appledouble' && $secondary_type == 'applefile')
11
             continue;

Return to bug 138612