From owner-svn-ports-head@FreeBSD.ORG Wed Apr 15 11:29:33 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 09A26DEE; Wed, 15 Apr 2015 11:29:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 DF5A2D7F; Wed, 15 Apr 2015 11:29:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3FBTWPx016212; Wed, 15 Apr 2015 11:29:32 GMT (envelope-from mm@FreeBSD.org) Received: (from mm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3FBTQCW016191; Wed, 15 Apr 2015 11:29:26 GMT (envelope-from mm@FreeBSD.org) Message-Id: <201504151129.t3FBTQCW016191@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mm set sender to mm@FreeBSD.org using -f From: Martin Matuska Date: Wed, 15 Apr 2015 11:29:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384045 - in head: deskutils/horde-groupware deskutils/horde-kronolith deskutils/horde-mnemo deskutils/horde-nag devel/horde-content devel/horde-whups ftp/horde-gollem mail/horde-imp ma... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Apr 2015 11:29:33 -0000 Author: mm Date: Wed Apr 15 11:29:26 2015 New Revision: 384045 URL: https://svnweb.freebsd.org/changeset/ports/384045 Log: Add CVE information to all Horde applications PR: 199368 Modified: head/deskutils/horde-groupware/Makefile head/deskutils/horde-kronolith/Makefile head/deskutils/horde-mnemo/Makefile head/deskutils/horde-nag/Makefile head/devel/horde-content/Makefile head/devel/horde-whups/Makefile head/ftp/horde-gollem/Makefile head/mail/horde-imp/Makefile head/mail/horde-ingo/Makefile head/mail/horde-turba/Makefile head/mail/horde-webmail/Makefile head/www/horde-ansel/Makefile head/www/horde-base/Makefile head/www/horde-passwd/Makefile head/www/horde-trean/Makefile head/www/horde-wicked/Makefile Modified: head/deskutils/horde-groupware/Makefile ============================================================================== --- head/deskutils/horde-groupware/Makefile Wed Apr 15 11:14:30 2015 (r384044) +++ head/deskutils/horde-groupware/Makefile Wed Apr 15 11:29:26 2015 (r384045) @@ -10,7 +10,7 @@ COMMENT= Horde Groupware CONFLICTS= horde-webmail-[456]* -USES= horde +USES= horde cpe USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ content \ Modified: head/deskutils/horde-kronolith/Makefile ============================================================================== --- head/deskutils/horde-kronolith/Makefile Wed Apr 15 11:14:30 2015 (r384044) +++ head/deskutils/horde-kronolith/Makefile Wed Apr 15 11:29:26 2015 (r384045) @@ -18,7 +18,7 @@ DATE_HOLIDAYS_DESC= Depend on PEAR Date_ TIMEOBJECTS_DESC= Depenbd on Horde timeobjects XMLWRITER_DESC= Depend on PHP xmlwriter extension -USES= horde +USES= horde cpe USE_PHP= gettext json simplexml USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ Modified: head/deskutils/horde-mnemo/Makefile ============================================================================== --- head/deskutils/horde-mnemo/Makefile Wed Apr 15 11:14:30 2015 (r384044) +++ head/deskutils/horde-mnemo/Makefile Wed Apr 15 11:29:26 2015 (r384045) @@ -11,7 +11,7 @@ COMMENT= Horde web based notes manager LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= horde +USES= horde cpe USE_PHP= gettext USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ Modified: head/deskutils/horde-nag/Makefile ============================================================================== --- head/deskutils/horde-nag/Makefile Wed Apr 15 11:14:30 2015 (r384044) +++ head/deskutils/horde-nag/Makefile Wed Apr 15 11:29:26 2015 (r384045) @@ -11,7 +11,7 @@ COMMENT= Horde web based task list manag LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= horde +USES= horde cpe USE_PHP= gettext USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ Modified: head/devel/horde-content/Makefile ============================================================================== --- head/devel/horde-content/Makefile Wed Apr 15 11:14:30 2015 (r384044) +++ head/devel/horde-content/Makefile Wed Apr 15 11:29:26 2015 (r384045) @@ -8,7 +8,7 @@ PKGNAMEPREFIX= horde- MAINTAINER= horde@FreeBSD.org COMMENT= Horde tagging application -USES= horde +USES= horde cpe USE_PHP= gettext json USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ Modified: head/devel/horde-whups/Makefile ============================================================================== --- head/devel/horde-whups/Makefile Wed Apr 15 11:14:30 2015 (r384044) +++ head/devel/horde-whups/Makefile Wed Apr 15 11:29:26 2015 (r384045) @@ -11,7 +11,7 @@ COMMENT= Horde bug tracking/ticketing sy LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= horde +USES= horde cpe USE_PHP= gettext json USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ Modified: head/ftp/horde-gollem/Makefile ============================================================================== --- head/ftp/horde-gollem/Makefile Wed Apr 15 11:14:30 2015 (r384044) +++ head/ftp/horde-gollem/Makefile Wed Apr 15 11:29:26 2015 (r384045) @@ -12,7 +12,7 @@ COMMENT= Horde Web-based File Manager LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= horde +USES= horde cpe USE_PHP= gettext json USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ Modified: head/mail/horde-imp/Makefile ============================================================================== --- head/mail/horde-imp/Makefile Wed Apr 15 11:14:30 2015 (r384044) +++ head/mail/horde-imp/Makefile Wed Apr 15 11:29:26 2015 (r384045) @@ -11,7 +11,7 @@ COMMENT= Horde web based webmail system LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= horde +USES= horde cpe USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ horde \ Modified: head/mail/horde-ingo/Makefile ============================================================================== --- head/mail/horde-ingo/Makefile Wed Apr 15 11:14:30 2015 (r384044) +++ head/mail/horde-ingo/Makefile Wed Apr 15 11:29:26 2015 (r384045) @@ -11,7 +11,7 @@ COMMENT= Horde email filter rules manage LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= horde +USES= horde cpe USE_PHP= gettext USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ Modified: head/mail/horde-turba/Makefile ============================================================================== --- head/mail/horde-turba/Makefile Wed Apr 15 11:14:30 2015 (r384044) +++ head/mail/horde-turba/Makefile Wed Apr 15 11:29:26 2015 (r384045) @@ -16,7 +16,7 @@ FACEBOOK_DESC= Support connections with IMSP_DSC= Support IMSP addressbooks LDAP_DESC= Support LDAP Addressbooks -USES= horde +USES= horde cpe USE_PHP= gettext hash json USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ Modified: head/mail/horde-webmail/Makefile ============================================================================== --- head/mail/horde-webmail/Makefile Wed Apr 15 11:14:30 2015 (r384044) +++ head/mail/horde-webmail/Makefile Wed Apr 15 11:29:26 2015 (r384045) @@ -10,7 +10,9 @@ COMMENT= Horde Groupware Webmail Edition CONFLICTS= horde-groupware-[456]* -USES= horde +USES= horde cpe +CPE_PRODUCT= groupware +CPE_EDITION= webmail USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ content \ Modified: head/www/horde-ansel/Makefile ============================================================================== --- head/www/horde-ansel/Makefile Wed Apr 15 11:14:30 2015 (r384044) +++ head/www/horde-ansel/Makefile Wed Apr 15 11:29:26 2015 (r384045) @@ -11,7 +11,7 @@ COMMENT= Horde Photo Management and Web LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= horde +USES= horde cpe USE_PHP= gettext hash USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ Modified: head/www/horde-base/Makefile ============================================================================== --- head/www/horde-base/Makefile Wed Apr 15 11:14:30 2015 (r384044) +++ head/www/horde-base/Makefile Wed Apr 15 11:29:26 2015 (r384045) @@ -18,7 +18,7 @@ ICONV_DESC= Depend on PHP iconv extensio TWITTER_DESC= Support connections to Twitter WEATHER_DESC= Support weather forecast display -USES= horde +USES= horde cpe USE_PHP= filter gettext hash USE_HORDE_BUILD= Horde_Role Modified: head/www/horde-passwd/Makefile ============================================================================== --- head/www/horde-passwd/Makefile Wed Apr 15 11:14:30 2015 (r384044) +++ head/www/horde-passwd/Makefile Wed Apr 15 11:29:26 2015 (r384045) @@ -11,7 +11,7 @@ COMMENT= Horde password changing applica LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= horde +USES= horde cpe USE_PHP= gettext USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ Modified: head/www/horde-trean/Makefile ============================================================================== --- head/www/horde-trean/Makefile Wed Apr 15 11:14:30 2015 (r384044) +++ head/www/horde-trean/Makefile Wed Apr 15 11:29:26 2015 (r384045) @@ -11,7 +11,7 @@ COMMENT= Horde Bookmark Manager LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= horde +USES= horde cpe USE_PHP= gettext json USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ Modified: head/www/horde-wicked/Makefile ============================================================================== --- head/www/horde-wicked/Makefile Wed Apr 15 11:14:30 2015 (r384044) +++ head/www/horde-wicked/Makefile Wed Apr 15 11:29:26 2015 (r384045) @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS+= ${PEARDIR}/Text/Wiki.php:${PORTSDIR}/www/pear-Text_Wiki -USES= horde +USES= horde cpe USE_PHP= gettext USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \