aboutsummaryrefslogtreecommitdiff
path: root/graphics/gource
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2015-05-08 21:00:19 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2015-05-08 21:00:19 +0000
commitd83187fb3ab53d0934ef2e6013e89a1165097ea7 (patch)
treede2841faee53be5fdda4a1f7f4365f968bd47f6d /graphics/gource
parent134eb542984cb9018003b4c89d8d530c715197b1 (diff)
downloadports-d83187fb3ab53d0934ef2e6013e89a1165097ea7.tar.gz
ports-d83187fb3ab53d0934ef2e6013e89a1165097ea7.zip
- Update to 0.43.
- Add LICENSE. Approved by: demon (maintainer)
Notes
Notes: svn path=/head/; revision=385834
Diffstat (limited to 'graphics/gource')
-rw-r--r--graphics/gource/Makefile8
-rw-r--r--graphics/gource/distinfo4
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/gource/Makefile b/graphics/gource/Makefile
index 3afc01f18162..3a5901c7ee88 100644
--- a/graphics/gource/Makefile
+++ b/graphics/gource/Makefile
@@ -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 \
diff --git a/graphics/gource/distinfo b/graphics/gource/distinfo
index 0bf0cffa584a..bd35fe4d85f1 100644
--- a/graphics/gource/distinfo
+++ b/graphics/gource/distinfo
@@ -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