Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Feb 2011 10:12:10 GMT
From:      chris petrik <c.petrik.sosa@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/154481: [PATCH] update science/peekabot to 0.8.4
Message-ID:  <201102031012.p13ACAJX061343@red.freebsd.org>
Resent-Message-ID: <201102031020.p13AK84D082395@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         154481
>Category:       ports
>Synopsis:       [PATCH] update science/peekabot to 0.8.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 03 10:20:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     chris petrik
>Release:        FreeBSD 8.2-PRE
>Organization:
none
>Environment:
n/a
>Description:
Update to 0.8.4
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

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


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102031012.p13ACAJX061343>