FreeBSD Bugzilla – Attachment 112969 Details for
Bug 154481
[PATCH] update science/peekabot to 0.8.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 4.34 KB, created by
Chris Petrik
on 2011-02-03 10:20:08 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Chris Petrik
Created:
2011-02-03 10:20:08 UTC
Size:
4.34 KB
patch
obsolete
>Index: peekabot/Makefile >=================================================================== >RCS file: /usr/local/freebsdcvs/ports/science/peekabot/Makefile,v >retrieving revision 1.19 >diff -u -r1.19 Makefile >--- peekabot/Makefile 30 Nov 2010 08:02:25 -0000 1.19 >+++ peekabot/Makefile 30 Jan 2011 07:18:41 -0000 >@@ -6,7 +6,7 @@ > # > > PORTNAME= peekabot >-PORTVERSION= 0.8.3 >+PORTVERSION= 0.8.4 > CATEGORIES= science > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}.x/ > >Index: peekabot/distinfo >=================================================================== >RCS file: /usr/local/freebsdcvs/ports/science/peekabot/distinfo,v >retrieving revision 1.5 >diff -u -r1.5 distinfo >--- peekabot/distinfo 30 Nov 2010 08:02:25 -0000 1.5 >+++ peekabot/distinfo 30 Jan 2011 07:22:23 -0000 >@@ -1,2 +1,2 @@ >-SHA256 (peekabot-0.8.3.tar.bz2) = 156760cc0255bcec697b0fc3a4df89fadf4a0e042d925606fe787b8df27c966a >-SIZE (peekabot-0.8.3.tar.bz2) = 2713734 >+SHA256 (peekabot-0.8.4.tar.bz2) = 5104c33006947eafc1a89fe4d774414c87419cad371f40f703f2f6e65d3a0f1a >+SIZE (peekabot-0.8.4.tar.bz2) = 2711144 >Index: peekabot/pkg-plist >=================================================================== >RCS file: /usr/local/freebsdcvs/ports/science/peekabot/pkg-plist,v >retrieving revision 1.3 >diff -u -r1.3 pkg-plist >--- peekabot/pkg-plist 30 Nov 2010 08:02:25 -0000 1.3 >+++ peekabot/pkg-plist 3 Feb 2011 04:03:01 -0000 >@@ -6,8 +6,8 @@ > include/peekabot/Deprecated.hh > include/peekabot/PathIdentifier.hh > include/peekabot/Types.hh >-include/peekabot/Visibility.hh > include/peekabot/Version.hh >+include/peekabot/Visibility.hh > include/peekabot/client/DelayedDispatch.hh > include/peekabot/client/Exceptions.hh > include/peekabot/client/OperationResult.hh >@@ -30,16 +30,16 @@ > include/peekabot/client/proxies/ModelProxy.hh > include/peekabot/client/proxies/ObjectProxy.hh > include/peekabot/client/proxies/OccupancyGrid2DProxy.hh >+include/peekabot/client/proxies/OccupancyGrid3DProxy.hh > include/peekabot/client/proxies/PeekabotProxyBase.hh > include/peekabot/client/proxies/PointCloudProxy.hh > include/peekabot/client/proxies/PolygonProxy.hh >+include/peekabot/client/proxies/PolylineProxy.hh > include/peekabot/client/proxies/ScalableProxy.hh > include/peekabot/client/proxies/SliderProxy.hh > include/peekabot/client/proxies/SphereProxy.hh >-include/peekabot/client/proxies/VertexBasedProxy.hh >-include/peekabot/client/proxies/OccupancyGrid3DProxy.hh > include/peekabot/client/proxies/TriMeshProxy.hh >-include/peekabot/client/proxies/PolylineProxy.hh >+include/peekabot/client/proxies/VertexBasedProxy.hh > lib/libpeekabot.a > lib/libpeekabot.la > lib/libpeekabot.so >@@ -48,6 +48,11 @@ > %%DATADIR%%/data/default_scene.xml > %%DATADIR%%/fonts/COPYING > %%DATADIR%%/fonts/FreeSerif.ttf >+%%DATADIR%%/icons/log-22.png >+%%DATADIR%%/icons/log-error-22.png >+%%DATADIR%%/icons/move-tool-16.png >+%%DATADIR%%/icons/move-tool-22.png >+%%DATADIR%%/icons/navigate-tool-22.png > %%DATADIR%%/icons/objects/camera-16.png > %%DATADIR%%/icons/objects/circle-16.png > %%DATADIR%%/icons/objects/cube-16.png >@@ -64,11 +69,6 @@ > %%DATADIR%%/icons/objects/polyline-16.png > %%DATADIR%%/icons/objects/sphere-16.png > %%DATADIR%%/icons/objects/tri-mesh-16.png >-%%DATADIR%%/icons/log-22.png >-%%DATADIR%%/icons/log-error-22.png >-%%DATADIR%%/icons/move-tool-16.png >-%%DATADIR%%/icons/move-tool-22.png >-%%DATADIR%%/icons/navigate-tool-22.png > %%DATADIR%%/icons/ortho-16.png > %%DATADIR%%/icons/ortho-22.png > %%DATADIR%%/icons/rotate-tool-16.png >@@ -77,6 +77,7 @@ > %%DATADIR%%/icons/screenshot-22.png > %%DATADIR%%/icons/top-down-16.png > %%DATADIR%%/icons/top-down-22.png >+%%DATADIR%%/peekabot.ui > %%DATADIR%%/schemas/basic_types.xsd > %%DATADIR%%/schemas/camera.xsd > %%DATADIR%%/schemas/circle.xsd >@@ -91,20 +92,18 @@ > %%DATADIR%%/schemas/model.xsd > %%DATADIR%%/schemas/point_cloud.xsd > %%DATADIR%%/schemas/polygon.xsd >+%%DATADIR%%/schemas/polyline.xsd > %%DATADIR%%/schemas/property_types.xsd > %%DATADIR%%/schemas/scene.xsd > %%DATADIR%%/schemas/scene_object.xsd > %%DATADIR%%/schemas/slider.xsd > %%DATADIR%%/schemas/sphere.xsd > %%DATADIR%%/schemas/tri_mesh.xsd >-%%DATADIR%%/schemas/polyline.xsd >-%%DATADIR%%/peekabot.ui > @dirrm %%DATADIR%%/schemas >-@dirrm %%DATADIR%%/images >-@dirrm %%DATADIR%%/fonts >-@dirrm %%DATADIR%%/data > @dirrm %%DATADIR%%/icons/objects > @dirrm %%DATADIR%%/icons >+@dirrm %%DATADIR%%/fonts >+@dirrm %%DATADIR%%/data > @dirrm %%DATADIR%% > @dirrm include/peekabot/client/proxies > @dirrm include/peekabot/client
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 154481
: 112969