Date: Mon, 11 Mar 2013 12:36:27 +0000 (UTC) From: Dmitry Sivachenko <demon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313875 - in head/graphics/gource: . files Message-ID: <201303111236.r2BCaRPw030732@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: demon Date: Mon Mar 11 12:36:26 2013 New Revision: 313875 URL: http://svnweb.freebsd.org/changeset/ports/313875 Log: Update to version 0.39. Deleted: head/graphics/gource/files/patch-boost-1.52 Modified: head/graphics/gource/Makefile head/graphics/gource/distinfo Modified: head/graphics/gource/Makefile ============================================================================== --- head/graphics/gource/Makefile Mon Mar 11 12:24:48 2013 (r313874) +++ head/graphics/gource/Makefile Mon Mar 11 12:36:26 2013 (r313875) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gource -PORTVERSION= 0.38 -PORTREVISION= 2 +PORTVERSION= 0.39 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -13,7 +12,7 @@ COMMENT= OpenGL-based 3D visualisation t BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:${PORTSDIR}/math/glm LIB_DEPENDS= SDL_image:${PORTSDIR}/graphics/sdl_image \ - ftgl:${PORTSDIR}/graphics/ftgl \ + freetype:${PORTSDIR}/print/freetype2 \ pcre:${PORTSDIR}/devel/pcre \ GLEW:${PORTSDIR}/graphics/glew \ boost_filesystem:${PORTSDIR}/devel/boost-libs @@ -23,6 +22,8 @@ GNU_CONFIGURE= yes USE_GMAKE= yes MANCOMPRESSED= yes +CONFIGURE_ARGS+=--with-boost-system=boost_system \ + --with-boost-filesystem=boost_filesystem CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/graphics/gource/distinfo ============================================================================== --- head/graphics/gource/distinfo Mon Mar 11 12:24:48 2013 (r313874) +++ head/graphics/gource/distinfo Mon Mar 11 12:36:26 2013 (r313875) @@ -1,2 +1,2 @@ -SHA256 (gource-0.38.tar.gz) = 9b250a70c1fbe9383a22673931bbc4ff43d669da5d6c1e18b5b3329ad2154505 -SIZE (gource-0.38.tar.gz) = 850811 +SHA256 (gource-0.39.tar.gz) = 0f97a3bad240ebc04e37ebbe8e0affaf8ad9bed997d90a4b59d05770c788ffeb +SIZE (gource-0.39.tar.gz) = 856723
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303111236.r2BCaRPw030732>