svn commit: r459000 - head/net/boinc-client

Larry Rosenman ler at FreeBSD.org
Sun Jan 14 21:04:37 UTC 2018


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 at 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


More information about the svn-ports-all mailing list