diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2008-10-29 18:07:40 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2008-10-29 18:07:40 +0000 |
commit | 0583c7310ed4cffba517085f6fef846c60de6bf9 (patch) | |
tree | 77efcd155447985a484f30f75a3b3f86855dcc38 /games/vamos | |
parent | 806535e8df90e4ff5c5d5599ed98ce1c2c15033a (diff) | |
download | ports-0583c7310ed4cffba517085f6fef846c60de6bf9.tar.gz ports-0583c7310ed4cffba517085f6fef846c60de6bf9.zip |
Notes
Diffstat (limited to 'games/vamos')
-rw-r--r-- | games/vamos/Makefile | 2 | ||||
-rw-r--r-- | games/vamos/distinfo | 6 | ||||
-rw-r--r-- | games/vamos/pkg-plist | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/games/vamos/Makefile b/games/vamos/Makefile index 4c100205d849..d9546ee80da8 100644 --- a/games/vamos/Makefile +++ b/games/vamos/Makefile @@ -6,7 +6,7 @@ # PORTNAME= vamos -PORTVERSION= 0.6.0 +PORTVERSION= 0.6.1 CATEGORIES= games MASTER_SITES= SF diff --git a/games/vamos/distinfo b/games/vamos/distinfo index aaf97b67d4c1..9700fca6472f 100644 --- a/games/vamos/distinfo +++ b/games/vamos/distinfo @@ -1,3 +1,3 @@ -MD5 (vamos-0.6.0.tar.gz) = 6a9ae3b062ee5d51df62477daef92181 -SHA256 (vamos-0.6.0.tar.gz) = 425c0270a239bff2733197caf79658ed076e6265057ad9a963efedc33031f13c -SIZE (vamos-0.6.0.tar.gz) = 1534139 +MD5 (vamos-0.6.1.tar.gz) = e5b4096f2b39d4e6ea89ac614b777166 +SHA256 (vamos-0.6.1.tar.gz) = 4fd15022e54a8ba136ba0957501a20f9e3a8fcbc418ae8ff414f35592655a51e +SIZE (vamos-0.6.1.tar.gz) = 1545026 diff --git a/games/vamos/pkg-plist b/games/vamos/pkg-plist index 129ddfe63d5a..700863142829 100644 --- a/games/vamos/pkg-plist +++ b/games/vamos/pkg-plist @@ -26,6 +26,7 @@ include/vamos/geometry/Linear_Interpolator.h include/vamos/geometry/Material.h include/vamos/geometry/Numeric.h include/vamos/geometry/Rectangle.h +include/vamos/geometry/PID.h include/vamos/geometry/Spline.h include/vamos/geometry/Three_Matrix.h include/vamos/geometry/Three_Vector.h @@ -43,6 +44,9 @@ include/vamos/world/Controls.h include/vamos/world/Gl_World.h include/vamos/world/Sounds.h include/vamos/world/World.h +include/vamos/world/Driver.h +include/vamos/world/Interactive_Driver.h +include/vamos/world/Robot_Driver.h lib/libvamos-body.a lib/libvamos-body.la lib/libvamos-body.so |