svn commit: r486675 - head/mail/roundcube

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Dec 5 14:22:51 UTC 2018


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 at 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/


More information about the svn-ports-all mailing list