Bug 217207 - [PATCH] www/py-flask: Enable concurrent installs
Summary: [PATCH] www/py-flask: Enable concurrent installs
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: Olivier Duchateau
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2017-02-18 17:30 UTC by John W. O'Brien
Modified: 2017-03-03 09:14 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (olivierd)


Attachments
www/py-flask: Enable concurrent installs (546 bytes, patch)
2017-02-18 17:30 UTC, John W. O'Brien
john: maintainer-approval?
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John W. O'Brien 2017-02-18 17:30:30 UTC
Created attachment 180116 [details]
www/py-flask: Enable concurrent installs

www/py-flask installs a 'flask' CLI test server to ${PREFIX}/bin.

The attached patch enables "concurrent" and bumps PORTREVISION due to the new,
version-qualified script installed under the default build.

QA
==

portlint: OK
poudriere: OK -- tested on 10.3-RELEASE-p14 on amd64 w/py27 (default), py34, py35, py36
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-03-03 09:09:29 UTC
A commit references this bug:

Author: olivierd
Date: Fri Mar  3 09:08:51 UTC 2017
New revision: 435324
URL: https://svnweb.freebsd.org/changeset/ports/435324

Log:
  - Add concurrent variable in USE_PYTHON
  - Bump PORTREVISION

  PR:		217207
  Submitted by:	John W. O'Brien

Changes:
  head/www/py-flask/Makefile
Comment 2 Olivier Duchateau freebsd_committer freebsd_triage 2017-03-03 09:14:06 UTC
Committed, thanks!