Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jun 2023 07:35:19 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8dadbcdb5815 - main - graphics/webp: Minor style fix
Message-ID:  <202306060735.3567ZJmG023757@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306060735.3567ZJmG023757>