Date: Mon, 15 Mar 2021 00:21:35 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568422 - head/graphics/gource Message-ID: <202103150021.12F0LZ9d096762@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Mar 15 00:21:34 2021 New Revision: 568422 URL: https://svnweb.freebsd.org/changeset/ports/568422 Log: graphics/gource: minor cleaup - Fix LICENSE - Add LICENSE_FILE - Pet portlint - Remove unneeded flags - Update WWW PR: 254288 Submitted by: amdmi3 Approved by: demon (maintainer) Modified: head/graphics/gource/Makefile head/graphics/gource/pkg-descr Modified: head/graphics/gource/Makefile ============================================================================== --- head/graphics/gource/Makefile Mon Mar 15 00:20:54 2021 (r568421) +++ head/graphics/gource/Makefile Mon Mar 15 00:21:34 2021 (r568422) @@ -10,7 +10,8 @@ MASTER_SITES= https://github.com/acaudwell/Gource/rele MAINTAINER= demon@FreeBSD.org COMMENT= OpenGL-based 3D visualisation tool for source control repositories -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm LIB_DEPENDS= libfreetype.so:print/freetype2 \ @@ -19,14 +20,9 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ libpng.so:graphics/png RUN_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm -GNU_CONFIGURE= yes USES= compiler:c++0x gl gmake pkgconfig sdl +GNU_CONFIGURE= yes 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 <bsd.port.mk> Modified: head/graphics/gource/pkg-descr ============================================================================== --- head/graphics/gource/pkg-descr Mon Mar 15 00:20:54 2021 (r568421) +++ head/graphics/gource/pkg-descr Mon Mar 15 00:21:34 2021 (r568422) @@ -5,4 +5,4 @@ repository is the centre, directories are branches and are leaves. Contributors to the source code appear and disappear as they contribute to specific files and directories. -WWW: http://gource.io/ +WWW: https://gource.io/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103150021.12F0LZ9d096762>