From owner-svn-ports-all@FreeBSD.ORG Mon Aug 27 13:24:04 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90F131065678; Mon, 27 Aug 2012 13:24:04 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 7BE8D8FC08; Mon, 27 Aug 2012 13:24:04 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7RDO4Ns003195; Mon, 27 Aug 2012 13:24:04 GMT (envelope-from pav@svn.freebsd.org) Received: (from pav@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7RDO425003191; Mon, 27 Aug 2012 13:24:04 GMT (envelope-from pav@svn.freebsd.org) Message-Id: <201208271324.q7RDO425003191@svn.freebsd.org> From: Pav Lucistnik Date: Mon, 27 Aug 2012 13:24:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303227 - head/net/boinc-client X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Aug 2012 13:24:04 -0000 Author: pav Date: Mon Aug 27 13:24:03 2012 New Revision: 303227 URL: http://svn.freebsd.org/changeset/ports/303227 Log: - Update to 7.0.28 PR: ports/169679 Submitted by: Andrey Simonenko - Install extra headers for astropulse PR: ports/170628 Submitted by: rene Modified: head/net/boinc-client/Makefile head/net/boinc-client/distinfo head/net/boinc-client/pkg-plist Modified: head/net/boinc-client/Makefile ============================================================================== --- head/net/boinc-client/Makefile Mon Aug 27 13:15:07 2012 (r303226) +++ head/net/boinc-client/Makefile Mon Aug 27 13:24:03 2012 (r303227) @@ -6,8 +6,7 @@ # PORTNAME= boinc-client -PORTVERSION= 7.0.25 -PORTREVISION= 5 +PORTVERSION= 7.0.28 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= pav @@ -151,9 +150,10 @@ post-patch: post-install: .if ${PORT_OPTIONS:MMANAGER} + ${MKDIR} ${PREFIX}/share/boinc ${MKDIR} ${LOCALBASE}/share/pixmaps . for name in 16 32 48 - cd ${LOCALBASE}/share/pixmaps ; ${LN} -sf ${PREFIX}/share/boinc/boincmgr.${name}x${name}.png + ${INSTALL_DATA} ${WRKSRC}/clientgui/res/boincmgr.${name}x${name}.png ${LOCALBASE}/share/pixmaps . endfor . if ${PORT_OPTIONS:MSKINS} ${CP} -R ${WRKSRC}/clientgui/skins ${PREFIX}/share/boinc @@ -162,9 +162,9 @@ post-install: ${CP} -R ${WRKSRC}/clientgui/skins/Default ${PREFIX}/share/boinc/skins . endif .endif - ${INSTALL_DATA} ${WRKSRC}/config.h ${PREFIX}/include/boinc - ${INSTALL_DATA} ${WRKSRC}/lib/std_fixes.h ${PREFIX}/include/boinc - ${INSTALL_DATA} ${WRKSRC}/api/reduce.h ${PREFIX}/include/boinc +. for name in config.h api/reduce.h lib/shmem.h lib/std_fixes.h + ${INSTALL_DATA} ${WRKSRC}/${name} ${PREFIX}/include/boinc +. endfor .if ${PORT_OPTIONS:MX11} . for name in api/boinc_gl.h api/graphics_api.h api/graphics_data.h \ api/txf_util.h Modified: head/net/boinc-client/distinfo ============================================================================== --- head/net/boinc-client/distinfo Mon Aug 27 13:15:07 2012 (r303226) +++ head/net/boinc-client/distinfo Mon Aug 27 13:24:03 2012 (r303227) @@ -1,2 +1,2 @@ -SHA256 (boinc-client-7.0.25.tar.xz) = b73dc1ab8e390e7f015964462dd4b02aa01f01ec1bb8dfcfb0faea8c4957bec5 -SIZE (boinc-client-7.0.25.tar.xz) = 4568300 +SHA256 (boinc-client-7.0.28.tar.xz) = a8d208b7145e911e856db4d4cdcfa843e26b445a948c11e40ad03ae3fdd657fa +SIZE (boinc-client-7.0.28.tar.xz) = 4529336 Modified: head/net/boinc-client/pkg-plist ============================================================================== --- head/net/boinc-client/pkg-plist Mon Aug 27 13:15:07 2012 (r303226) +++ head/net/boinc-client/pkg-plist Mon Aug 27 13:24:03 2012 (r303227) @@ -39,6 +39,8 @@ include/boinc/parse.h include/boinc/prefs.h include/boinc/procinfo.h include/boinc/proxy_info.h +include/boinc/reduce.h +include/boinc/shmem.h include/boinc/stackwalker_imports.h include/boinc/stackwalker_win.h include/boinc/std_fixes.h @@ -51,7 +53,6 @@ include/boinc/win_util.h %%X11%%include/boinc/boinc_gl.h %%X11%%include/boinc/graphics_api.h %%X11%%include/boinc/graphics_data.h -%%X11%%include/boinc/reduce.h %%X11%%include/boinc/txf_util.h lib/libboinc.a lib/libboinc.la @@ -73,9 +74,6 @@ lib/libboinc_zip.so.7 %%X11%%lib/libboinc_graphics2.la %%X11%%lib/libboinc_graphics2.so %%X11%%lib/libboinc_graphics2.so.7 -%%BOINC_MANAGER%%share/boinc/boincmgr.16x16.png -%%BOINC_MANAGER%%share/boinc/boincmgr.32x32.png -%%BOINC_MANAGER%%share/boinc/boincmgr.48x48.png %%SKINS%%share/boinc/skins/Charity Engine/graphic/arwLeft.png %%SKINS%%share/boinc/skins/Charity Engine/graphic/arwLeftClick.png %%SKINS%%share/boinc/skins/Charity Engine/graphic/arwRight.png @@ -135,7 +133,6 @@ lib/libboinc_zip.so.7 %%BOINC_MANAGER%%share/boinc/skins/Default/workunit_running_image.png %%BOINC_MANAGER%%share/boinc/skins/Default/workunit_suspended_image.png %%BOINC_MANAGER%%share/boinc/skins/Default/workunit_waiting_image.png -%%SKINS%%share/boinc/skins/GridRepublic/graphic/Thumbs.db %%SKINS%%share/boinc/skins/GridRepublic/graphic/arwLeft.png %%SKINS%%share/boinc/skins/GridRepublic/graphic/arwLeftClick.png %%SKINS%%share/boinc/skins/GridRepublic/graphic/arwRight.png