Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 09 Oct 2020 00:11:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 250212] databases/py-sqlalchemy-utils : pkgname typo in Makefile
Message-ID:  <bug-250212-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D250212

            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@FreeBSD.org
          Reporter: tigersharke@gmail.com
             Flags: maintainer-feedback?(sunpoet@FreeBSD.org)
          Assignee: sunpoet@FreeBSD.org

One-char Makefile typo in run depends. pkgname should be capitalized, Babel=
 as
below.

Line with typo:
BABEL_RUN_DEPENDS=3D=20=20=20=20=20
${PYTHON_PKGNAMEPREFIX}babel>=3D1.3:devel/py-babel@${PY_FLAVOR}

Correct line:
BABEL_RUN_DEPENDS=3D=20=20=20=20=20
${PYTHON_PKGNAMEPREFIX}Babel>=3D1.3:devel/py-babel@${PY_FLAVOR}

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-250212-7788>