svn commit: r489568 - head/devel/py-python-subunit

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jan 7 09:30:26 UTC 2019


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


More information about the svn-ports-head mailing list