svn commit: r473875 - head/mail/roundcube-groupvice

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jul 4 09:37:37 UTC 2018


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


More information about the svn-ports-all mailing list