Date: Wed, 20 Sep 2023 15:15:36 GMT From: Eugene Grosbein <eugen@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 87e2681289fc - main - net/mpd5: remove USES=ssl Message-ID: <202309201515.38KFFaBW069165@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309201515.38KFFaBW069165>