From owner-svn-ports-all@FreeBSD.ORG Fri Aug 3 15:28:09 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 59FB9106564A; Fri, 3 Aug 2012 15:28:09 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2AA608FC0A; Fri, 3 Aug 2012 15:28:09 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q73FS9dq038151; Fri, 3 Aug 2012 15:28:09 GMT (envelope-from demon@svn.freebsd.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q73FS8um038147; Fri, 3 Aug 2012 15:28:08 GMT (envelope-from demon@svn.freebsd.org) Message-Id: <201208031528.q73FS8um038147@svn.freebsd.org> From: Dmitry Sivachenko Date: Fri, 3 Aug 2012 15:28:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r301956 - head/graphics/gource X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2012 15:28:09 -0000 Author: demon Date: Fri Aug 3 15:28:08 2012 New Revision: 301956 URL: http://svn.freebsd.org/changeset/ports/301956 Log: Update to version 0.38. Modified: head/graphics/gource/Makefile (contents, props changed) head/graphics/gource/distinfo (contents, props changed) head/graphics/gource/pkg-plist (contents, props changed) Modified: head/graphics/gource/Makefile ============================================================================== --- head/graphics/gource/Makefile Fri Aug 3 15:13:10 2012 (r301955) +++ head/graphics/gource/Makefile Fri Aug 3 15:28:08 2012 (r301956) @@ -6,8 +6,7 @@ # PORTNAME= gource -PORTVERSION= 0.32 -PORTREVISION= 1 +PORTVERSION= 0.38 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,10 +14,12 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= demon@FreeBSD.org COMMENT= OpenGL-based 3D visualisation tool for source control repositories +BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:${PORTSDIR}/math/glm LIB_DEPENDS= SDL_image:${PORTSDIR}/graphics/sdl_image \ ftgl:${PORTSDIR}/graphics/ftgl \ pcre:${PORTSDIR}/devel/pcre \ GLEW:${PORTSDIR}/graphics/glew +RUN_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:${PORTSDIR}/math/glm GNU_CONFIGURE= yes USE_GMAKE= yes Modified: head/graphics/gource/distinfo ============================================================================== --- head/graphics/gource/distinfo Fri Aug 3 15:13:10 2012 (r301955) +++ head/graphics/gource/distinfo Fri Aug 3 15:28:08 2012 (r301956) @@ -1,2 +1,2 @@ -SHA256 (gource-0.32.tar.gz) = fda5692e811c37f4601ddff78ffd316a9a2328085038a4695643159b8ba3a7de -SIZE (gource-0.32.tar.gz) = 653504 +SHA256 (gource-0.38.tar.gz) = 9b250a70c1fbe9383a22673931bbc4ff43d669da5d6c1e18b5b3329ad2154505 +SIZE (gource-0.38.tar.gz) = 850811 Modified: head/graphics/gource/pkg-plist ============================================================================== --- head/graphics/gource/pkg-plist Fri Aug 3 15:13:10 2012 (r301955) +++ head/graphics/gource/pkg-plist Fri Aug 3 15:28:08 2012 (r301956) @@ -1,12 +1,18 @@ bin/gource -%%DATADIR%%/no_photo.png -%%DATADIR%%/file.png %%DATADIR%%/beam.png %%DATADIR%%/bloom.tga %%DATADIR%%/bloom_alpha.tga -%%DATADIR%%/cursor.png -%%DATADIR%%/gource.style +%%DATADIR%%/file.png %%DATADIR%%/fonts/FreeSans.ttf %%DATADIR%%/fonts/README +%%DATADIR%%/gource.style +%%DATADIR%%/shaders/bloom.frag +%%DATADIR%%/shaders/bloom.vert +%%DATADIR%%/shaders/shadow.frag +%%DATADIR%%/shaders/shadow.vert +%%DATADIR%%/shaders/text.frag +%%DATADIR%%/shaders/text.vert +%%DATADIR%%/user.png +@dirrm %%DATADIR%%/shaders @dirrm %%DATADIR%%/fonts @dirrm %%DATADIR%%