Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Feb 2025 18:12:34 GMT
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 68b89e9ee9aa - main - net/boinc-client: Remove unnecessary dos2unix and tar from USES, take maintainership
Message-ID:  <202502041812.514ICYAB098675@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=68b89e9ee9aaf52d01eaff492979d8d0936ad9a3

commit 68b89e9ee9aaf52d01eaff492979d8d0936ad9a3
Author:     Älven <alster@vinterdalen.se>
AuthorDate: 2025-02-04 18:08:53 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-02-04 18:08:53 +0000

    net/boinc-client: Remove unnecessary dos2unix and tar from USES, take maintainership
    
    PR:             272727
    Approved by:    ler (former maintainer)
---
 net/boinc-client/Makefile | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/net/boinc-client/Makefile b/net/boinc-client/Makefile
index 8f2e1f429e09..e233eb047531 100644
--- a/net/boinc-client/Makefile
+++ b/net/boinc-client/Makefile
@@ -4,15 +4,14 @@ DISTVERSION=	8.0.2
 PORTREVISION=	2
 CATEGORIES=	net
 
-MAINTAINER=	ler@FreeBSD.org
+MAINTAINER=	alster@vinterdalen.se
 COMMENT=	Berkeley Open Infrastructure for Network Computing client
-WWW=		https://boinc.berkeley.edu/
+WWW=		https://boinc.berkeley.edu/ \
+		https://github.com/BOINC/boinc/
 
 LICENSE=	LGPL3
 
-USES=		autoreconf compiler:c++11-lang dos2unix gmake libtool \
-		pkgconfig ssl tar
-DOS2UNIX_GLOB=	*.xpm
+USES=		autoreconf compiler:c++11-lang gmake libtool pkgconfig ssl
 USE_GITHUB=	yes
 GH_ACCOUNT=	BOINC
 GH_PROJECT=	boinc



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