From renato@data.galle.com.br  Wed May  4 00:55:47 2005
Return-Path: <renato@data.galle.com.br>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7B35F16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  4 May 2005 00:55:47 +0000 (GMT)
Received: from data.galle.com.br (data.galle.com.br [200.246.25.10])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8E79643D2D
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  4 May 2005 00:55:46 +0000 (GMT)
	(envelope-from renato@data.galle.com.br)
Received: from data.galle.com.br (data.galle.com.br [200.246.25.10])
	by data.galle.com.br (8.13.1/8.13.1) with ESMTP id j440thbG086846;
	Tue, 3 May 2005 21:55:44 -0300 (BRST)
	(envelope-from renato@data.galle.com.br)
Received: (from root@localhost)
	by data.galle.com.br (8.13.1/8.13.1/Submit) id j440tbFo086836;
	Tue, 3 May 2005 21:55:37 -0300 (BRST)
	(envelope-from renato)
Message-Id: <200505040055.j440tbFo086836@data.galle.com.br>
Date: Tue, 3 May 2005 21:55:37 -0300 (BRST)
From: Renato Botelho <freebsd@galle.com.br>
To: FreeBSD-gnats-submit@freebsd.org
Cc: francisco@gomezmarin.com
Subject: [PATCH] mail/uebimiau: Use USE_PHP and WANT_PHP_MOD lines, add pcre dependency, fix WWW: line
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         80597
>Category:       ports
>Synopsis:       [PATCH] mail/uebimiau: Use USE_PHP and WANT_PHP_MOD lines, add pcre dependency, fix WWW: line
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pav
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 04 01:00:12 GMT 2005
>Closed-Date:    Wed May 04 21:33:31 GMT 2005
>Last-Modified:  Wed May 04 21:33:31 GMT 2005
>Originator:     Renato Botelho
>Release:        FreeBSD 5.3-RELEASE-p9 i386
>Organization:
Galle Folheados - http://www.galle.com.br
>Environment:
System: FreeBSD data.galle.com.br 5.3-RELEASE-p9 FreeBSD 5.3-RELEASE-p9 #9: Fri Apr 15 07:52:00 BRST 2005
>Description:
- Use USE_PHP and WANT_PHP_MOD lines
- Add pcre extension dependency
- Fix WWW: line on pkg-descr

Port maintainer (francisco@gomezmarin.com) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- uebimiau-2.7.2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/uebimiau/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	15 Oct 2003 22:07:49 -0000	1.2
+++ Makefile	4 May 2005 00:54:14 -0000
@@ -14,12 +14,8 @@
 MAINTAINER=	francisco@gomezmarin.com
 COMMENT=	UebiMiau is a simple yet efficient WebMail written in PHP
 
-.if defined(WITH_APACHE2)
-RUN_DEPENDS+=	${LOCALBASE}/libexec/apache2/libphp4.so:${PORTSDIR}/www/mod_php4
-.else
-RUN_DEPENDS+=	${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4
-.endif
-
+USE_PHP=	pcre
+WANT_PHP_MOD=	yes
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/mail/uebimiau/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	12 Oct 2003 10:37:38 -0000	1.1
+++ pkg-descr	4 May 2005 00:54:14 -0000
@@ -2,7 +2,7 @@
 features folders, View and Send attachments, Preferences, Quota Limit,
 Search, and more. It does not require a database or IMAP server.
 
-WWW: http://www.uebimiau.sili.com.br
+WWW: http://www.uebimiau.org/
 
 - Francisco Gomez -
 francisco@gomezmarin.com
--- uebimiau-2.7.2.patch ends here ---

>Release-Note:
>Audit-Trail:

From: Renato Botelho <freebsd@galle.com.br>
To: bug-followup@FreeBSD.org, freebsd@galle.com.br
Cc:  
Subject: Re: ports/80597: [PATCH] mail/uebimiau: Use USE_PHP and WANT_PHP_MOD lines, add pcre dependency, fix WWW: line
Date: Wed, 4 May 2005 09:06:48 -0300

 There is a "new" version, 2.7.8-RC1, it's RC but Author say in the site,
 it's very stable and can be used on any production environment.
 
 So, here is a patch to update it.
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/mail/uebimiau/Makefile,v
 retrieving revision 1.2
 diff -u -r1.2 Makefile
 --- Makefile	15 Oct 2003 22:07:49 -0000	1.2
 +++ Makefile	4 May 2005 12:05:22 -0000
 @@ -6,26 +6,21 @@
  #
  
  PORTNAME=	uebimiau
 -PORTVERSION=	2.7.2
 +DISTVERSION=	2.7.8-RC1
  CATEGORIES=	mail www
  MASTER_SITES=	http://www.uebimiau.org/downloads/
 -DISTNAME=	${PORTNAME}-${PORTVERSION}-any
 +DISTNAME=	${PORTNAME}-${DISTVERSION}-any
  
  MAINTAINER=	francisco@gomezmarin.com
  COMMENT=	UebiMiau is a simple yet efficient WebMail written in PHP
  
 -.if defined(WITH_APACHE2)
 -RUN_DEPENDS+=	${LOCALBASE}/libexec/apache2/libphp4.so:${PORTSDIR}/www/mod_php4
 -.else
 -RUN_DEPENDS+=	${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4
 -.endif
 -
 +USE_PHP=	pcre
 +WANT_PHP_MOD=	yes
  NO_BUILD=	yes
 -WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
  
  do-install:
  	${MKDIR} ${PREFIX}/www/data/${PORTNAME}
 -	${CP} -R ${WRKSRC}/* ${PREFIX}/www/data/uebimiau
 -	${CHOWN} -R www:www ${PREFIX}/www/data/uebimiau
 +	${CP} -R ${WRKSRC}/* ${PREFIX}/www/data/${PORTNAME}
 +	${CHOWN} -R www:www ${PREFIX}/www/data/${PORTNAME}
  
  .include <bsd.port.mk>
 Index: distinfo
 ===================================================================
 RCS file: /home/ncvs/ports/mail/uebimiau/distinfo,v
 retrieving revision 1.2
 diff -u -r1.2 distinfo
 --- distinfo	31 Mar 2004 03:09:25 -0000	1.2
 +++ distinfo	4 May 2005 12:05:22 -0000
 @@ -1,2 +1,2 @@
 -MD5 (uebimiau-2.7.2-any.tar.gz) = c0af9f46db46feb46c9d38d8fcd90868
 -SIZE (uebimiau-2.7.2-any.tar.gz) = 183454
 +MD5 (uebimiau-2.7.8-RC1-any.tar.gz) = 20e355ef9535deb49b8866cd93b661af
 +SIZE (uebimiau-2.7.8-RC1-any.tar.gz) = 196571
 Index: pkg-descr
 ===================================================================
 RCS file: /home/ncvs/ports/mail/uebimiau/pkg-descr,v
 retrieving revision 1.1
 diff -u -r1.1 pkg-descr
 --- pkg-descr	12 Oct 2003 10:37:38 -0000	1.1
 +++ pkg-descr	4 May 2005 12:05:22 -0000
 @@ -2,7 +2,7 @@
  features folders, View and Send attachments, Preferences, Quota Limit,
  Search, and more. It does not require a database or IMAP server.
  
 -WWW: http://www.uebimiau.sili.com.br
 +WWW: http://www.uebimiau.org/
  
  - Francisco Gomez -
  francisco@gomezmarin.com
 Index: pkg-plist
 ===================================================================
 RCS file: /home/ncvs/ports/mail/uebimiau/pkg-plist,v
 retrieving revision 1.1
 diff -u -r1.1 pkg-plist
 --- pkg-plist	12 Oct 2003 10:37:38 -0000	1.1
 +++ pkg-plist	4 May 2005 12:05:23 -0000
 @@ -1,8 +1,11 @@
 +@comment $FreeBSD$
  www/data/uebimiau/CHANGELOG.txt
  www/data/uebimiau/INSTALL.txt
  www/data/uebimiau/README.txt
  www/data/uebimiau/addressbook.php
 +www/data/uebimiau/apply_filters.php
  www/data/uebimiau/badlogin.php
 +www/data/uebimiau/block_address.php
  www/data/uebimiau/catch.php
  www/data/uebimiau/database/index.php
  www/data/uebimiau/database/temporary files are stored here.txt
 @@ -10,7 +13,9 @@
  www/data/uebimiau/error.php
  www/data/uebimiau/extra/clean.php.txt
  www/data/uebimiau/extra/rmdir.php.txt
 +www/data/uebimiau/folder_list.php
  www/data/uebimiau/folders.php
 +www/data/uebimiau/get_message_list.php
  www/data/uebimiau/headers.php
  www/data/uebimiau/images/aleft.gif
  www/data/uebimiau/images/aright.gif
 @@ -22,6 +27,7 @@
  www/data/uebimiau/images/bookmark_it.gif
  www/data/uebimiau/images/center.gif
  www/data/uebimiau/images/copy.gif
 +www/data/uebimiau/images/cross.gif
  www/data/uebimiau/images/cut.gif
  www/data/uebimiau/images/download.gif
  www/data/uebimiau/images/green.gif
 @@ -41,11 +47,14 @@
  www/data/uebimiau/images/trans.gif
  www/data/uebimiau/images/under.gif
  www/data/uebimiau/images/wlink.gif
 +www/data/uebimiau/inc/class.phpmailer.php
  www/data/uebimiau/inc/class.smtp.php
 +www/data/uebimiau/inc/class.tnef.php
  www/data/uebimiau/inc/class.uebimiau.php
  www/data/uebimiau/inc/class.uebimiau_mail.php
  www/data/uebimiau/inc/config.languages.php
  www/data/uebimiau/inc/config.php
 +www/data/uebimiau/inc/config.security.php
  www/data/uebimiau/inc/inc.php
  www/data/uebimiau/inc/lib.export.php
  www/data/uebimiau/inc/lib.php
 @@ -58,6 +67,7 @@
  www/data/uebimiau/langs/en_UK.txt
  www/data/uebimiau/langs/es.txt
  www/data/uebimiau/langs/fr.txt
 +www/data/uebimiau/langs/he.txt
  www/data/uebimiau/langs/hu.txt
  www/data/uebimiau/langs/is.txt
  www/data/uebimiau/langs/it.txt
 @@ -66,24 +76,66 @@
  www/data/uebimiau/langs/pl.txt
  www/data/uebimiau/langs/pt_BR.txt
  www/data/uebimiau/langs/ro.txt
 +www/data/uebimiau/langs/ru.txt
  www/data/uebimiau/langs/ru_KOI.txt
  www/data/uebimiau/langs/se.txt
  www/data/uebimiau/langs/th.txt
  www/data/uebimiau/langs/tr.txt
  www/data/uebimiau/logout.php
 -www/data/uebimiau/msglist.php
 +www/data/uebimiau/messages.php
  www/data/uebimiau/newmsg.php
  www/data/uebimiau/preferences.php
  www/data/uebimiau/printmsg.php
 +www/data/uebimiau/process.php
  www/data/uebimiau/quick_address.php
  www/data/uebimiau/readmsg.php
 +www/data/uebimiau/redir.php
  www/data/uebimiau/search.php
  www/data/uebimiau/show_body.php
 -www/data/uebimiau/smarty/PEAR.php
 -www/data/uebimiau/smarty/Smarty.addons.php
 +www/data/uebimiau/smarty/ChangeLog
 +www/data/uebimiau/smarty/Config_File.class.php
  www/data/uebimiau/smarty/Smarty.class.php
  www/data/uebimiau/smarty/Smarty_Compiler.class.php
 -www/data/uebimiau/smarty/Smarty_Config.class.php
 +www/data/uebimiau/smarty/debug.tpl
 +www/data/uebimiau/smarty/plugins/block.textformat.php
 +www/data/uebimiau/smarty/plugins/function.assign.php
 +www/data/uebimiau/smarty/plugins/function.assign_debug_info.php
 +www/data/uebimiau/smarty/plugins/function.counter.php
 +www/data/uebimiau/smarty/plugins/function.cycle.php
 +www/data/uebimiau/smarty/plugins/function.debug.php
 +www/data/uebimiau/smarty/plugins/function.eval.php
 +www/data/uebimiau/smarty/plugins/function.fetch.php
 +www/data/uebimiau/smarty/plugins/function.html_options.php
 +www/data/uebimiau/smarty/plugins/function.html_select_date.php
 +www/data/uebimiau/smarty/plugins/function.html_select_time.php
 +www/data/uebimiau/smarty/plugins/function.math.php
 +www/data/uebimiau/smarty/plugins/function.popup.php
 +www/data/uebimiau/smarty/plugins/function.popup_init.php
 +www/data/uebimiau/smarty/plugins/function.um_welcome_message.php
 +www/data/uebimiau/smarty/plugins/modifier.capitalize.php
 +www/data/uebimiau/smarty/plugins/modifier.count_characters.php
 +www/data/uebimiau/smarty/plugins/modifier.count_paragraphs.php
 +www/data/uebimiau/smarty/plugins/modifier.count_sentences.php
 +www/data/uebimiau/smarty/plugins/modifier.count_words.php
 +www/data/uebimiau/smarty/plugins/modifier.date_format.php
 +www/data/uebimiau/smarty/plugins/modifier.debug_print_var.php
 +www/data/uebimiau/smarty/plugins/modifier.default.php
 +www/data/uebimiau/smarty/plugins/modifier.escape.php
 +www/data/uebimiau/smarty/plugins/modifier.indent.php
 +www/data/uebimiau/smarty/plugins/modifier.lower.php
 +www/data/uebimiau/smarty/plugins/modifier.regex_replace.php
 +www/data/uebimiau/smarty/plugins/modifier.replace.php
 +www/data/uebimiau/smarty/plugins/modifier.spacify.php
 +www/data/uebimiau/smarty/plugins/modifier.string_format.php
 +www/data/uebimiau/smarty/plugins/modifier.strip.php
 +www/data/uebimiau/smarty/plugins/modifier.strip_tags.php
 +www/data/uebimiau/smarty/plugins/modifier.truncate.php
 +www/data/uebimiau/smarty/plugins/modifier.upper.php
 +www/data/uebimiau/smarty/plugins/modifier.wordwrap.php
 +www/data/uebimiau/smarty/plugins/shared.make_timestamp.php
 +www/data/uebimiau/smarty/templates/footer.tpl
 +www/data/uebimiau/smarty/templates/header.tpl
 +www/data/uebimiau/smarty/templates/index.tpl
  www/data/uebimiau/themes/debug.tpl
  www/data/uebimiau/themes/default/address-display.htm
  www/data/uebimiau/themes/default/address-form.htm
 @@ -91,11 +143,13 @@
  www/data/uebimiau/themes/default/address-results.htm
  www/data/uebimiau/themes/default/advanced-editor.htm
  www/data/uebimiau/themes/default/bad-login.htm
 +www/data/uebimiau/themes/default/block-address.htm
  www/data/uebimiau/themes/default/catch-address.htm
  www/data/uebimiau/themes/default/error.htm
  www/data/uebimiau/themes/default/folders.htm
  www/data/uebimiau/themes/default/headers-window.htm
  www/data/uebimiau/themes/default/login.htm
 +www/data/uebimiau/themes/default/menu.htm
  www/data/uebimiau/themes/default/messagelist.htm
  www/data/uebimiau/themes/default/newmsg-result.htm
  www/data/uebimiau/themes/default/newmsg.htm
 @@ -103,53 +157,20 @@
  www/data/uebimiau/themes/default/print-message.htm
  www/data/uebimiau/themes/default/quick_address.htm
  www/data/uebimiau/themes/default/readmsg.htm
 +www/data/uebimiau/themes/default/readmsg_popup.htm
  www/data/uebimiau/themes/default/search.htm
  www/data/uebimiau/themes/default/upload-attach.htm
  www/data/uebimiau/themes/default/webmail.css
  www/data/uebimiau/themes/default/webmail.js
 -www/data/uebimiau/themes/neotech.net/address-display.htm
 -www/data/uebimiau/themes/neotech.net/address-form.htm
 -www/data/uebimiau/themes/neotech.net/address-list.htm
 -www/data/uebimiau/themes/neotech.net/address-results.htm
 -www/data/uebimiau/themes/neotech.net/address.gif
 -www/data/uebimiau/themes/neotech.net/advanced-editor.htm
 -www/data/uebimiau/themes/neotech.net/bad-login.htm
 -www/data/uebimiau/themes/neotech.net/catch-address.htm
 -www/data/uebimiau/themes/neotech.net/compose.gif
 -www/data/uebimiau/themes/neotech.net/error.htm
 -www/data/uebimiau/themes/neotech.net/folders.gif
 -www/data/uebimiau/themes/neotech.net/folders.htm
 -www/data/uebimiau/themes/neotech.net/footer.gif
 -www/data/uebimiau/themes/neotech.net/header.gif
 -www/data/uebimiau/themes/neotech.net/headers-window.htm
 -www/data/uebimiau/themes/neotech.net/inbox.gif
 -www/data/uebimiau/themes/neotech.net/login.htm
 -www/data/uebimiau/themes/neotech.net/logo.gif
 -www/data/uebimiau/themes/neotech.net/logo_cc.gif
 -www/data/uebimiau/themes/neotech.net/logout.gif
 -www/data/uebimiau/themes/neotech.net/messagelist.htm
 -www/data/uebimiau/themes/neotech.net/newmsg-result.htm
 -www/data/uebimiau/themes/neotech.net/newmsg.htm
 -www/data/uebimiau/themes/neotech.net/preferences.gif
 -www/data/uebimiau/themes/neotech.net/preferences.htm
 -www/data/uebimiau/themes/neotech.net/print-message.htm
 -www/data/uebimiau/themes/neotech.net/quick_address.htm
 -www/data/uebimiau/themes/neotech.net/readmsg.htm
 -www/data/uebimiau/themes/neotech.net/refresh.gif
 -www/data/uebimiau/themes/neotech.net/search.gif
 -www/data/uebimiau/themes/neotech.net/search.htm
 -www/data/uebimiau/themes/neotech.net/trash.gif
 -www/data/uebimiau/themes/neotech.net/upload-attach.htm
 -www/data/uebimiau/themes/neotech.net/webmail.css
 -www/data/uebimiau/themes/neotech.net/webmail.js
  www/data/uebimiau/upload.php
 -@dirrm www/data/uebimiau/themes/neotech.net
 +@dirrm www/data/uebimiau/database
 +@dirrm www/data/uebimiau/extra
 +@dirrm www/data/uebimiau/images
 +@dirrm www/data/uebimiau/inc
 +@dirrm www/data/uebimiau/langs
 +@dirrm www/data/uebimiau/smarty/plugins
 +@dirrm www/data/uebimiau/smarty/templates
 +@dirrm www/data/uebimiau/smarty
  @dirrm www/data/uebimiau/themes/default
  @dirrm www/data/uebimiau/themes
 -@dirrm www/data/uebimiau/smarty
 -@dirrm www/data/uebimiau/langs
 -@dirrm www/data/uebimiau/inc
 -@dirrm www/data/uebimiau/images
 -@dirrm www/data/uebimiau/extra
 -@dirrm www/data/uebimiau/database
  @dirrm www/data/uebimiau
 
 Thanks
 -- 
 Renato Botelho <freebsd at galle dot com dot br>
 AIM: RBGargaBR | ICQ: 54596223
 GnuPG Key: http://www.galle.com.br/~renato/pubkey.asc
 
 First Law of Socio-Genetics:
 	Celibacy is not hereditary.
State-Changed-From-To: open->feedback 
State-Changed-By: pav 
State-Changed-When: Wed May 4 14:28:09 GMT 2005 
State-Changed-Why:  
Asked maintainer for approval 


Responsible-Changed-From-To: freebsd-ports-bugs->pav 
Responsible-Changed-By: pav 
Responsible-Changed-When: Wed May 4 14:28:09 GMT 2005 
Responsible-Changed-Why:  
Handle 

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

From: Pav Lucistnik <pav@FreeBSD.org>
To: francisco@gomezmarin.com, bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/80597: [PATCH] mail/uebimiau: Use USE_PHP and
	WANT_PHP_MOD lines, add pcre dependency, fix WWW: line
Date: Wed, 04 May 2005 16:28:06 +0200

 Dear maintainer of FreeBSD port mail/uebimiau, please take a look at
 
 http://www.freebsd.org/cgi/query-pr.cgi?q=80597
 
 Do you approve this update?
 
 -- 
 Pav Lucistnik <pav@oook.cz>
               <pav@FreeBSD.org>
 
 One Unix to rule them all, One Resolver to find them,
 One IP to bring them all and in the zone to bind them.
State-Changed-From-To: feedback->closed 
State-Changed-By: pav 
State-Changed-When: Wed May 4 21:33:25 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

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