diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-01-07 09:30:24 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-01-07 09:30:24 +0000 |
commit | bd390f17969124da12f9a8562242a5d50ce4b3ec (patch) | |
tree | 85af516a03a394a94ed0f31bb48777ead4f65292 | |
parent | Fix plist (diff) |
- Fix LICENSE
- Update WWW
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=489568
Diffstat (limited to '')
-rw-r--r-- | devel/py-python-subunit/Makefile | 3 | ||||
-rw-r--r-- | devel/py-python-subunit/pkg-descr | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/devel/py-python-subunit/Makefile b/devel/py-python-subunit/Makefile index ba8edb89ad5f..2a36d07b1d56 100644 --- a/devel/py-python-subunit/Makefile +++ b/devel/py-python-subunit/Makefile @@ -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} diff --git a/devel/py-python-subunit/pkg-descr b/devel/py-python-subunit/pkg-descr index 8b237ddb6211..3f2ee9c6c145 100644 --- a/devel/py-python-subunit/pkg-descr +++ b/devel/py-python-subunit/pkg-descr @@ -16,4 +16,4 @@ or space), it has a well defined recovery mechanism for dealing with corrupted 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 |