Date: Fri, 8 May 2015 21:00:20 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385834 - head/graphics/gource Message-ID: <201505082100.t48L0K6A001227@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jkim Date: Fri May 8 21:00:19 2015 New Revision: 385834 URL: https://svnweb.freebsd.org/changeset/ports/385834 Log: - Update to 0.43. - Add LICENSE. Approved by: demon (maintainer) Modified: head/graphics/gource/Makefile head/graphics/gource/distinfo Modified: head/graphics/gource/Makefile ============================================================================== --- head/graphics/gource/Makefile Fri May 8 20:58:19 2015 (r385833) +++ head/graphics/gource/Makefile Fri May 8 21:00:19 2015 (r385834) @@ -2,15 +2,15 @@ # $FreeBSD$ PORTNAME= gource -PORTVERSION= 0.40 -PORTREVISION= 5 +PORTVERSION= 0.43 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} -MASTER_SITE_SUBDIR= ${PORTNAME} +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:${PORTSDIR}/math/glm LIB_DEPENDS= libSDL_image.so:${PORTSDIR}/graphics/sdl_image \ libfreetype.so:${PORTSDIR}/print/freetype2 \ Modified: head/graphics/gource/distinfo ============================================================================== --- head/graphics/gource/distinfo Fri May 8 20:58:19 2015 (r385833) +++ head/graphics/gource/distinfo Fri May 8 21:00:19 2015 (r385834) @@ -1,2 +1,2 @@ -SHA256 (gource-0.40.tar.gz) = 9c890a926bb3bab8ea3e546c1357488e5a5034d1ea9402afc654cb7e00ccd112 -SIZE (gource-0.40.tar.gz) = 861731 +SHA256 (gource-0.43.tar.gz) = 85a40ac8e4f5c277764216465c248d6b76589ceac012541c4cc03883a24abde4 +SIZE (gource-0.43.tar.gz) = 874141
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505082100.t48L0K6A001227>