Bug 178254 - [PATHC] devel/opencl: new distinfo
Summary: [PATHC] devel/opencl: new distinfo
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-30 10:10 UTC by O. Hartmann
Modified: 2013-05-01 23:30 UTC (History)
0 users

See Also:


Attachments
file.diff (2.20 KB, patch)
2013-04-30 10:10 UTC, O. Hartmann
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description O. Hartmann 2013-04-30 10:10:01 UTC
Attached, you'll find a patchset for the devel/opencl folder with the diffs of the changes.

I hope this will fix some issues with the changes/bugfixes done by Khronos.

Could someone review and, evtl. commit the patch?

Regards,
Oliver

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-30 10:10:09 UTC
Class Changed
From-To: change-request->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-05-01 23:29:48 UTC
Author: rakuco
Date: Wed May  1 22:29:39 2013
New Revision: 317055
URL: http://svnweb.freebsd.org/changeset/ports/317055

Log:
  Update distinfo.
  
  This will fix some issues with the changes/bugfixes done by Khronos.
  
  PR:		ports/178254
  Submitted by:	Oliver Hartmann <ohartman@zedat.fu-berlin.de> (maintainer)

Modified:
  head/devel/opencl/Makefile
  head/devel/opencl/distinfo

Modified: head/devel/opencl/Makefile
==============================================================================
--- head/devel/opencl/Makefile	Wed May  1 22:11:34 2013	(r317054)
+++ head/devel/opencl/Makefile	Wed May  1 22:29:39 2013	(r317055)
@@ -3,7 +3,7 @@
 
 PORTNAME=	opencl
 PORTVERSION=	1.2
-PORTREVISION=	1
+PORTREVISION=	2
 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 \
@@ -12,7 +12,7 @@ DIST_SUBDIR=	${PORTNAME}
 EXTRACT_ONLY=
 
 MAINTAINER=	ohartman@zedat.fu-berlin.de
-COMMENT=	Open Computing Language (OpenCL) specifications
+COMMENT=	Open Computing Language (OpenCL) specifications V1.2
 
 CONFLICTS=	opencl-1.[0-1]
 

Modified: head/devel/opencl/distinfo
==============================================================================
--- head/devel/opencl/distinfo	Wed May  1 22:11:34 2013	(r317054)
+++ head/devel/opencl/distinfo	Wed May  1 22:29:39 2013	(r317055)
@@ -4,17 +4,17 @@ SHA256 (opencl/cl_platform.h) = e212b89b
 SIZE (opencl/cl_platform.h) = 41127
 SHA256 (opencl/cl.h) = a5465c2ed1a0687878c8f7aa25f94626d7cd3a3868163ecaa6e8b36d6ed52368
 SIZE (opencl/cl.h) = 61545
-SHA256 (opencl/cl_ext.h) = b3d5abc8e86c1cd723be71116b26d39f676adec1dd2fd294c9028ecaf5119f3b
-SIZE (opencl/cl_ext.h) = 11538
+SHA256 (opencl/cl_ext.h) = 3eafb74bc1b9456fd0e12393bfe65e48c9b3246d3c36b9f69ac253f73e0b50c7
+SIZE (opencl/cl_ext.h) = 11540
 SHA256 (opencl/cl_dx9_media_sharing.h) = 26fb40bac8e229747bdc27b350b836e3703c1e946cb40893f4c8ab2289203920
 SIZE (opencl/cl_dx9_media_sharing.h) = 5157
 SHA256 (opencl/cl_d3d10.h) = c7adb38a19663ee240977afc64903f4638d9c5c03ca478793c9f7a15c1c6ac2b
 SIZE (opencl/cl_d3d10.h) = 4859
 SHA256 (opencl/cl_d3d11.h) = 8ade5d641e1acd12fa37bac36abf41f24985f4e38ceb32da9c01cc0e4fc3742f
 SIZE (opencl/cl_d3d11.h) = 4853
-SHA256 (opencl/cl_gl.h) = 0f1fddf28a0bbe760c73ce35685988a008a5657be2f91ab170b87e99c18981ef
-SIZE (opencl/cl_gl.h) = 7288
+SHA256 (opencl/cl_gl.h) = aa49d380177ac538b8ab00196381301fac6178e5b931398e3da43067ac3c33c4
+SIZE (opencl/cl_gl.h) = 7343
 SHA256 (opencl/cl_gl_ext.h) = 4d663bbfc932ab405623e5f5d1bba3f438351d0ead65e1ccdd9bb769caf7a7d0
 SIZE (opencl/cl_gl_ext.h) = 2630
-SHA256 (opencl/cl.hpp) = 427f32ecea67aecf8349b7cd444af2ca86a9ca958e5bb63489e45043ed5f3b5c
-SIZE (opencl/cl.hpp) = 271795
+SHA256 (opencl/cl.hpp) = 006671ee638a29a95c19bf37fbbf71ec8df445d2ea46df81f65faaff2d8a5133
+SIZE (opencl/cl.hpp) = 272297
_______________________________________________
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"
Comment 3 Raphael Kubo da Costa freebsd_committer freebsd_triage 2013-05-01 23:30:04 UTC
State Changed
From-To: open->closed

Committed. Thanks!