From sahil@spartan.hamla.org  Wed Nov  4 04:32:22 2009
Return-Path: <sahil@spartan.hamla.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id F2F32106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  4 Nov 2009 04:32:21 +0000 (UTC)
	(envelope-from sahil@spartan.hamla.org)
Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30])
	by mx1.freebsd.org (Postfix) with ESMTP id D14678FC18
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  4 Nov 2009 04:32:21 +0000 (UTC)
Received: by spartan.hamla.org (Postfix, from userid 1001)
	id 1EBA71708C; Tue,  3 Nov 2009 23:32:21 -0500 (EST)
Message-Id: <20091104043221.1EBA71708C@spartan.hamla.org>
Date: Tue,  3 Nov 2009 23:32:21 -0500 (EST)
From: Sahil Tandon <sahil@tandon.net>
Reply-To: Sahil Tandon <sahil@tandon.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] mail/roundcube: update to 0.3.1 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         140262
>Category:       ports
>Synopsis:       [PATCH] mail/roundcube: update to 0.3.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ale
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 04 04:40:01 UTC 2009
>Closed-Date:    Wed Nov 04 08:57:08 UTC 2009
>Last-Modified:  Wed Nov  4 09:00:12 UTC 2009
>Originator:     Sahil Tandon
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
>Environment:

	
>Description:
- update to 0.3.1
- slight tweak of pkg-message
- remove files/patch-plugins_password_drivers_sql.php; the problem is fixed upstream
>How-To-Repeat:
	
>Fix:

	



--- roundcube.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/roundcube/Makefile,v
retrieving revision 1.53
diff -u -r1.53 Makefile
--- Makefile	8 Sep 2009 14:57:39 -0000	1.53
+++ Makefile	4 Nov 2009 04:29:38 -0000
@@ -6,12 +6,11 @@
 #
 
 PORTNAME=	roundcube
-DISTVERSION=	0.3
-PORTREVISION=	1
+DISTVERSION=	0.3.1
 PORTEPOCH=	1
 CATEGORIES=	mail www
-MASTER_SITES=	SF/${PORTNAME}mail/${PORTNAME}mail/${PORTVERSION}-stable
-DISTNAME=	${PORTNAME}mail-${DISTVERSION}-stable
+MASTER_SITES=	SF/${PORTNAME}mail/${PORTNAME}mail/${PORTVERSION}
+DISTNAME=	${PORTNAME}mail-${DISTVERSION}
 
 MAINTAINER=	ale@FreeBSD.org
 COMMENT=	Fully skinnable XHTML/CSS webmail written in PHP
@@ -29,7 +28,7 @@
 USE_PHP=	pcre mbstring session iconv dom xml
 IGNORE_WITH_PHP=4
 
-SUB_FILES=	pkg-install
+SUB_FILES=	pkg-install pkg-message
 PKGDEINSTALL=	${PKGINSTALL}
 
 REINPLACE_ARGS=	-i ""
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/mail/roundcube/distinfo,v
retrieving revision 1.34
diff -u -r1.34 distinfo
--- distinfo	7 Sep 2009 20:57:06 -0000	1.34
+++ distinfo	4 Nov 2009 04:29:38 -0000
@@ -1,3 +1,3 @@
-MD5 (roundcubemail-0.3-stable.tar.gz) = 741bb3dace2e2824c0cbb3e86142be5b
-SHA256 (roundcubemail-0.3-stable.tar.gz) = 11b1618692000b82c4fde26527b2cf5c18850eb6f48c6c0004758c39308dfd04
-SIZE (roundcubemail-0.3-stable.tar.gz) = 1888994
+MD5 (roundcubemail-0.3.1.tar.gz) = 34e8e18772e7eada8769b6c5c20f7c8e
+SHA256 (roundcubemail-0.3.1.tar.gz) = 78b7160e58fc3692591e8a909464a858500768e5e7a7c076b496a7caf119ddd1
+SIZE (roundcubemail-0.3.1.tar.gz) = 1917564
Index: pkg-message
===================================================================
RCS file: pkg-message
diff -N pkg-message
--- pkg-message	7 Jan 2009 13:24:30 -0000	1.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,14 +0,0 @@
-------------------------------------------------------------------
-FIRST INSTALLATION
-
-. Create a new database and a database user for RoundCube
-. Create database tables using the queries in file
-   'SQL/*.initial.sql'
-. Modify the files in config/* to suit your local environment
-. Don't forget to set db.inc.php mode to 660.
-
-UPGRADING
-
-If you already had a previous version of RoundCube installed,
-you should check your config files and DB schema are up-to-date.
-------------------------------------------------------------------
Index: files/patch-plugins_password_drivers_sql.php
===================================================================
RCS file: files/patch-plugins_password_drivers_sql.php
diff -N files/patch-plugins_password_drivers_sql.php
--- files/patch-plugins_password_drivers_sql.php	10 Sep 2009 08:19:29 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
---- plugins/password/drivers/sql.php.orig	2009-09-10 10:17:30.000000000 +0200
-+++ plugins/password/drivers/sql.php	2009-09-10 10:18:05.000000000 +0200
-@@ -81,7 +81,7 @@
-     $user_info = explode('@', $_SESSION['username']);
-     if (count($user_info) >= 2) {
- 	$sql = str_replace('%l', $db->quote($user_info[0], 'text'), $sql);
--	$sql = str_replace('%d', $db->quote($user_info[0], 'text'), $sql);
-+	$sql = str_replace('%d', $db->quote($user_info[1], 'text'), $sql);
-     }
-     
-     $sql = str_replace('%u', $db->quote($_SESSION['username'],'text'), $sql);
Index: files/pkg-message.in
===================================================================
RCS file: files/pkg-message.in
diff -N files/pkg-message.in
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/pkg-message.in	4 Nov 2009 04:29:38 -0000
@@ -0,0 +1,14 @@
+------------------------------------------------------------------
+FIRST INSTALLATION
+
+. Create a new database and a database user for RoundCube
+. Create database tables using the queries in file
+   '%%WWWDIR%%/SQL/*.initial.sql'
+. Modify the files in %%WWWDIR%%/config/* to suit your local environment
+. Don't forget to set db.inc.php mode to 660.
+
+UPGRADING
+
+If you already had a previous version of RoundCube installed,
+you should check your config files and DB schema are up-to-date.
+------------------------------------------------------------------
--- roundcube.diff ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ale 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Nov 4 04:40:11 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=140262 
State-Changed-From-To: open->closed 
State-Changed-By: ale 
State-Changed-When: Wed Nov 4 08:56:53 UTC 2009 
State-Changed-Why:  
Updated, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=140262 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/140262: commit references a PR
Date: Wed,  4 Nov 2009 08:56:33 +0000 (UTC)

 ale         2009-11-04 08:56:25 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/roundcube       Makefile distinfo 
   Removed files:
     mail/roundcube/files patch-plugins_password_drivers_sql.php 
   Log:
   Update to 0.3.1 release.
   
   PR:             ports/140262
   Submitted by:   Sahil Tandon <sahil@tandon.net>
   
   Revision  Changes    Path
   1.54      +8 -4      ports/mail/roundcube/Makefile
   1.35      +3 -3      ports/mail/roundcube/distinfo
   1.2       +0 -11     ports/mail/roundcube/files/patch-plugins_password_drivers_sql.php (dead)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
