[Bug 250212] databases/py-sqlalchemy-utils : pkgname typo in Makefile

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Oct 9 00:11:20 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250212

            Bug ID: 250212
           Summary: databases/py-sqlalchemy-utils : pkgname typo in
                    Makefile
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet at FreeBSD.org
          Reporter: tigersharke at gmail.com
             Flags: maintainer-feedback?(sunpoet at FreeBSD.org)
          Assignee: sunpoet at FreeBSD.org

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}

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list