Update to version 0.28.
Submitted by: Tobias Rehbein <tobias.rehbein@web.de>
This commit is contained in:
parent
d8aece8812
commit
fb7c9ce5f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260839
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gource
|
||||
PORTVERSION= 0.17
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.28
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -17,7 +16,8 @@ COMMENT= OpenGL-based 3D visualisation tool for source control repositories
|
||||
|
||||
LIB_DEPENDS= SDL_image:${PORTSDIR}/graphics/sdl_image \
|
||||
ftgl:${PORTSDIR}/graphics/ftgl \
|
||||
pcre:${PORTSDIR}/devel/pcre
|
||||
pcre:${PORTSDIR}/devel/pcre \
|
||||
GLEW:${PORTSDIR}/graphics/glew
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (gource-0.17.tar.gz) = f0bc16ae1faa18f3dbc5020b318798ab
|
||||
SHA256 (gource-0.17.tar.gz) = 9596ac7801c42588098bfaae465bb86abe9b98b6dc67fe632c641178472558c9
|
||||
SIZE (gource-0.17.tar.gz) = 516355
|
||||
MD5 (gource-0.28.tar.gz) = 82cadbd7791cff913970a63d63d894ff
|
||||
SHA256 (gource-0.28.tar.gz) = c37648e70230b45c0170ed036d3aa9db2b1a4d9c59b2ca48c741d8e4d846a324
|
||||
SIZE (gource-0.28.tar.gz) = 606085
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- Makefile.in.orig 2009-11-25 05:29:14.000000000 +0300
|
||||
+++ Makefile.in 2009-11-25 15:03:36.000000000 +0300
|
||||
@@ -2,7 +2,7 @@
|
||||
exec_prefix = ${prefix}
|
||||
bindir = ${exec_prefix}/bin
|
||||
datarootdir = @datarootdir@
|
||||
-mandir = ${datarootdir}/man
|
||||
+mandir = ${prefix}/man
|
||||
gourcedatadir = $(datarootdir)/gource
|
||||
gourcefontdir = @gourcefontdir@
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- src/commitlog.h.orig 2009-11-25 05:29:14.000000000 +0300
|
||||
+++ src/commitlog.h 2009-11-26 15:06:52.000000000 +0300
|
||||
@@ -42,7 +42,7 @@ public:
|
||||
class RCommit {
|
||||
vec3f fileColour(std::string filename);
|
||||
public:
|
||||
- long timestamp;
|
||||
+ time_t timestamp;
|
||||
std::string username;
|
||||
|
||||
std::list<RCommitFile> files;
|
@ -1,11 +0,0 @@
|
||||
--- src/gource.h.orig 2009-11-25 05:29:14.000000000 +0300
|
||||
+++ src/gource.h 2009-11-27 12:35:43.000000000 +0300
|
||||
@@ -110,7 +110,7 @@ class Gource : public SDLApp {
|
||||
int framecount;
|
||||
|
||||
float runtime;
|
||||
- long currtime;
|
||||
+ time_t currtime;
|
||||
float subseconds;
|
||||
|
||||
float splash;
|
@ -2,6 +2,10 @@ 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%%/fonts/FreeSans.ttf
|
||||
%%DATADIR%%/fonts/README
|
||||
@dirrm %%DATADIR%%/fonts
|
||||
|
Loading…
Reference in New Issue
Block a user