Bug 182745 - [maintainer-update] [patch] devel/diffuse: Add stage support.
Summary: [maintainer-update] [patch] devel/diffuse: Add stage support.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-06 15:30 UTC by Marco Bröder
Modified: 2013-10-14 13:01 UTC (History)
0 users

See Also:


Attachments
file.diff (4.22 KB, patch)
2013-10-06 15:30 UTC, Marco Bröder
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marco Bröder 2013-10-06 15:30:00 UTC
Support staging.

Simplify options handling by using OPTIONS_SUB and ${OPT}_USES.

Add patch to use ${PYTHON_CMD} instead of '/usr/bin/env python' to actually run
the script with the same python version the package was built for.

Since it is now possible to use the python meta-ports as direct dependencies,
just depend on the python 2 meta-port, because a specific minor version is not
relevant.

Minor fixes / safety belt additions.

Tested (amd64) on head, stable/9, releng/9.2, releng/8.4.

Thanks!

Fix: Patch attached with submission follows:
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2013-10-07 12:11:48 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 2 William Grzybowski freebsd_committer freebsd_triage 2013-10-14 13:01:02 UTC
State Changed
From-To: open->closed

Committed. Thanks!