From owner-svn-ports-all@freebsd.org Thu Oct 12 21:46:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 715EFE35CCB; Thu, 12 Oct 2017 21:46:14 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E99D68C00; Thu, 12 Oct 2017 21:46:14 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9CLkDBL012820; Thu, 12 Oct 2017 21:46:13 GMT (envelope-from mm@FreeBSD.org) Received: (from mm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9CLkDQf012818; Thu, 12 Oct 2017 21:46:13 GMT (envelope-from mm@FreeBSD.org) Message-Id: <201710122146.v9CLkDQf012818@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mm set sender to mm@FreeBSD.org using -f From: Martin Matuska Date: Thu, 12 Oct 2017 21:46:13 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: mm X-SVN-Commit-Paths: in head: deskutils/horde-mnemo mail/horde-turba X-SVN-Commit-Revision: 451932 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Oct 2017 21:46:14 -0000 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 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 \