Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Aug 2021 16:06:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 257857] security/py-certbot-dns-cpanel : Update to 0.3.0
Message-ID:  <bug-257857-7788-MfRq0moVIg@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257857-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-257857-7788@https.bugs.freebsd.org/bugzilla/>

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

Nuno Teixeira <eduardo@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eduardo@FreeBSD.org

--- Comment #3 from Nuno Teixeira <eduardo@FreeBSD.org> ---
Hello,

1. 'portclippy Makefile' is sugesting order variables:
---
# PORTNAME block
PORTNAME
DISTVERSION
CATEGORIES
MASTER_SITES
PKGNAMEPREFIX

# Maintainer block
MAINTAINER
COMMENT

# License block
LICENSE

# Dependencies
RUN_DEPENDS

# USES block
USES
USE_PYTHON

# Standard bsd.port.mk variables
+NO_ARCH
SUB_FILES

# Packaging list block
PLIST_FILES

-NO_ARCH
---

2. 'portfmt -D Makefile' is sugesting do alphabetical order in RUN_DEPENDS:
---
--- Makefile
+++ Makefile
@@ -9,9 +9,9 @@

 LICENSE=3D       APACHE20

+RUN_DEPENDS=3D   ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root=
_nss \
+=20=20=20=20=20=20=20=20=20=20=20=20=20=20
${PYTHON_PKGNAMEPREFIX}certbot>0:security/py-certbot@${PY_FLAVOR} \
+=20=20=20=20=20=20=20=20=20=20=20=20=20=20
${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR}
-RUN_DEPENDS=3D=20=20
${PYTHON_PKGNAMEPREFIX}certbot>0:security/py-certbot@${PY_FLAVOR} \
-=20=20=20=20=20=20=20=20=20=20=20=20=20=20
${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR=
} \
-               ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_n=
ss

 USES=3D          python:3.6+
 USE_PYTHON=3D    autoplist distutils
---

Could yo apply this small style/order fixes?
Thanks

--=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-257857-7788-MfRq0moVIg>