Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Sep 2009 03:42:56 GMT
From:      Wen Heping <wenheping@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/138542: [Update]mail/pear-Mail_Queue:update to 1.2.3
Message-ID:  <200909050342.n853guWw012302@www.freebsd.org>
Resent-Message-ID: <200909050350.n853o1Ml055235@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         138542
>Category:       ports
>Synopsis:       [Update]mail/pear-Mail_Queue:update to 1.2.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 05 03:50:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Wen Heping
>Release:        FreeBSD 8.0-Current
>Organization:
ChangAn Middle School
>Environment:
FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Sun Mar 22 22:12:06 CST 2009     root@fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
update to 1.2.3 from 1.2.2
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2009-09-05 08:35:06.000000000 +0800
+++ Makefile	2009-09-05 11:22:01.000000000 +0800
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Mail_Queue
-PORTVERSION=	1.2.2
+PORTVERSION=	1.2.3
 CATEGORIES=	mail www pear
 
 MAINTAINER=	miwi@FreeBSD.org
@@ -16,13 +16,31 @@
 		${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
-CATEGORY=	Mail
-FILES=		Queue.php Queue/Body.php Queue/Container.php \
-		Queue/Container/creole.php Queue/Container/db.php \
-		Queue/Container/mdb.php	Queue/Container/mdb2.php
+#CATEGORY=	Mail
+FILES=		Mail/Queue.php Mail/Queue/Body.php \
+		Mail/Queue/Container.php Mail/Queue/Error.php \
+		Mail/Queue/Container/creole.php Mail/Queue/Container/db.php \
+		Mail/Queue/Container/mdb.php Mail/Queue/Container/mdb2.php
 DOCS=		README TODO add_example.php base.php \
 		mdb_mail_queue_schema.xml mysql.sql pgsql.sql send_example.php
 
+OPTIONS=	PEAR_DB "PEAR::DB support" off \
+		PEAR_MDB "PEAR::MDB support" off \
+		PEAR_MDB2 "PEAR::MDB2 support" off
+
 .include <bsd.port.pre.mk>
+
+.if defined(WITH_PEAR_DB)
+RUN_DEPENDS+=	${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
+.endif
+
+.if defined(WITH_PEAR_MDB)
+RUN_DEPENDS+=	${PEARDIR}/MDB.php:${PORTSDIR}/databases/pear-MDB
+.endif
+
+.if defined(WITH_PEAR_MDB2)
+RUN_DEPENDS+=	${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2
+.endif
+
 .include "${PORTSDIR}/devel/pear/bsd.pear.mk"
 .include <bsd.port.post.mk>
--- distinfo.orig	2009-09-05 08:35:08.000000000 +0800
+++ distinfo	2009-09-05 08:35:30.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (PEAR/Mail_Queue-1.2.2.tgz) = c2b09b88e956b361d74c79fe0cea2ebd
-SHA256 (PEAR/Mail_Queue-1.2.2.tgz) = bddf5f0b028a19641706e3b36f673cafca469159e26bd3d512013f8c3eef49a3
-SIZE (PEAR/Mail_Queue-1.2.2.tgz) = 18192
+MD5 (PEAR/Mail_Queue-1.2.3.tgz) = 7b1a15d23f9efc60d331fe4986da7a47
+SHA256 (PEAR/Mail_Queue-1.2.3.tgz) = 686393ecadbf1ba90711ca5b80d3599fe165280f26eb1836d806fe7283227e3c
+SIZE (PEAR/Mail_Queue-1.2.3.tgz) = 19483


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909050342.n853guWw012302>