FreeBSD Bugzilla – Attachment 251192 Details for
Bug 252273
net/boinc-client: Update 7.20.2 -> 7.24.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[PATCH 1/3] net/boinc-client: update 7.20.2 → 7.24.3
0001-net-boinc-client-update-7.20.2-7.24.3.patch (text/plain), 4.68 KB, created by
Älven
on 2024-06-03 12:52:08 UTC
(
hide
)
Description:
[PATCH 1/3] net/boinc-client: update 7.20.2 → 7.24.3
Filename:
MIME Type:
Creator:
Älven
Created:
2024-06-03 12:52:08 UTC
Size:
4.68 KB
patch
obsolete
>From 207a5c39920b30372b16f47ee23ce20050ee4ada Mon Sep 17 00:00:00 2001 >From: Ãlven <alster@vinterdalen.se> >Date: Fri, 24 May 2024 00:16:22 +0400 >Subject: [PATCH] net/boinc-client: update 7.20.2 â 7.24.3 >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >PR: 252273 >--- > net/boinc-client/Makefile | 15 ++++++--------- > net/boinc-client/distinfo | 6 +++--- > net/boinc-client/pkg-descr | 6 +++--- > net/boinc-client/pkg-plist | 9 ++++----- > 4 files changed, 16 insertions(+), 20 deletions(-) > >diff --git a/net/boinc-client/Makefile b/net/boinc-client/Makefile >index f73cacb323a1..821dd0a8fc69 100644 >--- a/net/boinc-client/Makefile >+++ b/net/boinc-client/Makefile >@@ -1,7 +1,6 @@ > PORTNAME= boinc-client >-PORTVERSION= 7.20.2 >-PORTREVISION= 4 >-DISTVERSIONPREFIX= client_release/7.20/ >+DISTVERSIONPREFIX= client_release/7.24/ >+DISTVERSION= 7.24.3 > CATEGORIES= net > > MAINTAINER= ler@FreeBSD.org >@@ -10,8 +9,8 @@ WWW= https://boinc.berkeley.edu/ > > LICENSE= LGPL3 > >-USES= autoreconf compiler:c++11-lang dos2unix gettext gmake libtool \ >- pkgconfig ssl tar:xz >+USES= autoreconf compiler:c++11-lang desktop-file-utils dos2unix \ >+ gettext gmake libtool pkgconfig ssl tar > INSTALL_TARGET= install-strip > GNU_CONFIGURE= yes > USE_GITHUB= yes >@@ -65,7 +64,7 @@ MANAGER_CONFIGURE_OFF= --with-wx-config=false \ > MANAGER_CONFIGURE_ENABLE= manager > MANAGER_USES= gnome iconv > MANAGER_USE= GNOME=cairo,gdkpixbuf2,glib20,pango \ >- WX=3.0 \ >+ WX=3.2+ \ > XORG=x11,xcb,xext,xscrnsaver > > CLIENT_CONFIGURE_ENABLE= client >@@ -74,7 +73,7 @@ CLIENT_LIB_DEPENDS= libcurl.so:ftp/curl \ > CLIENT_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss > CLIENT_USE= RC_SUBR=boinc-client > >-LINUX_CONFIGURE_ON= --with-boinc-alt-platform=i686-pc-linux-gnu >+LINUX_CONFIGURE_ON= --with-boinc-alt-platform=x86_64-pc-linux-gnu > LINUX_USES= linux > > X11_USES= gl jpeg xorg >@@ -105,8 +104,6 @@ SUB_LIST+= OPTION_USER="" > .endif > > post-patch: >- @${REINPLACE_CMD} -e 's|@PREFIX@|${PREFIX}|' \ >- ${WRKSRC}/client/hostinfo_unix.cpp > @${REINPLACE_CMD} -e 's|client/scripts||' \ > ${WRKSRC}/Makefile.am > # avoid build conflict with archivers/libzip >diff --git a/net/boinc-client/distinfo b/net/boinc-client/distinfo >index b2440de35137..a948d01cba38 100644 >--- a/net/boinc-client/distinfo >+++ b/net/boinc-client/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1658954348 >-SHA256 (BOINC-boinc-client_release-7.20-7.20.2_GH0.tar.gz) = e577072b06f590d3230c25c94b221dba528b0938681e645bbd870778f8958077 >-SIZE (BOINC-boinc-client_release-7.20-7.20.2_GH0.tar.gz) = 46555666 >+TIMESTAMP = 1716764585 >+SHA256 (BOINC-boinc-client_release-7.24-7.24.3_GH0.tar.gz) = 1d8faa4de332cf6c74fcde842bc70d0477e42f8b11205de4bfe04512b6b6ff18 >+SIZE (BOINC-boinc-client_release-7.24-7.24.3_GH0.tar.gz) = 46748598 >diff --git a/net/boinc-client/pkg-descr b/net/boinc-client/pkg-descr >index ce91ba6d0a19..c8ffcd8faa30 100644 >--- a/net/boinc-client/pkg-descr >+++ b/net/boinc-client/pkg-descr >@@ -1,3 +1,3 @@ >-BOINC is a software platform for distributed computing using volunteer >-computer resources. This port contains BOINC API, libraries, client and >-manager GUI. >+BOINC is a software platform for distributed computing >+using volunteer computer resources. >+This port contains BOINC API, libraries, client and manager GUI. >diff --git a/net/boinc-client/pkg-plist b/net/boinc-client/pkg-plist >index fdcdb12da7bc..3cd73f2d36cb 100644 >--- a/net/boinc-client/pkg-plist >+++ b/net/boinc-client/pkg-plist >@@ -1,15 +1,14 @@ > %%CLIENT%%bin/boinc > %%CLIENT%%bin/boinc_client > %%CLIENT%%bin/boinccmd >-%%CLIENT%%bin/switcher > %%MANAGER%%bin/boincmgr > %%MANAGER%%bin/boincscr > include/boinc/app_ipc.h > include/boinc/average.h > include/boinc/base64.h > include/boinc/boinc_api.h >-include/boinc/boinc_fcgi.h > include/boinc/boinc_opencl.h >+include/boinc/boinc_stdio.h > include/boinc/cal_boinc.h > include/boinc/cc_config.h > include/boinc/cert_sig.h >@@ -60,12 +59,12 @@ lib/libboinc.a > lib/libboinc_api.a > lib/libboinc_api.so > lib/libboinc_api.so.7 >-lib/libboinc_api.so.7.20.2 >+lib/libboinc_api.so.7.24.3 > lib/libboinc_crypt.a > lib/libboinc_opencl.a > lib/libboinc_opencl.so > lib/libboinc_opencl.so.7 >-lib/libboinc_opencl.so.7.20.2 >+lib/libboinc_opencl.so.7.24.3 > libdata/pkgconfig/libboinc.pc > libdata/pkgconfig/libboinc_api.pc > libdata/pkgconfig/libboinc_crypt.pc >@@ -73,7 +72,7 @@ libdata/pkgconfig/libboinc_opencl.pc > %%X11%%lib/libboinc_graphics2.a > %%X11%%lib/libboinc_graphics2.so > %%X11%%lib/libboinc_graphics2.so.7 >-%%X11%%lib/libboinc_graphics2.so.7.20.2 >+%%X11%%lib/libboinc_graphics2.so.7.24.3 > %%SKINS%%share/boinc/skins/Charity Engine/background_image.png > %%SKINS%%share/boinc/skins/Charity Engine/ce_about.ico > %%SKINS%%share/boinc/skins/Charity Engine/ce_icon_play.png >-- >2.45.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
alster
:
maintainer-approval?
(
ler
)
Actions:
View
|
Diff
Attachments on
bug 252273
:
243873
|
243896
|
245607
|
246090
|
246102
|
246103
|
246104
|
246419
|
246420
| 251192