[Bug 257857] security/py-certbot-dns-cpanel : Update to 0.3.0

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 23 Aug 2021 16:06:48 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257857

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=       APACHE20

+RUN_DEPENDS=   ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss \
+              
${PYTHON_PKGNAMEPREFIX}certbot>0:security/py-certbot@${PY_FLAVOR} \
+              
${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR}
-RUN_DEPENDS=  
${PYTHON_PKGNAMEPREFIX}certbot>0:security/py-certbot@${PY_FLAVOR} \
-              
${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} \
-               ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss

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

Could yo apply this small style/order fixes?
Thanks

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