From owner-svn-ports-head@FreeBSD.ORG Fri May 8 21:00:21 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F295BDF4; Fri, 8 May 2015 21:00:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DC9E910AA; Fri, 8 May 2015 21:00:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t48L0K5V001229; Fri, 8 May 2015 21:00:20 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t48L0K6A001227; Fri, 8 May 2015 21:00:20 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201505082100.t48L0K6A001227@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Fri, 8 May 2015 21:00:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385834 - head/graphics/gource X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 May 2015 21:00:21 -0000 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