svn commit: r554516 - head/net-im/p5-SOAP-Transport-JABBER

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 8 17:13:41 UTC 2020


Author: sunpoet
Date: Sun Nov  8 17:13:37 2020
New Revision: 554516
URL: https://svnweb.freebsd.org/changeset/ports/554516

Log:
  Fix LICENSE

Modified:
  head/net-im/p5-SOAP-Transport-JABBER/Makefile

Modified: head/net-im/p5-SOAP-Transport-JABBER/Makefile
==============================================================================
--- head/net-im/p5-SOAP-Transport-JABBER/Makefile	Sun Nov  8 17:13:33 2020	(r554515)
+++ head/net-im/p5-SOAP-Transport-JABBER/Makefile	Sun Nov  8 17:13:37 2020	(r554516)
@@ -11,7 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Jabber-based transport backend for SOAP::Lite
 
-LICENSE=	ART10
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Net-Jabber>=0:net-im/p5-Net-Jabber \


More information about the svn-ports-all mailing list