From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 15 13:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 CF25ADE0 for ; Fri, 15 Nov 2013 13:00:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 A4D452764 for ; Fri, 15 Nov 2013 13:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rAFD01q7058877 for ; Fri, 15 Nov 2013 13:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAFD01rL058876; Fri, 15 Nov 2013 13:00:01 GMT (envelope-from gnats) Date: Fri, 15 Nov 2013 13:00:01 GMT Message-Id: <201311151300.rAFD01rL058876@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/183989: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Nov 2013 13:00:01 -0000 The following reply was made to PR ports/183989; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/183989: commit references a PR Date: Fri, 15 Nov 2013 12:50:34 +0000 (UTC) Author: olgeni Date: Fri Nov 15 12:50:26 2013 New Revision: 333860 URL: http://svnweb.freebsd.org/changeset/ports/333860 Log: - Update header checksums. - Add staging support while I'm here. PR: ports/183989 Submitted by: "O. Hartmann" Modified: head/devel/opencl/Makefile head/devel/opencl/distinfo Modified: head/devel/opencl/Makefile ============================================================================== --- head/devel/opencl/Makefile Fri Nov 15 12:49:06 2013 (r333859) +++ head/devel/opencl/Makefile Fri Nov 15 12:50:26 2013 (r333860) @@ -3,7 +3,7 @@ PORTNAME= opencl PORTVERSION= 1.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MASTER_SITES= http://www.khronos.org/registry/cl/api/${PORTVERSION}/ DISTFILES= opencl.h cl_platform.h cl.h cl_ext.h cl_dx9_media_sharing.h \ @@ -23,17 +23,16 @@ PLIST_DIRS+= include/CL PLIST_FILES+=include/CL/$f .endfor -NO_STAGE= yes pre-patch: @${MKDIR} ${WRKSRC} .for f in ${DISTFILES} - @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/$f ${WRKSRC}/ + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/$f ${WRKSRC}/ .endfor do-install: - @${MKDIR} ${PREFIX}/include/CL + @${MKDIR} ${STAGEDIR}${PREFIX}/include/CL .for f in ${DISTFILES} - @${INSTALL_DATA} ${WRKSRC}/$f ${PREFIX}/include/CL + ${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${PREFIX}/include/CL .endfor .include Modified: head/devel/opencl/distinfo ============================================================================== --- head/devel/opencl/distinfo Fri Nov 15 12:49:06 2013 (r333859) +++ head/devel/opencl/distinfo Fri Nov 15 12:50:26 2013 (r333860) @@ -16,5 +16,5 @@ SHA256 (opencl/cl_gl.h) = aa49d380177ac5 SIZE (opencl/cl_gl.h) = 7343 SHA256 (opencl/cl_gl_ext.h) = 4d663bbfc932ab405623e5f5d1bba3f438351d0ead65e1ccdd9bb769caf7a7d0 SIZE (opencl/cl_gl_ext.h) = 2630 -SHA256 (opencl/cl.hpp) = d7c8f5c17f88e098dc9f71d80e4b7408fab353e2828b0ba4d4bb55adaa427e83 -SIZE (opencl/cl.hpp) = 277155 +SHA256 (opencl/cl.hpp) = a726d674bfa4ee7f71d1287d86afa15db2e360518fd58594257a80f25642d6b4 +SIZE (opencl/cl.hpp) = 281446 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"