From owner-svn-ports-all@FreeBSD.ORG Mon Dec 23 10:00:03 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6BB061C1; Mon, 23 Dec 2013 10:00:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3E4DB1B7A; Mon, 23 Dec 2013 10:00:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBNA03mO002714; Mon, 23 Dec 2013 10:00:03 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBNA02iV002705; Mon, 23 Dec 2013 10:00:02 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201312231000.rBNA02iV002705@svn.freebsd.org> From: Rene Ladan Date: Mon, 23 Dec 2013 10:00:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337233 - in head: . net/boinc-client X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Dec 2013 10:00:03 -0000 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