From nobody@FreeBSD.org  Tue May 28 04:07:28 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id 90290623
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 28 May 2013 04:07:28 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.FreeBSD.org (oldred.freebsd.org [8.8.178.121])
	by mx1.freebsd.org (Postfix) with ESMTP id 67FD45E3
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 28 May 2013 04:07:28 +0000 (UTC)
Received: from oldred.FreeBSD.org ([127.0.1.6])
	by oldred.FreeBSD.org (8.14.5/8.14.5) with ESMTP id r4S47SCt012578
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 28 May 2013 04:07:28 GMT
	(envelope-from nobody@oldred.FreeBSD.org)
Received: (from nobody@localhost)
	by oldred.FreeBSD.org (8.14.5/8.14.5/Submit) id r4S47SNP012577;
	Tue, 28 May 2013 04:07:28 GMT
	(envelope-from nobody)
Message-Id: <201305280407.r4S47SNP012577@oldred.FreeBSD.org>
Date: Tue, 28 May 2013 04:07:28 GMT
From: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: deskutils/egroupware update and take maintainership
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         179040
>Category:       ports
>Synopsis:       deskutils/egroupware update and take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bdrewery
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 28 04:10:00 UTC 2013
>Closed-Date:    Wed Jun 05 06:44:56 CDT 2013
>Last-Modified:  Wed Jun  5 11:50:00 UTC 2013
>Originator:     Danilo Egea Gondolfo
>Release:        FreeBSD 9.1-STABLE
>Organization:
Universidade Estadual de Maring
>Environment:
FreeBSD projeto 9.1-STABLE FreeBSD 9.1-STABLE #4 r250700: Thu May 16 13:48:11 BRT 2013     root@projeto:/usr/obj/usr/src.stable/sys/PROJETO  amd64
>Description:
Changes
- Updated from 1.8.004.20121024 to 1.8.004.20130322.
- Added descriptions of some options.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 319289)
+++ Makefile	(working copy)
@@ -2,13 +2,13 @@
 # $FreeBSD$
 
 PORTNAME=	eGroupware
-PORTVERSION=	1.8.004.20121024
+PORTVERSION=	1.8.004.20130322
 CATEGORIES=	deskutils
 MASTER_SITES=	SF/${PORTNAME:L}/${PORTNAME}-1.8/${PORTNAME}-${PORTVERSION}
 DISTFILES=	${PORTNAME}-${PORTVERSION}.tar.bz2 \
 		${PORTNAME}-egw-pear-${PORTVERSION}.tar.bz2
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	danilogondolfo@gmail.com
 COMMENT=	A web based GroupWare system
 
 BUILD_DEPENDS=	${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL \
@@ -28,11 +28,15 @@
 SUB_LIST=	EG_DIR=${EG_DIR} \
 		EG_DATA=${EG_DATA}
 
-OPTIONS_DEFINE=	MYSQL POSTGRE OSSL TNEF ZIP IMAP GD LDAP MBSTRING
+OPTIONS_DEFINE=	MYSQL POSTGRES OSSL TNEF ZIP IMAP GD LDAP MBSTRING
 OPTIONS_DEFAULT=MYSQL OSSL TNEF ZIP IMAP
 
 OSSL_DESC=	enable SSL connection support
 TNEF_DESC=	decoding winmail.dat attachments in felamimail support
+IMAP_DESC=	IMAP support
+MBSTRING_DESC=	Support multi-byte character sets
+POSTGRES_DESC=	PostgreSQL database support
+ZIP_DESC=	Install PHP zip extension
 
 .include <bsd.port.options.mk>
 .if ${PORT_OPTIONS:MMYSQL}
@@ -40,7 +44,7 @@
 USE_PHP+=	pdo_mysql
 .endif
 
-.if ${PORT_OPTIONS:MPOSTGRE}
+.if ${PORT_OPTIONS:MPOSTGRES}
 USE_PHP+=	pgsql
 USE_PHP+=	pdo_pgsql
 .endif
Index: distinfo
===================================================================
--- distinfo	(revision 319289)
+++ distinfo	(working copy)
@@ -1,4 +1,4 @@
-SHA256 (eGroupware-1.8.004.20121024.tar.bz2) = 7e9594663bcc4e7c59da08711107d469c471a35ad2ec0edb90f18013c6b32b1f
-SIZE (eGroupware-1.8.004.20121024.tar.bz2) = 10649770
-SHA256 (eGroupware-egw-pear-1.8.004.20121024.tar.bz2) = c4a5bfbbcd8d8d3ed3776dd69f6c797a075ace6a775dd0581bc1685807d9ffe2
-SIZE (eGroupware-egw-pear-1.8.004.20121024.tar.bz2) = 75553
+SHA256 (eGroupware-1.8.004.20130322.tar.bz2) = fa435760033f7771b0674f73c7c669e2f898cea1dd8f00cf398ac0584d586272
+SIZE (eGroupware-1.8.004.20130322.tar.bz2) = 10754081
+SHA256 (eGroupware-egw-pear-1.8.004.20130322.tar.bz2) = 82b1fc8027c16bb37223ecad58487b8917adeb61f9d4baf5f6ddba0f5c318810
+SIZE (eGroupware-egw-pear-1.8.004.20130322.tar.bz2) = 75667


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->bdrewery 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue May 28 04:10:08 UTC 2013 
Responsible-Changed-Why:  
bdrewery@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

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

From: Danilo Egea <danilogondolfo@gmail.com>
To: bug-followup@FreeBSD.org, danilogondolfo@gmail.com
Cc:  
Subject: Re: ports/179040: deskutils/egroupware update and take maintainership
Date: Sat, 01 Jun 2013 21:25:00 -0300

 This is a multi-part message in MIME format.
 --------------000508070101010805000803
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 New release.
 
 --------------000508070101010805000803
 Content-Type: text/plain; charset=UTF-8;
  name="egroupware.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="egroupware.txt"
 
 Index: Makefile
 ===================================================================
 --- Makefile	(revision 319616)
 +++ Makefile	(working copy)
 @@ -2,13 +2,13 @@
  # $FreeBSD$
  
  PORTNAME=	eGroupware
 -PORTVERSION=	1.8.004.20121024
 +PORTVERSION=	1.8.004.20130531
  CATEGORIES=	deskutils
  MASTER_SITES=	SF/${PORTNAME:L}/${PORTNAME}-1.8/${PORTNAME}-${PORTVERSION}
  DISTFILES=	${PORTNAME}-${PORTVERSION}.tar.bz2 \
  		${PORTNAME}-egw-pear-${PORTVERSION}.tar.bz2
  
 -MAINTAINER=	ports@FreeBSD.org
 +MAINTAINER=	danilogondolfo@gmail.com
  COMMENT=	A web based GroupWare system
  
  BUILD_DEPENDS=	${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL \
 @@ -28,11 +28,15 @@
  SUB_LIST=	EG_DIR=${EG_DIR} \
  		EG_DATA=${EG_DATA}
  
 -OPTIONS_DEFINE=	MYSQL POSTGRE OSSL TNEF ZIP IMAP GD LDAP MBSTRING
 +OPTIONS_DEFINE=	MYSQL POSTGRES OSSL TNEF ZIP IMAP GD LDAP MBSTRING
  OPTIONS_DEFAULT=MYSQL OSSL TNEF ZIP IMAP
  
  OSSL_DESC=	enable SSL connection support
  TNEF_DESC=	decoding winmail.dat attachments in felamimail support
 +IMAP_DESC=	IMAP support
 +MBSTRING_DESC=	Support multi-byte character sets
 +POSTGRES_DESC=	PostgreSQL database support
 +ZIP_DESC=	Install PHP zip extension
  
  .include <bsd.port.options.mk>
  .if ${PORT_OPTIONS:MMYSQL}
 @@ -40,7 +44,7 @@
  USE_PHP+=	pdo_mysql
  .endif
  
 -.if ${PORT_OPTIONS:MPOSTGRE}
 +.if ${PORT_OPTIONS:MPOSTGRES}
  USE_PHP+=	pgsql
  USE_PHP+=	pdo_pgsql
  .endif
 Index: distinfo
 ===================================================================
 --- distinfo	(revision 319616)
 +++ distinfo	(working copy)
 @@ -1,4 +1,4 @@
 -SHA256 (eGroupware-1.8.004.20121024.tar.bz2) = 7e9594663bcc4e7c59da08711107d469c471a35ad2ec0edb90f18013c6b32b1f
 -SIZE (eGroupware-1.8.004.20121024.tar.bz2) = 10649770
 -SHA256 (eGroupware-egw-pear-1.8.004.20121024.tar.bz2) = c4a5bfbbcd8d8d3ed3776dd69f6c797a075ace6a775dd0581bc1685807d9ffe2
 -SIZE (eGroupware-egw-pear-1.8.004.20121024.tar.bz2) = 75553
 +SHA256 (eGroupware-1.8.004.20130531.tar.bz2) = 1ae1fc483a3fe3419abe387b5626ae9f28aeec11acdcc8a10c84166344d5af30
 +SIZE (eGroupware-1.8.004.20130531.tar.bz2) = 10759309
 +SHA256 (eGroupware-egw-pear-1.8.004.20130531.tar.bz2) = 739159f01f7bd74e20157386cdf5fb31b13cfdc8bb180d7ca31714636c8f039f
 +SIZE (eGroupware-egw-pear-1.8.004.20130531.tar.bz2) = 75948
 
 --------------000508070101010805000803--
State-Changed-From-To: open->closed 
State-Changed-By: bdrewery 
State-Changed-When: Wed Jun 5 06:44:55 CDT 2013 
State-Changed-Why:  
Latest update committed. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/179040: commit references a PR
Date: Wed,  5 Jun 2013 11:44:45 +0000 (UTC)

 Author: bdrewery
 Date: Wed Jun  5 11:44:37 2013
 New Revision: 319981
 URL: http://svnweb.freebsd.org/changeset/ports/319981
 
 Log:
   - Update to 1.8.004.20130531
   - Pass maintainership to submitter
   - Added option descriptions
   
   PR:		ports/179040
   Submitted by:	Danilo Egea Gondolfo <danilogondolfo@gmail.com>
 
 Modified:
   head/deskutils/egroupware/Makefile
   head/deskutils/egroupware/distinfo
 
 Modified: head/deskutils/egroupware/Makefile
 ==============================================================================
 --- head/deskutils/egroupware/Makefile	Wed Jun  5 11:18:53 2013	(r319980)
 +++ head/deskutils/egroupware/Makefile	Wed Jun  5 11:44:37 2013	(r319981)
 @@ -2,13 +2,13 @@
  # $FreeBSD$
  
  PORTNAME=	eGroupware
 -PORTVERSION=	1.8.004.20121024
 +PORTVERSION=	1.8.004.20130531
  CATEGORIES=	deskutils
  MASTER_SITES=	SF/${PORTNAME:L}/${PORTNAME}-1.8/${PORTNAME}-${PORTVERSION}
  DISTFILES=	${PORTNAME}-${PORTVERSION}.tar.bz2 \
  		${PORTNAME}-egw-pear-${PORTVERSION}.tar.bz2
  
 -MAINTAINER=	ports@FreeBSD.org
 +MAINTAINER=	danilogondolfo@gmail.com
  COMMENT=	A web based GroupWare system
  
  BUILD_DEPENDS=	${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL \
 @@ -28,11 +28,15 @@ SUB_FILES=	pkg-message
  SUB_LIST=	EG_DIR=${EG_DIR} \
  		EG_DATA=${EG_DATA}
  
 -OPTIONS_DEFINE=	MYSQL POSTGRE OSSL TNEF ZIP IMAP GD LDAP MBSTRING
 +OPTIONS_DEFINE=	MYSQL POSTGRES OSSL TNEF ZIP IMAP GD LDAP MBSTRING
  OPTIONS_DEFAULT=MYSQL OSSL TNEF ZIP IMAP
  
  OSSL_DESC=	enable SSL connection support
  TNEF_DESC=	decoding winmail.dat attachments in felamimail support
 +IMAP_DESC=	IMAP support
 +MBSTRING_DESC=	Support multi-byte character sets
 +POSTGRES_DESC=	PostgreSQL database support
 +ZIP_DESC=	Install PHP zip extension
  
  .include <bsd.port.options.mk>
  .if ${PORT_OPTIONS:MMYSQL}
 @@ -40,7 +44,7 @@ USE_PHP+=	mysql
  USE_PHP+=	pdo_mysql
  .endif
  
 -.if ${PORT_OPTIONS:MPOSTGRE}
 +.if ${PORT_OPTIONS:MPOSTGRES}
  USE_PHP+=	pgsql
  USE_PHP+=	pdo_pgsql
  .endif
 
 Modified: head/deskutils/egroupware/distinfo
 ==============================================================================
 --- head/deskutils/egroupware/distinfo	Wed Jun  5 11:18:53 2013	(r319980)
 +++ head/deskutils/egroupware/distinfo	Wed Jun  5 11:44:37 2013	(r319981)
 @@ -1,4 +1,4 @@
 -SHA256 (eGroupware-1.8.004.20121024.tar.bz2) = 7e9594663bcc4e7c59da08711107d469c471a35ad2ec0edb90f18013c6b32b1f
 -SIZE (eGroupware-1.8.004.20121024.tar.bz2) = 10649770
 -SHA256 (eGroupware-egw-pear-1.8.004.20121024.tar.bz2) = c4a5bfbbcd8d8d3ed3776dd69f6c797a075ace6a775dd0581bc1685807d9ffe2
 -SIZE (eGroupware-egw-pear-1.8.004.20121024.tar.bz2) = 75553
 +SHA256 (eGroupware-1.8.004.20130531.tar.bz2) = 1ae1fc483a3fe3419abe387b5626ae9f28aeec11acdcc8a10c84166344d5af30
 +SIZE (eGroupware-1.8.004.20130531.tar.bz2) = 10759309
 +SHA256 (eGroupware-egw-pear-1.8.004.20130531.tar.bz2) = 739159f01f7bd74e20157386cdf5fb31b13cfdc8bb180d7ca31714636c8f039f
 +SIZE (eGroupware-egw-pear-1.8.004.20130531.tar.bz2) = 75948
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
