git: 68b89e9ee9aa - main - net/boinc-client: Remove unnecessary dos2unix and tar from USES, take maintainership
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 04 Feb 2025 18:12:34 UTC
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