Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Dec 2013 10:00:02 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337233 - in head: . net/boinc-client
Message-ID:  <201312231000.rBNA02iV002705@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Mon Dec 23 10:00:02 2013
New Revision: 337233
URL: http://svnweb.freebsd.org/changeset/ports/337233

Log:
  - 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

Modified:
  head/UIDs
  head/net/boinc-client/Makefile
  head/net/boinc-client/distinfo

Modified: head/UIDs
==============================================================================
--- head/UIDs	Mon Dec 23 08:53:45 2013	(r337232)
+++ head/UIDs	Mon Dec 23 10:00:02 2013	(r337233)
@@ -270,7 +270,7 @@ kippo:*:969:969::0:0:kippo user:/nonexis
 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

Modified: head/net/boinc-client/Makefile
==============================================================================
--- head/net/boinc-client/Makefile	Mon Dec 23 08:53:45 2013	(r337232)
+++ head/net/boinc-client/Makefile	Mon Dec 23 10:00:02 2013	(r337233)
@@ -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=
 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

Modified: head/net/boinc-client/distinfo
==============================================================================
--- head/net/boinc-client/distinfo	Mon Dec 23 08:53:45 2013	(r337232)
+++ head/net/boinc-client/distinfo	Mon Dec 23 10:00:02 2013	(r337233)
@@ -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



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