From owner-svn-ports-head@freebsd.org Thu Mar 17 12:55:38 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79F50AD3DDB; Thu, 17 Mar 2016 12:55:38 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 26429A22; Thu, 17 Mar 2016 12:55:38 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2HCtbvj008431; Thu, 17 Mar 2016 12:55:37 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2HCtb4B008428; Thu, 17 Mar 2016 12:55:37 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201603171255.u2HCtb4B008428@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 17 Mar 2016 12:55:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411277 - head/games/gtkevemon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2016 12:55:38 -0000 Author: feld Date: Thu Mar 17 12:55:36 2016 New Revision: 411277 URL: https://svnweb.freebsd.org/changeset/ports/411277 Log: games/gtkevemon: Update to 1.10 This update also fixes a hang on startup. PR: 204189 MFH: 2016Q1 Modified: head/games/gtkevemon/Makefile head/games/gtkevemon/distinfo head/games/gtkevemon/pkg-plist Modified: head/games/gtkevemon/Makefile ============================================================================== --- head/games/gtkevemon/Makefile Thu Mar 17 12:46:32 2016 (r411276) +++ head/games/gtkevemon/Makefile Thu Mar 17 12:55:36 2016 (r411277) @@ -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 @@ -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 Modified: head/games/gtkevemon/distinfo ============================================================================== --- head/games/gtkevemon/distinfo Thu Mar 17 12:46:32 2016 (r411276) +++ head/games/gtkevemon/distinfo Thu Mar 17 12:55:36 2016 (r411277) @@ -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: head/games/gtkevemon/pkg-plist ============================================================================== --- head/games/gtkevemon/pkg-plist Thu Mar 17 12:46:32 2016 (r411276) +++ head/games/gtkevemon/pkg-plist Thu Mar 17 12:55:36 2016 (r411277) @@ -1,3 +1,3 @@ share/applications/gtkevemon.desktop -share/pixmaps/gtkevemon.png +share/pixmaps/gtkevemon.svg bin/gtkevemon