Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Sep 2017 16:47:42 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r450914 - in head/graphics/gource: . files
Message-ID:  <201709291647.v8TGlgWE044069@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Fri Sep 29 16:47:42 2017
New Revision: 450914
URL: https://svnweb.freebsd.org/changeset/ports/450914

Log:
  Update to 0.47
  
  PR:		222682
  Approved by:	demon (maintainer)

Deleted:
  head/graphics/gource/files/
Modified:
  head/graphics/gource/Makefile
  head/graphics/gource/distinfo

Modified: head/graphics/gource/Makefile
==============================================================================
--- head/graphics/gource/Makefile	Fri Sep 29 16:46:44 2017	(r450913)
+++ head/graphics/gource/Makefile	Fri Sep 29 16:47:42 2017	(r450914)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gource
-PORTVERSION=	0.43
-PORTREVISION=	9
+PORTVERSION=	0.47
 CATEGORIES=	graphics
 MASTER_SITES=	https://github.com/acaudwell/Gource/releases/download/${PORTNAME}-${PORTVERSION}/
 
@@ -16,12 +15,14 @@ BUILD_DEPENDS=	${LOCALBASE}/include/glm/glm.hpp:math/g
 LIB_DEPENDS=	libSDL_image.so:graphics/sdl_image \
 		libfreetype.so:print/freetype2 \
 		libpcre.so:devel/pcre \
-		libboost_filesystem.so:devel/boost-libs
+		libboost_filesystem.so:devel/boost-libs \
+		libpng16.so:graphics/png
 RUN_DEPENDS=	${LOCALBASE}/include/glm/glm.hpp:math/glm
 
 GNU_CONFIGURE=	yes
 USES=		gmake pkgconfig compiler:c++0x
-USE_GL=		glew
+USE_GL=		glew gl glu
+USE_SDL=	image2 sdl2
 
 CONFIGURE_ARGS+=--with-boost-system=boost_system \
 		--with-boost-filesystem=boost_filesystem

Modified: head/graphics/gource/distinfo
==============================================================================
--- head/graphics/gource/distinfo	Fri Sep 29 16:46:44 2017	(r450913)
+++ head/graphics/gource/distinfo	Fri Sep 29 16:47:42 2017	(r450914)
@@ -1,2 +1,3 @@
-SHA256 (gource-0.43.tar.gz) = 85a40ac8e4f5c277764216465c248d6b76589ceac012541c4cc03883a24abde4
-SIZE (gource-0.43.tar.gz) = 874141
+TIMESTAMP = 1506680266
+SHA256 (gource-0.47.tar.gz) = f2b16083a01b897b6c062b363793028fb9e01cd6f888d91772ee06e56ce398d2
+SIZE (gource-0.47.tar.gz) = 876624



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709291647.v8TGlgWE044069>