[Bug 258631] dns/opendnssec2: Update to 2.1.10

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 14 Oct 2021 07:17:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258631

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

IMO,

1. pkg-descr WWW should be https://URL instead of http://URL because actual URL
redirects to https:// like Daniel said

2. There is something to order in Makefile:

- move INSTALL_TARGET to Make block
- move SUB_FILES to Standard bsd.port.mk variables
- alpphabetical order in Options definitions, descriptions and helpers

---
# Make block
+INSTALL_TARGET
-SUB_FILES

# Conflicts
CONFLICTS

# Standard bsd.port.mk variables
+SUB_FILES

# Users and groups block
USERS
GROUPS

# Options definitions
OPTIONS_DEFINE
OPTIONS_DEFAULT
-OPTIONS_SUB
OPTIONS_SINGLE
OPTIONS_SINGLE_DB
+OPTIONS_SUB

# Options descriptions
+MYSQL_DESC
SOFTHSM_DESC
-MYSQL_DESC
SQLITE_DESC

# Options helpers
+MYSQL_USES
MYSQL_CONFIGURE_ON
+SOFTHSM_RUN_DEPENDS
+SOFTHSM_CONFIGURE_ON
+SQLITE_BUILD_DEPENDS
-MYSQL_USES
SQLITE_USES
SQLITE_CONFIGURE_ON
-SQLITE_BUILD_DEPENDS
-SOFTHSM_CONFIGURE_ON
-SOFTHSM_RUN_DEPENDS

-INSTALL_TARGET
---

Cheers

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