Date: Sun, 14 Jan 2018 21:04:36 +0000 (UTC) From: Larry Rosenman <ler@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459000 - head/net/boinc-client Message-ID: <201801142104.w0EL4awa049668@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ler Date: Sun Jan 14 21:04:36 2018 New Revision: 459000 URL: https://svnweb.freebsd.org/changeset/ports/459000 Log: net/boinc-client: include str_replace.h for setiathome v8 Modified: head/net/boinc-client/Makefile head/net/boinc-client/pkg-plist Modified: head/net/boinc-client/Makefile ============================================================================== --- head/net/boinc-client/Makefile Sun Jan 14 20:33:37 2018 (r458999) +++ head/net/boinc-client/Makefile Sun Jan 14 21:04:36 2018 (r459000) @@ -3,6 +3,7 @@ PORTNAME= boinc-client PORTVERSION= 7.8.6 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= ler@FreeBSD.org @@ -120,7 +121,7 @@ post-patch: post-install: .for name in config.h project_specific_defines.h api/reduce.h \ - lib/opencl_boinc.h lib/shmem.h lib/std_fixes.h + lib/opencl_boinc.h lib/shmem.h lib/std_fixes.h lib/str_replace.h ${INSTALL_DATA} ${WRKSRC}/${name} ${STAGEDIR}${PREFIX}/include/boinc .endfor Modified: head/net/boinc-client/pkg-plist ============================================================================== --- head/net/boinc-client/pkg-plist Sun Jan 14 20:33:37 2018 (r458999) +++ head/net/boinc-client/pkg-plist Sun Jan 14 21:04:36 2018 (r459000) @@ -44,6 +44,7 @@ include/boinc/sched_msgs.h include/boinc/shmem.h include/boinc/stackwalker_imports.h include/boinc/std_fixes.h +include/boinc/str_replace.h include/boinc/str_util.h include/boinc/svn_version.h include/boinc/url.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801142104.w0EL4awa049668>