git: 475c97360ec6 - main - devel/apache-commons-daemon: fix MASTER_SITES breakage

From: Alex Dupre <ale_at_FreeBSD.org>
Date: Tue, 12 Oct 2021 07:08:00 UTC
The branch main has been updated by ale:

URL: https://cgit.FreeBSD.org/ports/commit/?id=475c97360ec6fcbc2c0c1691b86eb9c7834f5228

commit 475c97360ec6fcbc2c0c1691b86eb9c7834f5228
Author:     Alex Dupre <ale@FreeBSD.org>
AuthorDate: 2021-10-12 07:07:21 +0000
Commit:     Alex Dupre <ale@FreeBSD.org>
CommitDate: 2021-10-12 07:07:55 +0000

    devel/apache-commons-daemon: fix MASTER_SITES breakage
---
 devel/apache-commons-daemon/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/devel/apache-commons-daemon/Makefile b/devel/apache-commons-daemon/Makefile
index 34aa0952f529..2e403f2f1f34 100644
--- a/devel/apache-commons-daemon/Makefile
+++ b/devel/apache-commons-daemon/Makefile
@@ -3,8 +3,8 @@
 PORTNAME=	commons-daemon
 PORTVERSION=	1.2.3
 CATEGORIES=	devel java
-MASTER_SITES=	https://archive.apache.org/dist/commons/daemon/source:src \
-		https://archive.apache.org/dist/commons/daemon/binaries:bin
+MASTER_SITES=	https://archive.apache.org/dist/commons/daemon/source/:src \
+		https://archive.apache.org/dist/commons/daemon/binaries/:bin
 
 PKGNAMEPREFIX=	apache-
 DISTFILES=	${PORTNAME}-${PORTVERSION}-native-src${EXTRACT_SUFX}:src \