git: 87e2681289fc - main - net/mpd5: remove USES=ssl

From: Eugene Grosbein <eugen_at_FreeBSD.org>
Date: Wed, 20 Sep 2023 15:15:36 UTC
The branch main has been updated by eugen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=87e2681289fc1eb5fda22e4072aca1e7943af25e

commit 87e2681289fc1eb5fda22e4072aca1e7943af25e
Author:     Eugene Grosbein <eugen@FreeBSD.org>
AuthorDate: 2023-09-20 15:13:30 +0000
Commit:     Eugene Grosbein <eugen@FreeBSD.org>
CommitDate: 2023-09-20 15:13:30 +0000

    net/mpd5: remove USES=ssl
    
    mpd5 forces usage of base system crypto libraries
    despite of presence of other *SSL libraries, so USES=ssl is wrong here.
    The change does not affect build, so PORTREVISION not bumped.
    
    PR:             273970
---
 net/mpd5/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/mpd5/Makefile b/net/mpd5/Makefile
index 945a8529b95f..58b5e00506f9 100644
--- a/net/mpd5/Makefile
+++ b/net/mpd5/Makefile
@@ -12,7 +12,7 @@ WWW=		https://sourceforge.net/projects/mpd/
 
 LICENSE=	BSD3CLAUSE
 
-USES=		cpe ssl
+USES=		cpe
 
 CPE_VENDOR=	mpd_project