Bug 217207

Summary: [PATCH] www/py-flask: Enable concurrent installs
Product: Ports & Packages Reporter: John W. O'Brien <john>
Component: Individual Port(s)Assignee: Olivier Duchateau <olivierd>
Status: Closed FIXED    
Severity: Affects Only Me CC: python
Priority: --- Keywords: patch
Version: LatestFlags: bugzilla: maintainer-feedback? (olivierd)
Hardware: Any   
OS: Any   
Attachments:
Description Flags
www/py-flask: Enable concurrent installs john: maintainer-approval?

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!