Date: Wed, 5 Dec 2018 14:22:50 +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: r486675 - head/mail/roundcube Message-ID: <201812051422.wB5EMolX004197@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Dec 5 14:22:50 2018 New Revision: 486675 URL: https://svnweb.freebsd.org/changeset/ports/486675 Log: - Fix LICENSE - Add LICENSE_FILE - Update WWW Approved by: portmgr blanket Modified: head/mail/roundcube/Makefile head/mail/roundcube/pkg-descr Modified: head/mail/roundcube/Makefile ============================================================================== --- head/mail/roundcube/Makefile Wed Dec 5 14:21:23 2018 (r486674) +++ head/mail/roundcube/Makefile Wed Dec 5 14:22:50 2018 (r486675) @@ -11,7 +11,8 @@ PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER?= ale@FreeBSD.org COMMENT= Fully skinnable XHTML/CSS webmail written in PHP -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes NO_BUILD= yes Modified: head/mail/roundcube/pkg-descr ============================================================================== --- head/mail/roundcube/pkg-descr Wed Dec 5 14:21:23 2018 (r486674) +++ head/mail/roundcube/pkg-descr Wed Dec 5 14:22:50 2018 (r486675) @@ -5,4 +5,4 @@ folder manipulation and message filters. RoundCube Web PHP and requires the MySQL database. The user interface is fully skinnable using XHTML and CSS 2. -WWW: http://www.roundcube.net/ +WWW: https://roundcube.net/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812051422.wB5EMolX004197>