From nobody@FreeBSD.org  Thu Nov  8 09:43:37 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 0891316A419
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  8 Nov 2007 09:43:37 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id DF73213C4A7
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  8 Nov 2007 09:43:36 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.1/8.14.1) with ESMTP id lA89hG66028966
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 8 Nov 2007 09:43:16 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id lA89hGwY028963;
	Thu, 8 Nov 2007 09:43:16 GMT
	(envelope-from nobody)
Message-Id: <200711080943.lA89hGwY028963@www.freebsd.org>
Date: Thu, 8 Nov 2007 09:43:16 GMT
From: Ildar <dar.quonb@gmai.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: broken mail/roundcube installation
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         117914
>Category:       ports
>Synopsis:       broken mail/roundcube installation
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    farrokhi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 08 09:50:01 UTC 2007
>Closed-Date:    Mon Jan 07 18:51:35 UTC 2008
>Last-Modified:  Mon Jan 07 18:51:35 UTC 2008
>Originator:     Ildar
>Release:        FreeBSD 6.2
>Organization:
>Environment:
FreeBSD <...> 6.2-RELEASE-p8 FreeBSD 6.2-RELEASE-p8 #0: Fri Oct 12 12:25:42 MSD 2007     root@<...>:/usr/obj/usr/src/sys/DARKERNEL  i386
>Description:
The current mail/rouncube port doesn't install "roundcube/bin" directory that has appeared in recent sources.
>How-To-Repeat:
Just install port
>Fix:
Apply patch

Patch attached with submission follows:

diff -Naur mail/roundcube.old/Makefile mail/roundcube/Makefile
--- mail/roundcube.old/Makefile	Thu Nov  8 12:30:55 2007
+++ mail/roundcube/Makefile	Thu Nov  8 12:31:46 2007
@@ -7,6 +7,7 @@
 
 PORTNAME=	roundcube
 PORTVERSION=	0.1.${SNAPSHOT}
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	http://www.farrokhi.net/roundcube/:unixified \
 		${MASTER_SITE_LOCAL:S/$/:freebsd/g}
@@ -25,7 +26,7 @@
 RCUBEDIR?=	www/${PORTNAME}
 
 RCUBEROOT=	${PREFIX}/${RCUBEDIR}
-RCUBECOMP=	SQL config index.php logs program skins temp
+RCUBECOMP=	SQL bin config index.php logs program skins temp
 PORTDOCS=	CHANGELOG INSTALL LICENSE README UPGRADING
 
 PLIST_SUB=	RCUBEDIR=${RCUBEDIR}
diff -Naur mail/roundcube.old/pkg-plist mail/roundcube/pkg-plist
--- mail/roundcube.old/pkg-plist	Thu Nov  8 12:30:55 2007
+++ mail/roundcube/pkg-plist	Thu Nov  8 12:34:54 2007
@@ -7,6 +7,10 @@
 %%RCUBEDIR%%/SQL/postgres.update.sql
 %%RCUBEDIR%%/SQL/sqlite.initial.sql
 %%RCUBEDIR%%/SQL/sqlite.update.sql
+%%RCUBEDIR%%/bin/html2text.php
+%%RCUBEDIR%%/bin/makedoc.sh
+%%RCUBEDIR%%/bin/msgimport
+%%RCUBEDIR%%/bin/quotaimg.php
 %%RCUBEDIR%%/config/.htaccess
 %%RCUBEDIR%%/config/db.inc.php.dist
 %%RCUBEDIR%%/config/main.inc.php.dist
@@ -724,6 +728,7 @@
 @dirrm %%RCUBEDIR%%/program/include
 @dirrm %%RCUBEDIR%%/program
 @dirrm %%RCUBEDIR%%/SQL
+@dirrm %%RCUBEDIR%%/bin
 @dirrmtry %%RCUBEDIR%%/temp
 @dirrmtry %%RCUBEDIR%%/logs
 @dirrmtry %%RCUBEDIR%%/config


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->farrokhi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Nov 8 09:50:07 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117914 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Jan 7 18:51:34 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117914 
>Unformatted:
