Index: head/graphics/gource/files/patch-src_dirnode.cpp =================================================================== --- head/graphics/gource/files/patch-src_dirnode.cpp (revision 450913) +++ head/graphics/gource/files/patch-src_dirnode.cpp (nonexistent) @@ -1,11 +0,0 @@ ---- src/dirnode.cpp.orig 2014-10-16 02:23:22 UTC -+++ src/dirnode.cpp -@@ -582,7 +582,7 @@ void RDirNode::calcRadius() { - //this->dir_radius_sqrt = sqrt(dir_radius); //dir_radius_sqrt is not used - - // this->parent_radius = std::max(1.0, parent_circ / PI); -- this->parent_radius = std::max(1.0, sqrt(total_file_area) * gGourceDirPadding); -+ this->parent_radius = std::max(1.0f, (float)sqrt(total_file_area) * gGourceDirPadding); - } - - float RDirNode::distanceToParent() const{ Property changes on: head/graphics/gource/files/patch-src_dirnode.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/graphics/gource/Makefile =================================================================== --- head/graphics/gource/Makefile (revision 450913) +++ head/graphics/gource/Makefile (revision 450914) @@ -1,31 +1,32 @@ # Created by: demon@FreeBSD.org # $FreeBSD$ PORTNAME= gource -PORTVERSION= 0.43 -PORTREVISION= 9 +PORTVERSION= 0.47 CATEGORIES= graphics MASTER_SITES= https://github.com/acaudwell/Gource/releases/download/${PORTNAME}-${PORTVERSION}/ MAINTAINER= demon@FreeBSD.org COMMENT= OpenGL-based 3D visualisation tool for source control repositories LICENSE= GPLv3 BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm LIB_DEPENDS= libSDL_image.so:graphics/sdl_image \ libfreetype.so:print/freetype2 \ libpcre.so:devel/pcre \ - libboost_filesystem.so:devel/boost-libs + libboost_filesystem.so:devel/boost-libs \ + libpng16.so:graphics/png RUN_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm GNU_CONFIGURE= yes USES= gmake pkgconfig compiler:c++0x -USE_GL= glew +USE_GL= glew gl glu +USE_SDL= image2 sdl2 CONFIGURE_ARGS+=--with-boost-system=boost_system \ --with-boost-filesystem=boost_filesystem CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .include Index: head/graphics/gource/distinfo =================================================================== --- head/graphics/gource/distinfo (revision 450913) +++ head/graphics/gource/distinfo (revision 450914) @@ -1,2 +1,3 @@ -SHA256 (gource-0.43.tar.gz) = 85a40ac8e4f5c277764216465c248d6b76589ceac012541c4cc03883a24abde4 -SIZE (gource-0.43.tar.gz) = 874141 +TIMESTAMP = 1506680266 +SHA256 (gource-0.47.tar.gz) = f2b16083a01b897b6c062b363793028fb9e01cd6f888d91772ee06e56ce398d2 +SIZE (gource-0.47.tar.gz) = 876624