diff --git a/graphics/gource/Makefile b/graphics/gource/Makefile index c4776e9d8816..ddab2a0d0fcf 100644 --- a/graphics/gource/Makefile +++ b/graphics/gource/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gource -PORTVERSION= 0.32 -PORTREVISION= 1 +PORTVERSION= 0.38 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,10 +14,12 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= demon@FreeBSD.org COMMENT= OpenGL-based 3D visualisation tool for source control repositories +BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:${PORTSDIR}/math/glm LIB_DEPENDS= SDL_image:${PORTSDIR}/graphics/sdl_image \ ftgl:${PORTSDIR}/graphics/ftgl \ pcre:${PORTSDIR}/devel/pcre \ GLEW:${PORTSDIR}/graphics/glew +RUN_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:${PORTSDIR}/math/glm GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/graphics/gource/distinfo b/graphics/gource/distinfo index 2131dd923140..968cd583aa62 100644 --- a/graphics/gource/distinfo +++ b/graphics/gource/distinfo @@ -1,2 +1,2 @@ -SHA256 (gource-0.32.tar.gz) = fda5692e811c37f4601ddff78ffd316a9a2328085038a4695643159b8ba3a7de -SIZE (gource-0.32.tar.gz) = 653504 +SHA256 (gource-0.38.tar.gz) = 9b250a70c1fbe9383a22673931bbc4ff43d669da5d6c1e18b5b3329ad2154505 +SIZE (gource-0.38.tar.gz) = 850811 diff --git a/graphics/gource/pkg-plist b/graphics/gource/pkg-plist index 8ee94f43afaa..e552684b7ced 100644 --- a/graphics/gource/pkg-plist +++ b/graphics/gource/pkg-plist @@ -1,12 +1,18 @@ bin/gource -%%DATADIR%%/no_photo.png -%%DATADIR%%/file.png %%DATADIR%%/beam.png %%DATADIR%%/bloom.tga %%DATADIR%%/bloom_alpha.tga -%%DATADIR%%/cursor.png -%%DATADIR%%/gource.style +%%DATADIR%%/file.png %%DATADIR%%/fonts/FreeSans.ttf %%DATADIR%%/fonts/README +%%DATADIR%%/gource.style +%%DATADIR%%/shaders/bloom.frag +%%DATADIR%%/shaders/bloom.vert +%%DATADIR%%/shaders/shadow.frag +%%DATADIR%%/shaders/shadow.vert +%%DATADIR%%/shaders/text.frag +%%DATADIR%%/shaders/text.vert +%%DATADIR%%/user.png +@dirrm %%DATADIR%%/shaders @dirrm %%DATADIR%%/fonts @dirrm %%DATADIR%%