Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Oct 2021 07:17:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 258631] dns/opendnssec2: Update to 2.1.10
Message-ID:  <bug-258631-7788-hIqHT2We0C@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-258631-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-258631-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=3D258631

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

--=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-258631-7788-hIqHT2We0C>