git: 8dadbcdb5815 - main - graphics/webp: Minor style fix

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Tue, 06 Jun 2023 07:35:19 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8dadbcdb581566d4327a2b2d97ad3f6aedbdd274

commit 8dadbcdb581566d4327a2b2d97ad3f6aedbdd274
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-06-06 07:33:34 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-06-06 07:33:37 +0000

    graphics/webp: Minor style fix
    
    Adjust PATCH_SITES, requested by maintainer
    
    PR:             271695
    Reviewed by:    sunpoet (maintainer)
---
 graphics/webp/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/webp/Makefile b/graphics/webp/Makefile
index 7e7dcef66e6f..5be2e7f80466 100644
--- a/graphics/webp/Makefile
+++ b/graphics/webp/Makefile
@@ -6,7 +6,7 @@ MASTER_SITES=	http://downloads.webmproject.org/releases/webp/ \
 		https://storage.googleapis.com/downloads.webmproject.org/releases/webp/
 DISTNAME=	libwebp-${PORTVERSION}
 
-PATCH_SITES=	https://github.com/webmproject/lib${PORTNAME}/commit/
+PATCH_SITES=	https://github.com/webmproject/libwebp/commit/
 PATCHFILES=	a486d800b60d0af4cc0836bf7ed8f21e12974129.patch:-p1
 
 MAINTAINER=	sunpoet@FreeBSD.org