Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jan 2019 09:30:25 +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: r489568 - head/devel/py-python-subunit
Message-ID:  <201901070930.x079UPSC094975@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Jan  7 09:30:24 2019
New Revision: 489568
URL: https://svnweb.freebsd.org/changeset/ports/489568

Log:
  - Fix LICENSE
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/devel/py-python-subunit/Makefile
  head/devel/py-python-subunit/pkg-descr

Modified: head/devel/py-python-subunit/Makefile
==============================================================================
--- head/devel/py-python-subunit/Makefile	Mon Jan  7 09:07:06 2019	(r489567)
+++ head/devel/py-python-subunit/Makefile	Mon Jan  7 09:30:24 2019	(r489568)
@@ -10,7 +10,8 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	freebsd_ports@k-worx.org
 COMMENT=	Python implementation of subunit test streaming protocol
 
-LICENSE=	MIT
+LICENSE=	BSD3CLAUSE APACHE20
+LICENSE_COMB=	dual
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}extras>=0:devel/py-extras@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}testtools>=0.9.34:devel/py-testtools@${PY_FLAVOR}

Modified: head/devel/py-python-subunit/pkg-descr
==============================================================================
--- head/devel/py-python-subunit/pkg-descr	Mon Jan  7 09:07:06 2019	(r489567)
+++ head/devel/py-python-subunit/pkg-descr	Mon Jan  7 09:30:24 2019	(r489568)
@@ -16,4 +16,4 @@ or space), it has a well defined recovery mechanism fo
 streams (e.g. where two processes write to the same stream concurrently, or
 where the stream generator suffers a bug).
 
-WWW: http://launchpad.net/subunit
+WWW: https://launchpad.net/subunit



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901070930.x079UPSC094975>