svn commit: r325518 - in head: devel/pear-channel-horde mail/horde-imp

Martin Matuska mm at FreeBSD.org
Wed Aug 28 11:48:26 UTC 2013


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 \


More information about the svn-ports-head mailing list