diff options
author | koobs <koobs@FreeBSD.org> | 2015-11-30 16:37:38 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2015-11-30 16:37:38 +0800 |
commit | b97a0f439b76ab41e9b8de4c9a2654b1761819d9 (patch) | |
tree | 1edd47b779fe570b336863c9eee8ae6507287ca8 /sysutils/bsdploy | |
parent | 0251a8898e9b2342b578c9e56a7b591e34948c9f (diff) | |
download | freebsd-ports-gnome-b97a0f439b76ab41e9b8de4c9a2654b1761819d9.tar.gz freebsd-ports-gnome-b97a0f439b76ab41e9b8de4c9a2654b1761819d9.tar.zst freebsd-ports-gnome-b97a0f439b76ab41e9b8de4c9a2654b1761819d9.zip |
archivers/py-liblzma: Rename to pylibzma, Modernize
- Rename to match upstream (PyPI) name: pylibzma
- Backport upstream issue/commit to fix build without pkg-config [1][2]
- Remove post-patch: target, no longer necessary
- Remove other setup.py overrides, back to upstream sources
- Add do-test target:
- Add LICENSE_FILE
- Add MOVED entry
While I'm here:
- Update sysutils/bsdploy dependency
[1] https://bugs.launchpad.net/pyliblzma/+bug/613837
[2] https://bazaar.launchpad.net/~proyvind/pyliblzma/trunk/revision/494
Reviewed by: sbz
Approved by: dbn (maintainer timeout, 15 days)
Differential Revision: D4161
Diffstat (limited to 'sysutils/bsdploy')
-rw-r--r-- | sysutils/bsdploy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/bsdploy/Makefile b/sysutils/bsdploy/Makefile index c293b96f6059..8c97eb8d57fd 100644 --- a/sysutils/bsdploy/Makefile +++ b/sysutils/bsdploy/Makefile @@ -12,7 +12,7 @@ COMMENT= Container Management for FreeBSD Jails RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:${PORTSDIR}/devel/py-Jinja2 \ ${PYTHON_PKGNAMEPREFIX}setuptools${PYTHON_SUFFIX}>0:${PORTSDIR}/devel/py-setuptools${PYTHON_SUFFIX} \ - ${PYTHON_PKGNAMEPREFIX}liblzma>0:${PORTSDIR}/archivers/py-liblzma \ + ${PYTHON_PKGNAMEPREFIX}pyliblzma>0:${PORTSDIR}/archivers/py-pyliblzma \ ${PYTHON_PKGNAMEPREFIX}ploy>=1.2.0:${PORTSDIR}/sysutils/py-ploy \ ${PYTHON_PKGNAMEPREFIX}ploy_ansible>=1.3.0:${PORTSDIR}/sysutils/py-ploy_ansible \ ${PYTHON_PKGNAMEPREFIX}ploy_ezjail>=1.2.0:${PORTSDIR}/sysutils/py-ploy_ezjail \ |