Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Mar 2016 12:58:29 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r411279 - branches/2016Q1/games/gtkevemon
Message-ID:  <201603171258.u2HCwTWp009781@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Thu Mar 17 12:58:29 2016
New Revision: 411279
URL: https://svnweb.freebsd.org/changeset/ports/411279

Log:
  MFH: r411277
  
  games/gtkevemon: Update to 1.10
  
  This update also fixes a hang on startup.
  
  PR:		204189
  Approved by:	ports-secteam (with hat)

Modified:
  branches/2016Q1/games/gtkevemon/Makefile
  branches/2016Q1/games/gtkevemon/distinfo
  branches/2016Q1/games/gtkevemon/pkg-plist
Directory Properties:
  branches/2016Q1/   (props changed)

Modified: branches/2016Q1/games/gtkevemon/Makefile
==============================================================================
--- branches/2016Q1/games/gtkevemon/Makefile	Thu Mar 17 12:57:25 2016	(r411278)
+++ branches/2016Q1/games/gtkevemon/Makefile	Thu Mar 17 12:58:29 2016	(r411279)
@@ -1,21 +1,21 @@
 # $FreeBSD$
 
 PORTNAME=	gtkevemon
-DISTVERSION=	1.8-135
-PORTREVISION=	3
+PORTVERSION=	1.10.2016.02.17
+PORTREVISION=	0
 CATEGORIES=	games
-MASTER_SITES=	https://bitbucket.org/BattleClinic/${PORTNAME}/get/
 
 MAINTAINER=	feld@FreeBSD.org
 COMMENT=	Skill monitoring standalone application for EVE Online
 
-LIB_DEPENDS=	libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24
+LIB_DEPENDS=	libgtkmm-3.0.so:${PORTSDIR}/x11-toolkits/gtkmm30 \
+		libcurl.so:${PORTSDIR}/ftp/curl
 
-CHANGESET=	8fa5c0b5f16b
-WRKSRC=		${WRKDIR}/BattleClinic-${PORTNAME}-${CHANGESET}/${PORTNAME}
+USE_GITHUB=     yes
+GH_TAGNAME=     ac2ca34
 
 USES=		pkgconfig:both gmake
-USE_GNOME=	gtk20 libxml2
+USE_GNOME=	gtk30 libxml2
 USE_OPENSSL=	yes
 
 .include <bsd.port.pre.mk>
@@ -26,6 +26,6 @@ post-patch:
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/gtkevemon ${STAGEDIR}${PREFIX}/bin/gtkevemon
 	${INSTALL_DATA} ${WRKSRC}/icon/gtkevemon.desktop ${STAGEDIR}${PREFIX}/share/applications/gtkevemon.desktop
-	${INSTALL_DATA} ${WRKSRC}/icon/gtkevemon.png ${STAGEDIR}${PREFIX}/share/pixmaps/gtkevemon.png
+	${INSTALL_DATA} ${WRKSRC}/icon/gtkevemon.svg ${STAGEDIR}${PREFIX}/share/pixmaps/gtkevemon.svg
 
 .include <bsd.port.post.mk>

Modified: branches/2016Q1/games/gtkevemon/distinfo
==============================================================================
--- branches/2016Q1/games/gtkevemon/distinfo	Thu Mar 17 12:57:25 2016	(r411278)
+++ branches/2016Q1/games/gtkevemon/distinfo	Thu Mar 17 12:58:29 2016	(r411279)
@@ -1,2 +1,2 @@
-SHA256 (gtkevemon-1.8-135.tar.gz) = 766512bb6613bb556cd1a15097857152565986cbc52698db318add21ad7f1bb6
-SIZE (gtkevemon-1.8-135.tar.gz) = 306704
+SHA256 (gtkevemon-gtkevemon-1.10.2016.02.17-ac2ca34_GH0.tar.gz) = 1d5a3090e11f403263f424202213097a4c308fa1fefc871175da255666f44573
+SIZE (gtkevemon-gtkevemon-1.10.2016.02.17-ac2ca34_GH0.tar.gz) = 231943

Modified: branches/2016Q1/games/gtkevemon/pkg-plist
==============================================================================
--- branches/2016Q1/games/gtkevemon/pkg-plist	Thu Mar 17 12:57:25 2016	(r411278)
+++ branches/2016Q1/games/gtkevemon/pkg-plist	Thu Mar 17 12:58:29 2016	(r411279)
@@ -1,3 +1,3 @@
 share/applications/gtkevemon.desktop
-share/pixmaps/gtkevemon.png
+share/pixmaps/gtkevemon.svg
 bin/gtkevemon



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