Date: Mon, 15 Oct 2018 09:38:43 +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: r482145 - head/mail/roundcube-umich Message-ID: <201810150938.w9F9chfh042491@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Oct 15 09:38:43 2018 New Revision: 482145 URL: https://svnweb.freebsd.org/changeset/ports/482145 Log: - Add LICENSE - Whitespace fix - Silence patching - Update WWW Modified: head/mail/roundcube-umich/Makefile head/mail/roundcube-umich/pkg-descr Modified: head/mail/roundcube-umich/Makefile ============================================================================== --- head/mail/roundcube-umich/Makefile Mon Oct 15 09:27:26 2018 (r482144) +++ head/mail/roundcube-umich/Makefile Mon Oct 15 09:38:43 2018 (r482145) @@ -11,16 +11,18 @@ PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Theme for RoundCube Web Mail +LICENSE= GPLv3+ # same as roundcube's + RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=0.2:mail/roundcube@${PHP_FLAVOR} -USES= php:flavors +USES= php:flavors NO_BUILD= yes NO_ARCH= yes WWWDIR?= ${PREFIX}/www/roundcube/skins/umich post-patch: - ${FIND} ${WRKSRC} -type f -name '*.orig' -delete + @${FIND} ${WRKSRC} -type f -name '*.orig' -delete do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} Modified: head/mail/roundcube-umich/pkg-descr ============================================================================== --- head/mail/roundcube-umich/pkg-descr Mon Oct 15 09:27:26 2018 (r482144) +++ head/mail/roundcube-umich/pkg-descr Mon Oct 15 09:38:43 2018 (r482145) @@ -4,4 +4,4 @@ optimal usability in mind. Light color blocks and bord areas without drawing too much attention or drawing focus away from the content. -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?201810150938.w9F9chfh042491>