Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Apr 2024 09:33:20 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 23e199b8a5cd - main - sysutils/skopeo: Fix WWW
Message-ID:  <202404130933.43D9XKOK037514@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=23e199b8a5cd6bf5172e963795fecfb116df36d1

commit 23e199b8a5cd6bf5172e963795fecfb116df36d1
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-13 09:30:06 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-13 09:31:50 +0000

    sysutils/skopeo: Fix WWW
    
    - Remove GH_PROJECT: it is the same as the default value
    
    Approved by:    portmgr (blanket)
---
 sysutils/skopeo/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sysutils/skopeo/Makefile b/sysutils/skopeo/Makefile
index 79147034fb9f..4db18d62adc1 100644
--- a/sysutils/skopeo/Makefile
+++ b/sysutils/skopeo/Makefile
@@ -6,7 +6,7 @@ CATEGORIES=	sysutils
 
 MAINTAINER=	dfr@FreeBSD.org
 COMMENT=	Inspect container images and repositories on registries
-WWW=		https://github.com/containers
+WWW=		https://github.com/containers/skopeo
 
 LICENSE=	GPLv2
 
@@ -19,7 +19,6 @@ RUN_DEPENDS=	${LOCALBASE}/etc/containers/containers.conf.sample:sysutils/contain
 USES=		gmake go:modules,no_targets pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	containers
-GH_PROJECT=	skopeo
 
 do-install:
 	${SETENV} ${MAKE_ENV} ${GO_ENV} ${GMAKE} -C ${WRKSRC} \



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