1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- Update to 1.2.3

PR:		138542
Submitted by:	Wen Heping <wenheping@gmail.com>
This commit is contained in:
Martin Wilke 2009-09-09 09:29:18 +00:00
parent 1800d08aea
commit 3757ec72de
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241089
2 changed files with 26 additions and 8 deletions

View File

@ -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 @@ BUILD_DEPENDS= ${PEARDIR}/Mail.php:${PORTSDIR}/mail/pear-Mail \
${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>

View File

@ -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) = ba6e9c0bbf0a782805579a328972e7d3
SHA256 (PEAR/Mail_Queue-1.2.3.tgz) = c39e054ef2da9ac9738b4aba86a109d36fdde17af83c8f016f444d26ea961987
SIZE (PEAR/Mail_Queue-1.2.3.tgz) = 19482