Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Oct 2017 21:46:13 +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: r451932 - in head: deskutils/horde-mnemo mail/horde-turba
Message-ID:  <201710122146.v9CLkDQf012818@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mm
Date: Thu Oct 12 21:46:13 2017
New Revision: 451932
URL: https://svnweb.freebsd.org/changeset/ports/451932

Log:
  Add horde-content dependency to mnemo and turba
  
  Reported by:	Craig Green <cgreen@sentex.net>

Modified:
  head/deskutils/horde-mnemo/Makefile
  head/mail/horde-turba/Makefile

Modified: head/deskutils/horde-mnemo/Makefile
==============================================================================
--- head/deskutils/horde-mnemo/Makefile	Thu Oct 12 21:45:24 2017	(r451931)
+++ head/deskutils/horde-mnemo/Makefile	Thu Oct 12 21:46:13 2017	(r451932)
@@ -2,6 +2,7 @@
 
 PORTNAME=	mnemo
 PORTVERSION=	4.2.14
+PORTREVISION=	1
 CATEGORIES=	deskutils www pear
 PKGNAMEPREFIX=	horde-
 
@@ -16,6 +17,7 @@ USE_PHP=	gettext
 USE_HORDE_BUILD=	Horde_Role
 USE_HORDE_RUN=	Horde_Role \
 		horde \
+		content \
 		Horde_Auth \
 		Horde_Core \
 		Horde_Data \

Modified: head/mail/horde-turba/Makefile
==============================================================================
--- head/mail/horde-turba/Makefile	Thu Oct 12 21:45:24 2017	(r451931)
+++ head/mail/horde-turba/Makefile	Thu Oct 12 21:46:13 2017	(r451932)
@@ -2,6 +2,7 @@
 
 PORTNAME=	turba
 PORTVERSION=	4.2.21
+PORTREVISION=	1
 PKGNAMEPREFIX=	horde-
 CATEGORIES=	mail www pear
 
@@ -21,6 +22,7 @@ USE_PHP=	gettext hash json
 USE_HORDE_BUILD=	Horde_Role
 USE_HORDE_RUN=	Horde_Role \
 		horde \
+		content \
 		Horde_Auth \
 		Horde_Core \
 		Horde_Data \



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