diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2011-02-27 23:26:30 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2011-02-27 23:26:30 +0800 |
commit | 00555501a85495717e47a4ce590384bc5a3a77b3 (patch) | |
tree | 714fea53844b50fcc2869883f714af1ee1c9d9f6 /graphics | |
parent | 939abb819102f29034fb23101915bc7ccdd58b72 (diff) | |
download | freebsd-ports-gnome-00555501a85495717e47a4ce590384bc5a3a77b3.tar.gz freebsd-ports-gnome-00555501a85495717e47a4ce590384bc5a3a77b3.tar.zst freebsd-ports-gnome-00555501a85495717e47a4ce590384bc5a3a77b3.zip |
Update to 0.0.2
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/glosm/Makefile | 11 | ||||
-rw-r--r-- | graphics/glosm/distinfo | 4 |
2 files changed, 7 insertions, 8 deletions
diff --git a/graphics/glosm/Makefile b/graphics/glosm/Makefile index d00be757ab45..e9a0bbf15f5c 100644 --- a/graphics/glosm/Makefile +++ b/graphics/glosm/Makefile @@ -6,9 +6,9 @@ # PORTNAME= glosm -PORTVERSION= 0.0.1 +PORTVERSION= 0.0.2 CATEGORIES= graphics geography -MASTER_SITES= http://github.com/downloads/AMDmi3/glosm/ \ +MASTER_SITES= http://cloud.github.com/downloads/AMDmi3/glosm/ \ http://mirror.amdmi3.ru/distfiles/ MAINTAINER= amdmi3@FreeBSD.org @@ -19,12 +19,11 @@ LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \ USE_BZIP2= yes USE_CMAKE= yes -USE_GL= gl glu glut +USE_GL= gl +USE_SDL= sdl MAKE_JOBS_SAFE= yes -PORTDOCS= README - -PLIST_FILES= bin/glosm-tiler bin/glosm-viewer lib/libglosm.so +PORTDOCS= README ChangeLog regression-test: cd ${BUILD_WRKSRC} && ctest diff --git a/graphics/glosm/distinfo b/graphics/glosm/distinfo index 9d873e8ea2ac..f6992f100644 100644 --- a/graphics/glosm/distinfo +++ b/graphics/glosm/distinfo @@ -1,2 +1,2 @@ -SHA256 (glosm-0.0.1.tar.bz2) = afedd47f3973c345e124bdc0b6a26145e567cfeaa2fe3017abf97d22b09cb65d -SIZE (glosm-0.0.1.tar.bz2) = 60250 +SHA256 (glosm-0.0.2.tar.bz2) = 8e03c49d7cf5d6a4c22251cae0aef8fb717d14f4d1c55163075bfa3c6e78e85a +SIZE (glosm-0.0.2.tar.bz2) = 90486 |