Date: Wed, 4 Jul 2018 09:37:36 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473875 - head/mail/roundcube-groupvice Message-ID: <201807040937.w649baML085439@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Jul 4 09:37:36 2018 New Revision: 473875 URL: https://svnweb.freebsd.org/changeset/ports/473875 Log: - Add LICENSE (APACHE20 for pngbehavior.htc script, unspecified for all other files) - Pet portlint, whitespace fix - Update WWW Modified: head/mail/roundcube-groupvice/Makefile head/mail/roundcube-groupvice/pkg-descr Modified: head/mail/roundcube-groupvice/Makefile ============================================================================== --- head/mail/roundcube-groupvice/Makefile Wed Jul 4 09:30:56 2018 (r473874) +++ head/mail/roundcube-groupvice/Makefile Wed Jul 4 09:37:36 2018 (r473875) @@ -11,9 +11,12 @@ PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Theme for RoundCube Web Mail +LICENSE= NONE APACHE20 +LICENSE_COMB= multi + RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=0.2:mail/roundcube@${PHP_FLAVOR} -USES= php:flavors +USES= php:flavors NO_BUILD= yes NO_ARCH= yes @@ -22,7 +25,7 @@ WWWDIR?= ${PREFIX}/www/roundcube/skins/groupvice SUB_FILES= pkg-message do-install: - ${MKDIR} ${STAGEDIR}${WWWDIR} + @${MKDIR} ${STAGEDIR}${WWWDIR} cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}${WWWDIR} .include <bsd.port.mk> Modified: head/mail/roundcube-groupvice/pkg-descr ============================================================================== --- head/mail/roundcube-groupvice/pkg-descr Wed Jul 4 09:30:56 2018 (r473874) +++ head/mail/roundcube-groupvice/pkg-descr Wed Jul 4 09:37:36 2018 (r473875) @@ -4,4 +4,4 @@ application. This theme is based on Novell Groupwise WebAccess v7 and is known to be compatible with IE7, IE8, Safari, Opera, and Firefox. -WWW: http://www.roundcubeforum.net +WWW: https://www.roundcubeforum.net/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807040937.w649baML085439>