Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Aug 2013 11:48:25 +0000 (UTC)
From:      Martin Matuska <mm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325518 - in head: devel/pear-channel-horde mail/horde-imp
Message-ID:  <201308281148.r7SBmPm5068711@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mm
Date: Wed Aug 28 11:48:25 2013
New Revision: 325518
URL: http://svnweb.freebsd.org/changeset/ports/325518

Log:
  Add Horde_Smtp to bsd.horde.mk and register as a dependency for horde-imp

Modified:
  head/devel/pear-channel-horde/bsd.horde.mk
  head/mail/horde-imp/Makefile

Modified: head/devel/pear-channel-horde/bsd.horde.mk
==============================================================================
--- head/devel/pear-channel-horde/bsd.horde.mk	Wed Aug 28 11:44:47 2013	(r325517)
+++ head/devel/pear-channel-horde/bsd.horde.mk	Wed Aug 28 11:48:25 2013	(r325518)
@@ -83,6 +83,7 @@ horde-Horde_SessionHandler-DEPEND=	${PEA
 horde-Horde_Scheduler-DEPEND=	${PEARDIR}/Horde/Scheduler.php:${PORTSDIR}/devel/pear-Horde_Scheduler
 horde-Horde_Scribe-DEPEND=	${PEARDIR}/Horde/Scribe.php:${PORTSDIR}/net/pear-Horde_Scribe
 horde-Horde_Share-DEPEND=	${PEARDIR}/Horde/Share/Base.php:${PORTSDIR}/security/pear-Horde_Share
+horde-Horde_Smtp-DEPEND=	${PEARDIR}/Horde/Smtp.php:${PORTSDIR}/mail/pear-Horde_Smtp
 horde-Horde_SpellChecker-DEPEND=	${PEARDIR}/Horde/SpellChecker.php:${PORTSDIR}/textproc/pear-Horde_SpellChecker
 horde-Horde_Stream-DEPEND=	${PEARDIR}/Horde/Stream.php:${PORTSDIR}/devel/pear-Horde_Stream
 horde-Horde_Stream_Filter-DEPEND=	${PEARDIR}/Horde/Stream/Filter/Crc32.php:${PORTSDIR}/devel/pear-Horde_Stream_Filter

Modified: head/mail/horde-imp/Makefile
==============================================================================
--- head/mail/horde-imp/Makefile	Wed Aug 28 11:44:47 2013	(r325517)
+++ head/mail/horde-imp/Makefile	Wed Aug 28 11:48:25 2013	(r325518)
@@ -2,6 +2,7 @@
 
 PORTNAME=	imp
 PORTVERSION=	6.1.4
+PORTREVISION=	1
 CATEGORIES=	mail www pear
 PKGNAMEPREFIX=	horde-
 
@@ -39,6 +40,7 @@ USE_HORDE_RUN=	Horde_Role \
 		Horde_Notification \
 		Horde_Perms \
 		Horde_Serialize \
+		Horde_Smtp \
 		Horde_SpellChecker \
 		Horde_Stream_Filter \
 		Horde_Support \



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