Bug 250212 - databases/py-sqlalchemy-utils : pkgname typo in Makefile
Summary: databases/py-sqlalchemy-utils : pkgname typo in Makefile
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-09 00:11 UTC by tigersharke
Modified: 2020-10-10 07:49 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tigersharke 2020-10-09 00:11:19 UTC
One-char Makefile typo in run depends. pkgname should be capitalized, Babel as below.

Line with typo:
BABEL_RUN_DEPENDS=      ${PYTHON_PKGNAMEPREFIX}babel>=1.3:devel/py-babel@${PY_FLAVOR}

Correct line:
BABEL_RUN_DEPENDS=      ${PYTHON_PKGNAMEPREFIX}Babel>=1.3:devel/py-babel@${PY_FLAVOR}
Comment 1 Po-Chuan Hsieh freebsd_committer freebsd_triage 2020-10-10 07:49:15 UTC
Committed. Thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-10-10 07:49:35 UTC
A commit references this bug:

Author: sunpoet
Date: Sat Oct 10 07:47:34 UTC 2020
New revision: 551906
URL: https://svnweb.freebsd.org/changeset/ports/551906

Log:
  Fix typo

  PR:		250212
  Submitted by:	<tigersharke@gmail.com>

Changes:
  head/databases/py-sqlalchemy-utils/Makefile