[Bug 284494] net/self-service-password: update to 1.7.2

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 08 Feb 2025 12:50:34 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284494

Nuno Teixeira <eduardo@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eduardo@FreeBSD.org
             Status|New                         |Open

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

Is there a reason for '+=' in:
SUB_LIST+= and PLIST_SUB+= since this vars are being defined here, i.e.,
outside an if condition that might change an existing var?

My tests shows that pkg-message is ok with:

```diff
-SUB_LIST+=     PKGNAME=${PKGNAME}
+SUB_LIST=      PKGNAME=${PKGNAME}

-PLIST_SUB+=    SSP_GRP=${WWWGRP} \
+PLIST_SUB=     SSP_GRP=${WWWGRP} \
                SSP_OWN=${WWWOWN}
```

Cheers

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