svn commit: r301956 - head/graphics/gource

Dmitry Sivachenko demon at FreeBSD.org
Fri Aug 3 15:28:09 UTC 2012


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 at 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
+ at dirrm %%DATADIR%%/shaders
 @dirrm %%DATADIR%%/fonts
 @dirrm %%DATADIR%%



More information about the svn-ports-all mailing list