svn commit: r451932 - in head: deskutils/horde-mnemo mail/horde-turba
Martin Matuska
mm at FreeBSD.org
Thu Oct 12 21:46:14 UTC 2017
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 at 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 \
More information about the svn-ports-head
mailing list