mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Update to 7.2.33 :
- Fix: Disable downloading of images in notices. It was crashing the UI. - Fix: Properly handle the exclusive application feature from the UI. - Fix option helper - Change login shell for BOINC user to /bin/sh so that 'service boinc-client start' works properly
This commit is contained in:
parent
6d8b59582f
commit
a3609ff41a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337233
2
UIDs
2
UIDs
@ -270,7 +270,7 @@ kippo:*:969:969::0:0:kippo user:/nonexistent:/usr/sbin/nologin
|
||||
colord:*:970:970::0:0:colord color management daemon:/nonexistent:/usr/sbin/nologin
|
||||
shibd:*:971:971::0:0:Shibboleth SAML daemon:/nonexistent:/usr/sbin/nologin
|
||||
plex:*:972:972::0:0:Plex Media Server:/nonexistent:/usr/sbin/nologin
|
||||
boinc:*:973:973::0:0:BOINC user:/var/db/boinc:/usr/sbin/nologin
|
||||
boinc:*:973:973::0:0:BOINC user:/var/db/boinc:/bin/sh
|
||||
radicale:*:974:974::0:0:Radicale daemon:/nonexistent:/usr/sbin/nologin
|
||||
unifi:*:975:975::0:0:Unifi Wireless Controller:/nonexistent:/usr/sbin/nologin
|
||||
minetest:*:976:976::0:0:& server:/nonexistent:/usr/sbin/nologin
|
||||
|
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= boinc-client
|
||||
PORTVERSION= 7.2.28
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 7.2.33
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://rene-ladan.nl/pub/distfiles/
|
||||
|
||||
@ -59,7 +58,7 @@ MANAGER_CONFIGURE_OFF= --with-wx-config=false --without-x
|
||||
MANAGER_CONFIGURE_ENABLE=manager
|
||||
MANAGER_USE= XORG=x11 WX=2.8+
|
||||
|
||||
CLIENT_CONFIGURE_WITH= client
|
||||
CLIENT_CONFIGURE_ENABLE=client
|
||||
CLIENT_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
|
||||
CLIENT_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
|
||||
CLIENT_USE= RC_SUBR=boinc-client
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (boinc-client-7.2.28.tar.xz) = fa2bf9f91449dbe2b958a3f5c3a21359d3591f86d19d0abfd4ea9124398ae5c0
|
||||
SIZE (boinc-client-7.2.28.tar.xz) = 21735120
|
||||
SHA256 (boinc-client-7.2.33.tar.xz) = 5829e82fc065adc08839af362bee4988a0867858e10f0d5bd8c39668f27a8298
|
||||
SIZE (boinc-client-7.2.33.tar.xz) = 21782836
|
||||
|
Loading…
Reference in New Issue
Block a user