svn commit: r331292 - in head: devel/pear-channel-horde mail/pear-Horde_Smtp
Martin Matuska
mm at FreeBSD.org
Tue Oct 22 16:18:02 UTC 2013
Author: mm
Date: Tue Oct 22 16:18:01 2013
New Revision: 331292
URL: http://svnweb.freebsd.org/changeset/ports/331292
Log:
Add missing dependency on pear-Horde_Socket_Client to pear-Horde_Smtp
Modified:
head/devel/pear-channel-horde/bsd.horde.mk
head/mail/pear-Horde_Smtp/Makefile
Modified: head/devel/pear-channel-horde/bsd.horde.mk
==============================================================================
--- head/devel/pear-channel-horde/bsd.horde.mk Tue Oct 22 16:15:08 2013 (r331291)
+++ head/devel/pear-channel-horde/bsd.horde.mk Tue Oct 22 16:18:01 2013 (r331292)
@@ -84,6 +84,7 @@ horde-Horde_Scheduler-DEPEND= ${PEARDIR}
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_Socket_Client-DEPEND= ${PEARDIR}/Horde/Socket/Client.php:${PORTSDIR}/net/pear-Horde_Socket_Client
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/pear-Horde_Smtp/Makefile
==============================================================================
--- head/mail/pear-Horde_Smtp/Makefile Tue Oct 22 16:15:08 2013 (r331291)
+++ head/mail/pear-Horde_Smtp/Makefile Tue Oct 22 16:18:01 2013 (r331292)
@@ -2,6 +2,7 @@
PORTNAME= Horde_Smtp
PORTVERSION= 1.2.5
+PORTREVISION= 1
CATEGORIES= mail www pear
PKGNAMEPREFIX= pear-
@@ -10,6 +11,7 @@ COMMENT= Horde SMTP Client
USE_HORDE_RUN= Horde_Exception \
Horde_Mail \
+ Horde_Socket_Client \
Horde_Support
NO_STAGE= yes
More information about the svn-ports-all
mailing list