Bug 226738 - sysutils/docker-compose: relax USES=python
Summary: sysutils/docker-compose: relax USES=python
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Nikolai Lifanov
URL: https://people.FreeBSD.org/~sunpoet/p...
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-19 18:57 UTC by Po-Chuan Hsieh
Modified: 2018-03-19 20:25 UTC (History)
0 users

See Also:
lifanov: maintainer-feedback+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Po-Chuan Hsieh freebsd_committer freebsd_triage 2018-03-19 18:57:51 UTC
Relax USES=python

- Fix RUN_DEPENDS: remove duplicate net/py-ipaddress
- Simplify Makefile: use PY_IPADDRESS
- Sort RUN_DEPENDS
- Add NO_ARCH
- Use PYTHON_REL instead of PYTHON_SUFFIX
- Fix indent
- Bump PORTREVISION for dependency change
Comment 1 Nikolai Lifanov freebsd_committer freebsd_triage 2018-03-19 19:45:59 UTC
Approved!
Comment 2 Nikolai Lifanov freebsd_committer freebsd_triage 2018-03-19 19:46:12 UTC
Thank you for your work!
Comment 3 commit-hook freebsd_committer freebsd_triage 2018-03-19 20:24:17 UTC
A commit references this bug:

Author: sunpoet
Date: Mon Mar 19 20:23:56 UTC 2018
New revision: 465030
URL: https://svnweb.freebsd.org/changeset/ports/465030

Log:
  Relax USES=python

  - Fix RUN_DEPENDS: remove duplicate net/py-ipaddress
  - Simplify Makefile: use PY_IPADDRESS
  - Sort RUN_DEPENDS
  - Add NO_ARCH
  - Use PYTHON_REL instead of PYTHON_SUFFIX
  - Fix indent
  - Bump PORTREVISION for dependency change

  PR:		226738
  Submitted by:	sunpoet (myself)
  Approved by:	lifanov (maintainer)

Changes:
  head/sysutils/docker-compose/Makefile
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2018-03-19 20:25:51 UTC
Committed. Thanks!